| Commit message (Expand) | Author | Age | Files | Lines |
* | Make in_arpinput(), inp_lookup_mcast_ifp(), icmp_reflect(), | melifaro | 2015-12-09 | 1 | -4/+4 |
* | Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock. | ae | 2015-07-29 | 1 | -3/+6 |
* | Where appropriate, use the modern terms for the one true time base | imp | 2014-12-21 | 1 | -1/+1 |
* | Remove route chaching support from ipsec code. It isn't used for some time. | ae | 2014-12-02 | 1 | -8/+0 |
* | Kill custom in_matroute() radix mathing function removing one rte mutex lock. | melifaro | 2014-11-11 | 1 | -33/+3 |
* | Remove kernel handling of ICMP_SOURCEQUENCH. | melifaro | 2014-11-10 | 1 | -6/+1 |
* | Renove faith(4) and faithd(8) from base. It looks like industry | melifaro | 2014-11-09 | 1 | -13/+0 |
* | Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed. | glebius | 2014-11-07 | 1 | -11/+11 |
* | Add a sysctl, net.inet.icmp.tstamprepl, which can be used to disable replies | markj | 2014-10-01 | 1 | -0/+6 |
* | Merge 'struct ip6protosw' and 'struct protosw' into one. Now we have | kevlo | 2014-08-08 | 1 | -8/+13 |
* | Don't copy the MF flag from original IP header to ICMP error message. | ae | 2014-03-31 | 1 | -0/+1 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPU | ae | 2013-07-09 | 1 | -4/+9 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -3/+3 |
* | Use ip_stripoptions() instead of handrolled version. | glebius | 2012-10-23 | 1 | -13/+1 |
* | Do not reduce ip_len by size of IP header in the ip_input() | glebius | 2012-10-23 | 1 | -3/+1 |
* | Switch the entire IPv4 stack to keep the IP packet header | glebius | 2012-10-22 | 1 | -12/+11 |
* | Do not check if found IPv4 rte is dynamic if net.inet.icmp.drop_redirect is | melifaro | 2012-10-10 | 1 | -5/+34 |
* | Merge the projects/pf/head branch, that was worked on for last six months, | glebius | 2012-09-08 | 1 | -2/+0 |
* | Add rate limitation for SCTP OOTB responses. | tuexen | 2012-06-18 | 1 | -1/+2 |
* | - Fix sysctl description | eadler | 2012-01-07 | 1 | -1/+1 |
* | Convert all users of IF_ADDR_LOCK to use new locking macros that specify | jhb | 2012-01-05 | 1 | -9/+9 |
* | Update packet filter (pf) code to OpenBSD 4.5. | bz | 2011-06-28 | 1 | -0/+2 |
* | MfP4 CH=192029: | bz | 2011-04-27 | 1 | -12/+17 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -10/+10 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -10/+10 |
* | Change the messages of the ICMP bad port bandwidth limiter from | andre | 2010-08-14 | 1 | -1/+2 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | bz | 2010-04-29 | 1 | -39/+20 |
* | Compare pointer to NULL rather than 0. | bz | 2009-10-13 | 1 | -1/+1 |
* | Many network stack subsystems use a single global data structure to hold | rwatson | 2009-08-02 | 1 | -0/+14 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -10/+10 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -45/+54 |
* | Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the | rwatson | 2009-06-25 | 1 | -0/+4 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 1 | -2/+6 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | In icmp_reflect(), acquire the inteface address list lock when | rwatson | 2009-04-20 | 1 | -12/+28 |
* | Update stats in struct icmpstat and icmp6stat using four new | rwatson | 2009-04-12 | 1 | -17/+17 |
* | Use uint32_t instead of n_long and n_time, and uint16_t instead of n_short. | luigi | 2009-02-13 | 1 | -2/+5 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+1 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -11/+30 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -37/+45 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -19/+20 |
* | Fix the loopback interface. Cleaning up some code with new macros | gnn | 2008-05-12 | 1 | -1/+0 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -5/+12 |
* | Add in check for loopback as well, which was missing from the original patch. | gnn | 2008-04-17 | 1 | -0/+1 |
* | Clean up the code that checks the types of address so that it is | gnn | 2008-04-17 | 1 | -3/+4 |
* | Continue to move from generic network entry points in the TrustedBSD MAC | rwatson | 2007-10-28 | 1 | -2/+2 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -2/+2 |
* | Add FBSDID to all files in netinet so that people can more | silby | 2007-10-07 | 1 | -1/+3 |