| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC 285325 | eri | 2015-07-29 | 1 | -1/+2 |
* | MFC r285051 | eri | 2015-07-29 | 1 | -17/+18 |
* | MFC r265942: | yongari | 2014-05-16 | 1 | -2/+3 |
* | Merge r262763, r262767, r262771, r262806 from head: | glebius | 2014-03-21 | 1 | -1/+1 |
* | Merge r263091: fix mbuf flags clash that lead to failure of operation | glebius | 2014-03-18 | 1 | -0/+3 |
* | Merge r261582, r261601, r261610, r261613, r261627, r261640, r261641, r261823, | glebius | 2014-03-04 | 1 | -29/+0 |
* | Unregister inet/inet6 pfil hooks on vnet destroy. | trociny | 2013-09-13 | 1 | -0/+5 |
* | Implement the ip, tcp, and udp DTrace providers. The probe definitions use | markj | 2013-08-25 | 1 | -0/+5 |
* | Restructure the mbuf pkthdr to make it fit for upcoming capabilities and | andre | 2013-08-24 | 1 | -2/+2 |
* | Move ip_reassemble()'s use of the global M_FRAG mbuf flag to a protocol layer | andre | 2013-08-19 | 1 | -3/+3 |
* | Use new macros to implement ipstat and tcpstat using PCPU counters. | ae | 2013-07-09 | 1 | -64/+8 |
* | Fix kmod_*stat_inc() after r249276. The incorrect code actually | glebius | 2013-06-21 | 1 | -2/+2 |
* | Back out r249318, r249320 and r249327 due to a heisenbug most | andre | 2013-05-06 | 1 | -2/+2 |
* | Change certain heavily used network related mutexes and rwlocks to | andre | 2013-04-09 | 1 | -2/+2 |
* | Merge from projects/counters: TCP/IP stats. | glebius | 2013-04-08 | 1 | -11/+71 |
* | Use m_get/m_gethdr instead of compat macros. | glebius | 2013-03-15 | 1 | -1/+1 |
* | ip_savecontrol() style fixes. No functional changes. | pluknet | 2013-02-20 | 1 | -17/+17 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -2/+2 |
* | Remove the recently added sysctl variable net.pfil.forward. | ae | 2012-11-02 | 1 | -12/+11 |
* | Remove the IPFIREWALL_FORWARD kernel option and make possible to turn | ae | 2012-10-25 | 1 | -2/+3 |
* | After r241923 the updated ip_len no longer needed. | glebius | 2012-10-25 | 1 | -1/+0 |
* | Fix error in r241913 that had broken fragment reassembly. | glebius | 2012-10-25 | 1 | -1/+1 |
* | Do not reduce ip_len by size of IP header in the ip_input() | glebius | 2012-10-23 | 1 | -6/+0 |
* | Switch the entire IPv4 stack to keep the IP packet header | glebius | 2012-10-22 | 1 | -37/+26 |
* | A step in resolving mess with byte ordering for AF_INET. After this change: | glebius | 2012-10-06 | 1 | -16/+23 |
* | When ip_output()/ip6_output() is supplied a struct route *ro argument, | glebius | 2012-07-04 | 1 | -2/+1 |
* | Add a IP_RECVTOS socket option to receive for received UDP/IPv4 | tuexen | 2012-06-12 | 1 | -0/+6 |
* | Convert all users of IF_ADDR_LOCK to use new locking macros that specify | jhb | 2012-01-05 | 1 | -4/+4 |
* | Remove last remnants of classful addressing: | glebius | 2011-10-15 | 1 | -5/+0 |
* | Correct comments and debug logging in ipsec to better match reality. | bz | 2011-06-08 | 1 | -1/+1 |
* | MfP4 CH=192004: | bz | 2011-04-27 | 1 | -5/+0 |
* | MFp4 CH=191470: | bz | 2011-04-20 | 1 | -15/+0 |
* | MFp4 CH=191466: | bz | 2011-04-20 | 1 | -2/+0 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -11/+11 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -11/+11 |
* | MFp4 CH=183052 183053 183258: | bz | 2010-09-02 | 1 | -10/+6 |
* | Allow carp(4) to be loaded as a kernel module. Follow precedent set by | will | 2010-08-11 | 1 | -7/+1 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | bz | 2010-04-29 | 1 | -39/+33 |
* | Avoid memory access after free. Use the (shortend) copy for the | bz | 2010-04-21 | 1 | -1/+1 |
* | - boot-time size the ipv4 flowtable and the maximum number of flows | kmacy | 2010-03-22 | 1 | -2/+14 |
* | - restructure flowtable to support ipv6 | kmacy | 2010-03-12 | 1 | -1/+1 |
* | Split up ip_drain() into an outer lock and iterator part and | bz | 2010-02-20 | 1 | -8/+34 |
* | Correct spelling typo in ip_input comment. | rwatson | 2009-10-24 | 1 | -1/+1 |
* | Improve grammar in ip_input comment while attempting to maintain what | rwatson | 2009-10-23 | 1 | -2/+2 |
* | Rewrap ip_input() comment so that it prints more nicely. | rwatson | 2009-10-18 | 1 | -3/+3 |
* | Virtualize the pfil hooks so that different jails may chose different | julian | 2009-10-11 | 1 | -10/+10 |
* | Many network stack subsystems use a single global data structure to hold | rwatson | 2009-08-02 | 1 | -0/+21 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Back out the moving in r195782 of V_ip_id's initialization from the top | rwatson | 2009-07-20 | 1 | -1/+2 |