| Commit message (Expand) | Author | Age | Files | Lines |
* | M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for |  claudio | 2018-11-09 | 1 | -2/+2 |
* | All places that call carp_lsdrop() use the interface pointer already. |  bluhm | 2018-05-21 | 1 | -5/+4 |
* | Remove almost unused `flags' argument of suser(). |  mpi | 2018-02-19 | 1 | -2/+2 |
* | Use IP6_SOIIKEY_LEN instead of hardcoded value. |  mpi | 2018-02-12 | 1 | -2/+2 |
* | Implement RFC 7217: "A Method for Generating Semantically Opaque |  florian | 2018-02-10 | 1 | -1/+36 |
* | The function ip6_get_prevhdr() did return a pointer into a mbuf. |  bluhm | 2018-02-01 | 1 | -25/+19 |
* | Constify protocol tables and remove an assert now that ip_deliver() is |  mpi | 2017-11-23 | 1 | -2/+2 |
* | Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare running |  mpi | 2017-11-20 | 1 | -2/+2 |
* | Introduce a reader version of the NET_LOCK(). |  mpi | 2017-11-10 | 1 | -3/+3 |
* | Fix typo in previous resulting in a NULL dereference. |  mpi | 2017-11-01 | 1 | -2/+2 |
* | - add one more softnet taskq |  sashan | 2017-10-31 | 1 | -2/+2 |
* | Stop grabbing the KERNEL_LOCK() in network tasks when `ipsec_in_use' |  mpi | 2017-10-26 | 1 | -26/+1 |
* | Setting the IPV6_MINMTU flag in the call to ip6_output() was moved |  bluhm | 2017-10-18 | 1 | -1/+8 |
* | Reduces the scope of the NET_LOCK() in sysctl(2) path. |  mpi | 2017-10-09 | 1 | -10/+23 |
* | Prevent a race against ipsec_in_use. |  mpi | 2017-08-22 | 1 | -2/+5 |
* | Remove NET_LOCK()'s argument. |  mpi | 2017-08-11 | 1 | -4/+3 |
* | Increase the limit of the IP protocol queues from 256 to 2048 mbufs. |  bluhm | 2017-08-08 | 1 | -2/+2 |
* | We do have SO_TIMESTAMP since some time and there is other code in the |  florian | 2017-08-04 | 1 | -3/+1 |
* | The IP in IP input function strips the outer header and reinserts |  bluhm | 2017-07-05 | 1 | -66/+19 |
* | Convert ip6_input() to a pr_input style function. Goal is to process |  bluhm | 2017-06-27 | 1 | -39/+65 |
* | When dealing with mbuf pointers passed down as function parameters, |  bluhm | 2017-06-19 | 1 | -2/+2 |
* | The IP multicast forward functions return an errno, call the variable |  bluhm | 2017-06-19 | 1 | -8/+14 |
* | Move IPv4 & IPv6 incoming/forwarding path, PIPEX ppp processing and |  mpi | 2017-05-31 | 1 | -18/+41 |
* | Carp balancing ip does not work since there is a mac filter in |  friehm | 2017-05-30 | 1 | -4/+4 |
* | Introduce ipv{4,6}_input(), two wrappers around IP queues. |  mpi | 2017-05-30 | 1 | -1/+7 |
* | Per-interface list of addresses, both multicast and unicast, are |  mpi | 2017-05-29 | 1 | -3/+2 |
* | Rename ip_local() to ip_deliver() and give it the same parameters |  bluhm | 2017-05-28 | 1 | -19/+17 |
* | Bump the right counters. One of these was caught by clang because of a |  kettenis | 2017-05-23 | 1 | -3/+3 |
* | Move IPsec forward and local policy check functions to ipsec_input.c |  bluhm | 2017-05-22 | 1 | -4/+3 |
* | Use the IPsec policy check from IPv4 also when doing local delivery |  bluhm | 2017-05-22 | 1 | -1/+13 |
* | Use the IPsec policy check from ipv4_input() also when forwarding |  bluhm | 2017-05-12 | 1 | -1/+19 |
* | Fix white spaces and wrap long line. No binary change. |  bluhm | 2017-05-11 | 1 | -6/+6 |
* | Added initial IPv6 multicast routing support for multiple rdomains: |  rzalamena | 2017-05-08 | 1 | -2/+2 |
* | Pass down the address family through the pr_input calls. This |  bluhm | 2017-04-14 | 1 | -2/+3 |
* | Convert bcopy to memcpy as the memory does not overlap. |  dhill | 2017-04-06 | 1 | -5/+5 |
* | Kill global list of IPv6 addresses. |  mpi | 2017-03-06 | 1 | -3/+1 |
* | Some refactoring in ip6_input() needed to un-KERNEL_LOCK() the IPv6 |  mpi | 2017-02-28 | 1 | -22/+35 |
* | Remove the ipsec protocol callbacks which all do the same. Implement |  bluhm | 2017-02-08 | 1 | -2/+1 |
* | Make ip6_input() more like ipv4_input() and introduce ip6_ours(). |  bluhm | 2017-02-06 | 1 | -38/+31 |
* | Always allocate counters memory using type M_COUNTERS. |  jca | 2017-02-05 | 1 | -2/+2 |
* | Use percpu counters for ip6stat |  jca | 2017-02-05 | 1 | -60/+58 |
* | Change the IPv4 pr_input function to the way IPv6 is implemented, |  bluhm | 2017-01-29 | 1 | -7/+7 |
* | Move nd6 timer initialisation to nd6_init() and call timeout_set() |  bluhm | 2016-12-27 | 1 | -13/+1 |
* | Typo, "more then" -> "more than" |  jca | 2016-12-26 | 1 | -2/+2 |
* | A NET_LOCK() was is missing in tcp_sysctl() which shows up as spl |  bluhm | 2016-12-20 | 1 | -6/+5 |
* | Introduce the NET_LOCK() a rwlock used to serialize accesses to the parts |  mpi | 2016-12-19 | 1 | -3/+6 |
* | Merge two "#ifdef MROUTING" blocks. |  mpi | 2016-11-28 | 1 | -26/+33 |
* | Automatically create a default lo(4) interface per rdomain. |  mpi | 2016-11-14 | 1 | -5/+6 |
* | Kill ip6_forward_rt reducing differences between v4 and v6. |  mpi | 2016-08-24 | 1 | -33/+16 |
* | protect a pf specific function with the correct #if. Fixes ramdisk building. |  phessler | 2016-07-19 | 1 | -1/+3 |