| Commit message (Expand) | Author | Age | Files | Lines |
* | Preserve IPv6 fragment IDs accross reassembly and refragmentation | kp | 2015-04-01 | 1 | -3/+4 |
* | Fix deadlock in IPv6 PCB code. | ae | 2015-03-04 | 1 | -12/+5 |
* | Factor out ip6_fragment() function, to be used in IPv6 stack and pf(4). | glebius | 2015-02-16 | 1 | -48/+63 |
* | Move ip6_deletefraghdr() to frag6.c. | glebius | 2015-02-16 | 1 | -24/+0 |
* | Factor out ip6_deletefraghdr() function, to be shared between IPv6 | glebius | 2015-02-16 | 1 | -0/+24 |
* | Refactor / restructure the RSS code into generic, IPv4 and IPv6 specific | adrian | 2015-01-18 | 1 | -1/+2 |
* | Do not go one layer down to check ifqueue length. First, not all drivers | glebius | 2015-01-12 | 1 | -14/+0 |
* | To ease changes to underlying mbuf structure and the mbuf allocator, reduce | rwatson | 2015-01-05 | 1 | -1/+1 |
* | Remove flag/flags argument from the following functions: | ae | 2014-12-11 | 1 | -1/+2 |
* | Start process of removing the use of the deprecated "M_FLOWID" flag | hselasky | 2014-12-01 | 1 | -3/+3 |
* | Finish r274175: do control plane MTU tracking. | melifaro | 2014-11-17 | 1 | -11/+0 |
* | Renove faith(4) and faithd(8) from base. It looks like industry | melifaro | 2014-11-09 | 1 | -10/+0 |
* | When deciding whether to call m_pullup() even though there is adequate | rwatson | 2014-10-12 | 1 | -2/+2 |
* | Add an additional routing table lookup when m->m_pkthdr.fibnum is changed | hrs | 2014-10-02 | 1 | -3/+16 |
* | Add additional checks for IPV6_PKTINFO handling (RFC 3542): | ae | 2014-09-10 | 1 | -2/+15 |
* | Add IP_NODEFAULTFLOWID awareness to ip6_output(). | adrian | 2014-09-09 | 1 | -1/+10 |
* | Add IPv6 flowid, bindmulti and RSS awareness. | adrian | 2014-07-12 | 1 | -0/+65 |
* | Fixed IPv4-in-IPv6 and IPv6-in-IPv4 IPsec tunnels. | vanhu | 2014-05-28 | 1 | -171/+7 |
* | - Remove rt_metrics_lite and simply put its members into rtentry. | glebius | 2014-03-05 | 1 | -6/+6 |
* | o Remove at compile time the HASH_ALL code, that was never | glebius | 2014-02-17 | 1 | -13/+2 |
* | o Revamp API between flowtable and netinet, netinet6. | glebius | 2014-02-07 | 1 | -1/+1 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | - Utilize counter(9) to accumulate statistics on interface addresses. Add | glebius | 2013-10-15 | 1 | -4/+6 |
* | Remove unsigned < 0 check. | glebius | 2013-10-15 | 1 | -3/+1 |
* | Restructure the mbuf pkthdr to make it fit for upcoming capabilities and | andre | 2013-08-24 | 1 | -2/+2 |
* | In r227207, to fix the issue with possible NULL inp_socket pointer | trociny | 2013-07-04 | 1 | -7/+4 |
* | Finally change the mbuf to have its own fib field instead of stealing | julian | 2013-05-16 | 1 | -1/+2 |
* | Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats. | ae | 2013-04-09 | 1 | -11/+11 |
* | - Use m_getcl() instead of hand allocating. | glebius | 2013-03-15 | 1 | -24/+12 |
* | - Use m_getcl() instead of hand allocating. | glebius | 2013-03-15 | 1 | -7/+4 |
* | When we have some address to forward (e.g. it was specified with ipfw fwd), | ae | 2012-12-19 | 1 | -7/+9 |
* | Make dst_sa initialization only when it is actually needed. | ae | 2012-12-19 | 1 | -9/+12 |
* | The selectroute functions does own account of EHOSTUNREACH errors, | ae | 2012-12-19 | 1 | -8/+0 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -9/+9 |
* | Remove the recently added sysctl variable net.pfil.forward. | ae | 2012-11-02 | 1 | -4/+3 |
* | Remove the IPFIREWALL_FORWARD kernel option and make possible to turn | ae | 2012-10-25 | 1 | -4/+2 |
* | Remove __P. | delphij | 2012-10-22 | 1 | -10/+10 |
* | In ip6_ctloutput() guard inp_flags modifications with INP_WLOCK. | trociny | 2012-08-19 | 1 | -0/+6 |
* | In case of IPsec he have to do delayed checksum calculations before | bz | 2012-07-31 | 1 | -0/+14 |
* | Improve the should-never-hit printf to ease debugging in case we'd ever hit | bz | 2012-07-31 | 1 | -2/+3 |
* | For consistency put the IPsec comment iside the #fidef section. | bz | 2012-07-29 | 1 | -1/+1 |
* | When ip_output()/ip6_output() is supplied a struct route *ro argument, | glebius | 2012-07-04 | 1 | -14/+11 |
* | Seperate SCTP checksum offloading for IPv4 and IPv6. | tuexen | 2012-05-30 | 1 | -11/+11 |
* | It turns out that too many drivers are not only parsing the L2/3/4 | bz | 2012-05-28 | 1 | -9/+9 |
* | Correctly get the payload length in host byte order. While we | bz | 2012-05-26 | 1 | -4/+4 |
* | MFp4 bz_ipv6_fast: | bz | 2012-05-25 | 1 | -10/+63 |
* | In selectroute() add a missing fibnum argument to an in6_rtalloc() | bz | 2012-02-24 | 1 | -2/+2 |
* | Merge multi-FIB IPv6 support from projects/multi-fibv6/head/: | bz | 2012-02-17 | 1 | -8/+18 |
* | Cache SO_REUSEPORT socket option in inpcb-layer in order to avoid | trociny | 2011-11-06 | 1 | -3/+32 |
* | Copy ip6po_minmtu and ip6po_prefer_tempaddr in ip6_copypktopts(). This fixes | hrs | 2011-09-20 | 1 | -0/+2 |