| Age | Commit message (Expand) | Author |
| 2010-05-15 | Backout rev.1.137. It causes troubles, see PR kern/43294. | oki |
| 2010-04-21 | syn_cache_put(): defer all pool_put() to the callout. Reschedule | bouyer |
| 2010-04-17 | fix spelling mistake: netient -> netinet | darrenr |
| 2010-04-17 | add IPFILTER_COMPAT to kernel config options recognised for IPFilter | darrenr |
| 2010-04-16 | tcp_input: set ECE flag even if CWR flag is active. | rmind |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-04-01 | Oops. Fix LOCKDEBUG panic -- and spurious calls to tcp_output()! -- in | tls |
| 2010-04-01 | As suggested by at least 3 different people (the guilty parties know who | tls |
| 2010-04-01 | After discussion with ad@: it appears that KERNEL_LOCK also protects | tls |
| 2010-03-31 | Don't hold kernel lock across call to ip_input() -- it blocked *all* | tls |
| 2010-03-12 | Fixed a number of race conditions in the case of receiving ipv4 packet. | oki |
| 2010-01-26 | tcp sockbuf autoscaling was initially added turned off because it | pooka |
| 2010-01-24 | ipfilter depends on bpf_filter, not bpfilter (since the year 2000). | pooka |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-12-30 | Get the uid from the socket's credentials. | elad |
| 2009-12-09 | Remove superfluous cast of a pointer to void *. | dyoung |
| 2009-12-07 | PR/42243: Yasuoka Masahiko: Add "net.inet.icmp.bmcastecho" sysctl support, | christos |
| 2009-12-07 | Initialize/compare pointers with NULL instead of 0. | dyoung |
| 2009-11-20 | ar_tha() can return NULL; treat this as an error. | christos |
| 2009-11-03 | Handle RFC 5227 ARP probes properly, don't drop 0.0.0.0 source packets | christos |
| 2009-10-31 | add enough info to let rtadvd compile with route-info. | christos |
| 2009-10-19 | Drop 3rd and 4th clauses from David Young's license. | rmind |
| 2009-09-16 | Replace a large number of link set based sysctl node creations with | pooka |
| 2009-09-14 | Import pfsync support from OpenBSD 4.2 | degroote |
| 2009-09-13 | Wipe out the last vestiges of POOL_INIT with one swift stroke. In | pooka |
| 2009-09-11 | Make ifconfig(8) set and display preference numbers for IPv6 | dyoung |
| 2009-09-09 | Make tcp msl (max segment life) tunable via sysctl net.inet.tcp.msl. | darran |
| 2009-09-02 | Add a direction argument to socket upcalls, so they can tell why they've | tls |
| 2009-08-30 | Stop the admin from creating nodes under net.inet.ip.interfaces or | dyoung |
| 2009-08-12 | Don't require the gateway address to have room for both an interface | dyoung |
| 2009-07-19 | Enable IP_MINTTL option for SOCK_DGRAM sockets. | minskim |
| 2009-07-18 | Check the minimum ttl only when pcb is available. | minskim |
| 2009-07-17 | Add the IP_MINTTL socket option. | minskim |
| 2009-07-17 | Delete trailing whitespace. | minskim |
| 2009-07-16 | Add the IP_RECVTTL option support. | minskim |
| 2009-07-01 | From Wolfgang Stukenbrock in PR kern/41659: add missing splx(). | martin |
| 2009-06-20 | Follow exactly the recommendation of draft-ietf-tcpm-tcpsecure-11.txt: | christos |
| 2009-06-07 | sysctl_inpcblist: fix a lock leak in error path (hi <matt>). | rmind |
| 2009-06-07 | Make ip_carp.c compile, fixing usage of CARP_LOG(). | taca |
| 2009-05-27 | PR/38260: Brian Seklecki: Improve carp logging. | christos |
| 2009-05-27 | Make it possible to register delayed radix tree head inits which | pooka |
| 2009-05-27 | POOL_INIT -> pool_init | pooka |
| 2009-05-12 | Implicit EPERM -> explicit EACCES. | elad |
| 2009-05-12 | Fix previous, || -> &&. | elad |
| 2009-05-12 | Fix inverted permissions check. | elad |
| 2009-05-09 | Add check for IN_MULTICAST() that was taken only to in_pcbbind_port() -- | elad |
| 2009-05-06 | Remove some usage of "priv" and "privileged" variables and instead pass | elad |
| 2009-04-30 | Commit changes to netinet6/in6_src.c, forgot in previous commit: | elad |
| 2009-04-30 | - Make in6_pcbbind_{addr,port}() static | elad |
| 2009-04-23 | - Make kauth(9) call logic match the one in netinet6/in6_pcb.c | elad |