| Age | Commit message (Expand) | Author |
| 2014-06-16 | Add 3rd argument to pktq_create to pass sc | ozaki-r |
| 2014-06-05 | - Implement pktqueue interface for lockless IP input queue. | rmind |
| 2014-05-30 | Introduce 2 new variables: ipsec_enabled and ipsec_used. | christos |
| 2014-05-29 | Make IGMP and multicast group management code MP-safe. Use a read-write | rmind |
| 2014-05-28 | CID 12164{49,51}: Remove bogus ifp == NULL checks; if ifp was really NULL, | christos |
| 2014-05-23 | ip_input(), ip_savecontrol(): cache m->m_pkthdr.rcvif in a variable. | rmind |
| 2014-05-23 | Make ip_forward() static, there is no need to expose it. | rmind |
| 2014-05-23 | Make ip_input() static, there is no need to expose it. | rmind |
| 2014-05-22 | - Add in_init() and move some functions, variables and sysctls into in.c | rmind |
| 2014-03-19 | Remove ipflow_prune and replace with ipflow_reap. ok rmind@ | liamjfoy |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2013-06-29 | - Rewrite parts of pfil(9): use array to store hooks and thus be more cache | rmind |
| 2013-06-27 | flip src/dst | christos |
| 2013-06-27 | implement IP_PKTINFO and IP_RECVPKTINFO. | christos |
| 2013-06-08 | Split IPsec code in ip_input() and ip_forward() into the separate routines | rmind |
| 2013-06-05 | IPSEC has not come in two speeds for a long time now (IPSEC == kame, | christos |
| 2012-11-29 | Add a new sysctl to mark ports as reserved, so that they are not used in | christos |
| 2012-06-25 | rename rfc6056 -> portalgo, requested by yamt | christos |
| 2012-06-22 | PR/46602: Move the rfc6056 port randomization to the IP layer. | christos |
| 2012-06-02 | Add some pre-processor magic to verify that the type of the data item | dsl |
| 2012-03-22 | remove KAME IPSEC, replaced by FAST_IPSEC | drochner |
| 2012-01-09 | check against NULL | liamjfoy |
| 2011-12-19 | rename the IPSEC in-kernel CPP variable and config(8) option to | drochner |
| 2011-08-31 | NULL does not need a cast | plunky |
| 2011-05-03 | *_drain() routines may be called with locks held, so instead of doing | dyoung |
| 2011-04-14 | In ipintr(), don't overwrite ipintrq.ifq_maxlen with IFQ_MAXLEN. | dyoung |
| 2010-12-13 | Back out rev that shouldn't have been committed. | matt |
| 2010-12-11 | Add routines to calculate a checkesum if the driver concludes that the | matt |
| 2010-11-05 | ip_randomid: make mechanism MP-safe and more modular. | rmind |
| 2010-11-05 | ip_reass_packet: finish abstraction; some clean-up. | rmind |
| 2010-07-19 | Abstract IP reassembly into single generic routine - ip_reass_packet(). | rmind |
| 2010-07-13 | Split-off IPv4 re-assembly mechanism into a separate module. Abstract | rmind |
| 2010-07-09 | ip_input: move lookup for fragment queue a little bit further. OK matt@. | rmind |
| 2010-04-01 | As suggested by at least 3 different people (the guilty parties know who | tls |
| 2010-03-31 | Don't hold kernel lock across call to ip_input() -- it blocked *all* | tls |
| 2009-09-16 | Replace a large number of link set based sysctl node creations with | pooka |
| 2009-07-17 | Delete trailing whitespace. | minskim |
| 2009-07-16 | Add the IP_RECVTTL option support. | minskim |
| 2009-04-18 | Remove extra whitespace added by a stupid tool. | tsutsui |
| 2009-04-15 | Remove a few KAUTH_GENERIC_ISSUSER in favor of more descriptive | elad |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-01-19 | Provide compatibility to the old timeval SCM_TIMESTAMP messages. | christos |
| 2008-12-17 | kill MALLOC and FREE macros. | cegger |
| 2008-11-23 | ip_input: fix an IPQ "lock" leak. (hi <matt>!) | rmind |
| 2008-10-04 | POOL_INIT -> pool_init | pooka |
| 2008-09-05 | Wrong route being consulted in one place | seanb |
| 2008-08-20 | Make the sysctl routines take out softnet_lock before dealing with | matt |
| 2008-05-05 | - Convert hashinit() to use kmem_alloc(). The hash tables can be large | ad |
| 2008-05-04 | Simplify the interface to netstat_sysctl() and allocate space for | thorpej |
| 2008-05-02 | PR kern/38497 Out of memory allocating ksiginfo | ad |