index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
ip_carp.c
Age
Commit message (
Expand
)
Author
2016-04-13
We're always ready! So send IFQ_SET_READY() to the bitbucket.
Martin Pieuchot
2016-02-23
provide m_dup_pkt() for doing fast deep mbuf copies with a specified alignment
David Gwynne
2016-01-21
Introduce in{,6}_hasmulti(), two functions to check in the hot path if
Martin Pieuchot
2016-01-12
Prevent a NULL-reference if SIOCGVH is issued without carpdev argument.
Martin Pieuchot
2015-12-19
Make carp_output() mpsafe.
Martin Pieuchot
2015-12-03
Use SRPL_HEAD() and SRPL_ENTRY() to be consistent with and allow to
Martin Pieuchot
2015-11-18
Make use of srp_enter()/srp_leave() in carp_iamatch() in preparation
Martin Pieuchot
2015-11-12
IFQ_DROP means a drop because enqueue on the send q failed, not cos tx
David Gwynne
2015-11-02
Remove leftovers from previous carp(4)-to-relayd(8) conversion diff.
Martin Pieuchot
2015-11-02
Retire ARP load-balacing, thanks for all the fish!
Martin Pieuchot
2015-10-25
Introduce if_rtrequest() the successor of ifa_rtrequest().
Martin Pieuchot
2015-10-22
Do not pass an ``ia'' just to dereference ``ia_ifp''.
Martin Pieuchot
2015-10-14
Init a variable in the recently added carp_vhe_match() function clang
Jonathan Gray
2015-10-05
Revert if_oqdrops accounting changes done in kernel, per request from mpi@.
Masao Uebayashi
2015-10-05
Don't count IF_DROP()'ed packets as if_oerrors too.
Masao Uebayashi
2015-09-28
Factors ou the route hashing code to implement Equal-Cost Multi-Path
Martin Pieuchot
2015-09-27
make carp_input mpsafe.
David Gwynne
2015-09-12
consistently name the ifnet * that refers to the parent interface
David Gwynne
2015-09-12
vhif_ifp in struct carp_ifs is set but never used. it can be trimmed.
David Gwynne
2015-09-12
vhif_nvrs in carp_if is used to count the number of entries in
David Gwynne
2015-09-11
Kill yet another argument to functions in IPv6. This time ip6_output's
Claudio Jeker
2015-09-10
pass a cookie argument to interface input handlers that can be used
Mike Belopuhov
2015-09-10
if_put after if_get.
David Gwynne
2015-09-10
move the if input handler list to an SRP list.
David Gwynne
2015-07-02
By design if_input_process() needs to hold a reference on the receiving
Martin Pieuchot
2015-06-30
Rename if_output() into if_enqueue() to avoid confusion with comments
Martin Pieuchot
2015-06-29
count if_ibytes in if_input like we do for if_ipackets.
David Gwynne
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-06-16
Store a unique ID, an interface index, rather than a pointer to the
Martin Pieuchot
2015-06-08
Move carp-related logic from ether_output() into carp_start().
Martin Pieuchot
2015-06-02
Take carp(4) out of ether_input().
Martin Pieuchot
2015-05-21
Correctly state the link state to INVALID when creating a carp interface.
Martin Pieuchot
2015-05-15
Give carp(4) interfaces their own low priority. The change should not
Claudio Jeker
2015-05-15
Remove a NULL check in carp_set_ifp() as we always pass a valid ifp
Martin Pieuchot
2015-04-28
Make sure to overwrite sdl_type after calling ether_ifattach().
Martin Pieuchot
2015-04-22
Add the necessary glue to keep carp(4) working while other pseudo-drivers
Martin Pieuchot
2015-04-21
Revert previous. Packets going through carp_input() but not destinated
Martin Pieuchot
2015-04-15
Add the necessary glue to keep carp(4) working while other pseudo-drivers
Martin Pieuchot
2015-04-15
Use ether_ifattach() and ether_ifdetach() when cloning/destroying an
Martin Pieuchot
2015-04-07
Do not pass an `ifp' argument to interface input handlers since it
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-03-04
Explicitly fallback to a carp IP address if the parent does not have any
Martin Pieuchot
2015-02-11
Until carp(4) is converted to call ether_ifattach() and ether_ifdetach(),
Martin Pieuchot
2015-01-21
Remove the code to automagically find a "carpdev".
Martin Pieuchot
2015-01-08
Do not unconditionally set a link-local address.
Martin Pieuchot
2014-12-19
unifdef INET in net code as a precursor to removing the pretend option.
Ted Unangst
2014-12-17
Remove the "multicast_" prefix from the fields a multicast-only struct.
Martin Pieuchot
2014-12-17
Use an interface index instead of a pointer for multicast options.
Martin Pieuchot
2014-12-05
Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.
Martin Pieuchot
2014-11-20
sizes for simple free cases. sizeof(*) and one case where len is clear.
Ted Unangst
[next]