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