| Commit message (Expand) | Author | Age | Files | Lines |
* | Use m_align() and while there reorder the pkthdr initalisation a bit. |  claudio | 2018-12-04 | 1 | -8/+6 |
* | Turn carp_ourether() mp-safe, this is a requirement for taking bridge(4) |  mpi | 2018-09-24 | 1 | -16/+15 |
* | Remove DELAY(1000) from carp_send_arp() / carp_send_na() since it is not clear |  friehm | 2018-07-10 | 1 | -3/+1 |
* | All places that call carp_lsdrop() use the interface pointer already. |  bluhm | 2018-05-21 | 1 | -17/+10 |
* | The function carp_prepare_ad() never fails. The error handling in |  bluhm | 2018-03-21 | 1 | -9/+5 |
* | Remove almost unused `flags' argument of suser(). |  mpi | 2018-02-19 | 1 | -3/+3 |
* | Unbreak carp(4) MAC check in bridge_process(). |  mpi | 2018-02-07 | 1 | -3/+6 |
* | Use a workaround for detached parent in carp_proto_input_c(). |  mpi | 2018-01-25 | 1 | -4/+13 |
* | have carp use standard detach hooks instead of getting special handling |  dlg | 2018-01-12 | 1 | -24/+31 |
* | unbreak configurations using carppeers |  dlg | 2018-01-12 | 1 | -2/+9 |
* | restrict carp to configuring ethernet interfaces as carpdevs. |  dlg | 2018-01-12 | 1 | -5/+5 |
* | carp_ourether gets passed the parent interface, not the carp interface. |  dlg | 2018-01-11 | 1 | -2/+2 |
* | get rid of struct carp_if by moving the srpl into struct ifnet if_carp. |  dlg | 2018-01-10 | 1 | -72/+55 |
* | simplify the input interface type check in carp_proto_input_if. |  dlg | 2018-01-10 | 1 | -3/+2 |
* | Creating a cloned interface could return ENOMEM due to temporary |  bluhm | 2018-01-09 | 1 | -5/+2 |
* | Replace non mp-safe carp_iamatch6() with mp-safe carp_iamatch(). |  mpi | 2017-11-23 | 1 | -17/+1 |
* | Move the addrhook disestablish from carpdetach() to carp_clone_destroy() |  patrick | 2017-11-21 | 1 | -4/+3 |
* | Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare running |  mpi | 2017-11-20 | 1 | -2/+6 |
* | Handle the case where the parent of a carp(4) is being destroyed |  mpi | 2017-10-16 | 1 | -2/+9 |
* | Reduces the scope of the NET_LOCK() in sysctl(2) path. |  mpi | 2017-10-09 | 1 | -2/+7 |
* | Remove NET_LOCK()'s argument. |  mpi | 2017-08-11 | 1 | -12/+7 |
* | Fix the remaining ';;'s in sys/ |  tom | 2017-06-22 | 1 | -2/+2 |
* | When dealing with mbuf pointers passed down as function parameters, |  bluhm | 2017-06-19 | 1 | -3/+3 |
* | Carp balancing ip does not work since there is a mac filter in |  friehm | 2017-05-30 | 1 | -10/+42 |
* | Leaving IP multicast group requires the NET_LOCK(). |  mpi | 2017-05-28 | 1 | -1/+5 |
* | Fix the carp mode 'balancing ip-stealth'. Set the link state UP |  bluhm | 2017-05-27 | 1 | -14/+15 |
* | If m is not a continuous mbuf cluster, m_pullup() in pr_input may |  bluhm | 2017-05-04 | 1 | -3/+3 |
* | Pass down the address family through the pr_input calls. This |  bluhm | 2017-04-14 | 1 | -3/+3 |
* | Partially revert previous mallocarray conversions that contain |  dhill | 2017-04-11 | 1 | -3/+3 |
* | Use mallocarray to allocate multicast group memberships. |  dhill | 2017-04-09 | 1 | -3/+3 |
* | When building counter memory in preparation to copy to userland, always |  deraadt | 2017-04-05 | 1 | -1/+2 |
* | Replace manual loop with SRPL_FOREACH_SAFE_LOCKED macro. |  bluhm | 2017-03-23 | 1 | -5/+2 |
* | carp(4) code is always executed in the 'softnet' thread, so remove |  mpi | 2017-03-17 | 1 | -7/+1 |
* | carp(4) percpu counters |  jca | 2017-02-20 | 1 | -28/+37 |
* | Change the IPv4 pr_input function to the way IPv6 is implemented, |  bluhm | 2017-01-29 | 1 | -33/+35 |
* | Since raw_input() and route_input() are gone from pr_input, we can |  bluhm | 2017-01-25 | 1 | -8/+2 |
* | Flag pseudo-interfaces as such in order to call add_net_randomness() |  mpi | 2017-01-23 | 1 | -1/+2 |
* | Prevent grabing the NET_LOCK() twice in the ioctl(2) and input path. |  mpi | 2016-12-20 | 1 | -19/+35 |
* | Introduce the NET_LOCK() a rwlock used to serialize accesses to the parts |  mpi | 2016-12-19 | 1 | -3/+3 |
* | Rename SRPL_ENTER() to SRPL_FIRST() and SRPL_NEXT() to SRPL_FOLLOW(). |  mpi | 2016-11-20 | 1 | -4/+4 |
* | Accept CARP advertisement packets whose destination is not for multicast. |  yasuoka | 2016-10-25 | 1 | -2/+2 |
* | Convert timeouts that need a process context to timeout_set_proc(9). |  mpi | 2016-10-04 | 1 | -4/+4 |
* | fix revision 1.290 of sys/netinet/ip_carp.c. |  benno | 2016-07-25 | 1 | -1/+2 |
* | Fix the check supposed to prevent 'ip' and 'ip-stealth' balancing modes |  mpi | 2016-07-19 | 1 | -5/+4 |
* | Get rid of the ``enaddr'' argument of carp_iamatch(). |  mpi | 2016-06-06 | 1 | -9/+3 |
* | Insert a hack to deal with interfaces removing the VLAN header before |  mpi | 2016-05-30 | 1 | -1/+14 |
* | rework the srp api so it takes an srp_ref struct that the caller provides. |  dlg | 2016-05-18 | 1 | -16/+16 |
* | We're always ready! So send IFQ_SET_READY() to the bitbucket. |  mpi | 2016-04-13 | 1 | -2/+1 |
* | provide m_dup_pkt() for doing fast deep mbuf copies with a specified alignment |  dlg | 2016-02-23 | 1 | -2/+2 |
* | Introduce in{,6}_hasmulti(), two functions to check in the hot path if |  mpi | 2016-01-21 | 1 | -6/+2 |