| Age | Commit message (Expand) | Author |
| 2003-12-14 | Fix syntax errors in CHECK_NMBCLUSTER_PARAMS(). | thorpej |
| 2003-12-14 | Second part of hashed IP_reassembly changes: | jonathan |
| 2003-12-12 | Make fast-ipsec and ipflow (Fast Forwarding) interoperate. | scw |
| 2003-12-08 | Add new field ipq_nfrags to struct ipq. Maintain count of fragments | jonathan |
| 2003-12-07 | KNF: s/unsigned/u_int/, in a couple of places I missed. | jonathan |
| 2003-12-06 | Replace the single global IP reassembly list/listhead, with a | jonathan |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-12-04 | ipflow (IP fast forwarding) is not compatible with FAST_IPSEC either. | scw |
| 2003-11-26 | define RANDOM_IP_ID by default (unifdef -DRANDOM_IP_ID). | itojun |
| 2003-11-24 | For FAST_IPSEC, ipfilter gets to see wire-format IPsec-encapsulated packets | scw |
| 2003-11-19 | Correct number of arguments to sysctl_rdint. | fvdl |
| 2003-11-19 | Patch back support for (badly) randomized IP ids, by request: | jonathan |
| 2003-11-17 | Diff to netinet/ip_input.c (restore ip_id, initialize) for ip_id fix: | jonathan |
| 2003-11-12 | KNF | itojun |
| 2003-11-11 | Change global head-of-local-IP-address list from in_ifaddr to | jonathan |
| 2003-11-10 | Make per-protocol network input queue stats visible to userland via | jonathan |
| 2003-09-28 | Remove some code that breaks AH tunnels completely. The comment describing | mycroft |
| 2003-09-06 | randomize IPv4/v6 fragment ID and IPv6 flowlabel. avoids predictability | itojun |
| 2003-09-06 | backout previous, we don't know if arc4random() corrides on reboot. | itojun |
| 2003-09-05 | initialize fragment ID with arc4random, not by time.tv_sec | itojun |
| 2003-08-22 | remove ipsec_set/getsocket. now we explicitly pass socket * to ip{,6}_output. | itojun |
| 2003-08-22 | change the additional arg to be passed to ip{,6}_output to struct socket *. | itojun |
| 2003-08-15 | (fast-ipsec): Add hooks to pass IPv4 IPsec traffic into fast-ipsec, if | jonathan |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-14 | correct igmp. from love | itojun |
| 2003-07-03 | minor KNF | itojun |
| 2003-06-30 | do not generate ICMP redirect when packet filter alters ip_dst to an | itojun |
| 2003-06-30 | fix indent | itojun |
| 2003-06-23 | Make sure to include opt_foo.h if a defflag option FOO is used. | martin |
| 2003-06-15 | Change the way multicasts are kept. They now use a hash table in the same | matt |
| 2003-04-11 | PR/991: Darren Reed: Add a sysctl (checkinteface) to implement this. This | christos |
| 2003-02-26 | Add MBUFTRACE kernel option. | matt |
| 2002-11-12 | remove all entries in rt timer queue on ip_mtudisc change, instead of | itojun |
| 2002-11-12 | ckout previous - doesn't compile | itojun |
| 2002-11-12 | update ip_mtudisc sysctl change handling. | itojun |
| 2002-11-10 | always create pmtud timeout queue, as ip_mtudisc can be tweaked via | itojun |
| 2002-11-02 | /*CONTCOND*/ while (0)'ed macros | perry |
| 2002-09-23 | revert mtudisc_timeout value to the old one if update falis | itojun |
| 2002-09-11 | KNF - return is not a function. sync w/kame. | itojun |
| 2002-09-11 | correct signedness mixup in pointer passing. sync w/kame | itojun |
| 2002-08-14 | avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE | itojun |
| 2002-06-30 | Changes to allow the IPv4 and IPv6 layers to align headers themseves, | thorpej |
| 2002-06-13 | set IPv4 parameter to modern value. | itojun |
| 2002-06-09 | whitespace | itojun |
| 2002-06-07 | look at rmx_mtu on IPsec tunnel MTU computation. | itojun |
| 2002-05-12 | Eliminate commons. | matt |
| 2002-05-12 | Spelling fixes, from Sergey Svishchev in kern/16650. | wiz |
| 2002-05-07 | Change struct ipqe to use TAILQ's instead of LIST's (primarily for TCP's | matt |
| 2002-04-18 | Change test for M_EXT to M_READONLY for MROUTING. We only need to to do | matt |
| 2002-03-08 | Pool deals fairly well with physical memory shortage, but it doesn't | thorpej |