| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r339682: | Bjoern A. Zeeb | 2018-10-31 | 1 | -41/+45 |
| * | epoch(9): allow preemptible epochs to compose | Matt Macy | 2018-07-04 | 1 | -2/+3 |
| * | mechanical CK macro conversion of inpcbinfo lists | Matt Macy | 2018-06-12 | 1 | -1/+1 |
| * | UDP: further performance improvements on tx | Matt Macy | 2018-05-23 | 1 | -6/+8 |
| * | Modify ip6_get_prevhdr() to be able use it safely. | Andrey V. Elsukov | 2018-02-05 | 1 | -4/+2 |
| * | Do pass removing some write-only variables from the kernel. | Alexander Kabaev | 2017-12-25 | 1 | -10/+0 |
| * | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
| * | Remove register keyword from sys/ and ANSIfy prototypes | Ed Maste | 2017-05-17 | 1 | -2/+2 |
| * | The patch provides the same socket option as Linux IP_ORIGDSTADDR. | Ermal Luçi | 2017-03-06 | 1 | -1/+1 |
| * | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
| * | Committed without approval from mentor. | Ermal Luçi | 2017-02-12 | 1 | -1/+1 |
| * | The patch provides the same socket option as Linux IP_ORIGDSTADDR. | Ermal Luçi | 2017-02-10 | 1 | -1/+1 |
| * | Merge projects/ipsec into head/. | Andrey V. Elsukov | 2017-02-06 | 1 | -11/+13 |
| * | Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead. | Kevin Lo | 2016-09-15 | 1 | -1/+1 |
| * | sys/net* : for pointers replace 0 with NULL. | Pedro F. Giffuni | 2016-04-15 | 1 | -1/+1 |
| * | Split in6_selectsrc() into in6_selectsrc_addr() and in6_selectsrc_socket(). | Alexander V. Chernikov | 2016-01-10 | 1 | -26/+7 |
| * | Remove 'struct route_int6' argument from in6_selectsrc() and | Alexander V. Chernikov | 2016-01-03 | 1 | -2/+2 |
| * | Do not count security policy violation twice. | Andrey V. Elsukov | 2014-12-11 | 1 | -2/+0 |
| * | Renove faith(4) and faithd(8) from base. It looks like industry | Alexander V. Chernikov | 2014-11-09 | 1 | -6/+0 |
| * | Merge 'struct ip6protosw' and 'struct protosw' into one. Now we have | Kevin Lo | 2014-08-08 | 1 | -10/+2 |
| * | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
| * | Remove the large part of struct ipsecstat. Only few fields of this | Andrey V. Elsukov | 2013-07-23 | 1 | -2/+2 |
| * | Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters. | Andrey V. Elsukov | 2013-07-09 | 1 | -1/+7 |
| * | Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statistics | Andrey V. Elsukov | 2013-06-20 | 1 | -2/+2 |
| * | Use RIP6STAT_INC() macro for raw ip6 statistics accounting. | Andrey V. Elsukov | 2013-06-19 | 1 | -8/+8 |
| * | Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats. | Andrey V. Elsukov | 2013-04-09 | 1 | -2/+2 |
| * | Take the inpcb rlock before calculating checksum, it was accidentally | Andrey V. Elsukov | 2013-03-12 | 1 | -1/+1 |
| * | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-05 | 1 | -1/+1 |
| * | Add SO_SETFIB option support on PF_INET6 sockets and allow inheriting the | Bjoern A. Zeeb | 2012-02-03 | 1 | -1/+11 |
| * | optp may be NULL. | Hajimu UMEMOTO | 2010-08-20 | 1 | -1/+2 |
| * | MFp4: anchie_soc2009 branch: | Ana Kukec | 2010-08-19 | 1 | -0/+20 |
| * | Make `ping6 -I' work with net.inet6.ip6.use_defaultzone=1. | Hajimu UMEMOTO | 2010-08-17 | 1 | -2/+5 |
| * | In rip6_input(), in case of multicast, we might skip the normal processing | Bjoern A. Zeeb | 2010-08-14 | 1 | -0/+1 |
| * | MFP4: @176978-176982, 176984, 176990-176994, 177441 | Bjoern A. Zeeb | 2010-04-29 | 1 | -2/+2 |
| * | Enhance the historic behaviour of raw sockets and jails in a way | Bjoern A. Zeeb | 2010-04-27 | 1 | -1/+1 |
| * | Throughout the network stack we have a few places of | Bjoern A. Zeeb | 2009-12-13 | 1 | -1/+1 |
| * | Adapt the fix for IGMPv2 in r199287 for the IPv6 stack. | Bruce M Simpson | 2009-11-19 | 1 | -8/+30 |
| * | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+0 |
| * | Remove unused VNET_SET() and related macros; only VNET_GET() is | Robert Watson | 2009-07-16 | 1 | -2/+2 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -26/+7 |
| * | Make callers to in6_selectsrc() and in6_pcbladdr() pass in memory | Bjoern A. Zeeb | 2009-06-23 | 1 | -15/+12 |
| * | Modify most routines returning 'struct ifaddr *' to return references | Robert Watson | 2009-06-23 | 1 | -4/+7 |
| * | Switch cmd argument to u_long. This matches what if_ethersubr.c does and | Roman Divacky | 2009-06-21 | 1 | -1/+1 |
| * | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | Bjoern A. Zeeb | 2009-06-08 | 1 | -1/+0 |
| * | Permit buiding kernels with options VIMAGE, restricted to only a single | Marko Zec | 2009-04-30 | 1 | -0/+1 |
| * | Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit: | Bruce M Simpson | 2009-04-29 | 1 | -7/+54 |
| * | Update stats in struct icmpstat and icmp6stat using four new | Robert Watson | 2009-04-12 | 1 | -1/+1 |
| * | For all files including net/vnet.h directly include opt_route.h and | Bjoern A. Zeeb | 2009-02-27 | 1 | -0/+1 |
| * | Standardize the various prison_foo_ip[46] functions and prison_if to | Jamie Gritton | 2009-02-05 | 1 | -11/+7 |
| * | For consistency with prison_{local,remote,check}_ipN rename | Bjoern A. Zeeb | 2009-01-25 | 1 | -1/+1 |