| Age | Commit message (Expand) | Author |
| 2010-05-05 | Constify some ether_output() arguments so that it's clear that they | dyoung |
| 2010-05-02 | Permit the existence of a route with unlinked ifp and ifa, | kefren |
| 2010-04-21 | the correct check for BPF_K is with BPF_SRC for BPF_ALU ops, from | drochner |
| 2010-04-20 | COMPAT_50 support for SPPP[GS]ETIDLETO and SPPP[GS]ETKEEPALIVE, ok martin@ | jmcneill |
| 2010-04-14 | Add a little comment on how bpf can be made unloadable, per pointer from ad. | pooka |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-03-31 | Now that fw_port.h is gone, we need to directly include <sys/select.h> | pgoyette |
| 2010-03-29 | Bye-bye fw_port.h. | kiyohara |
| 2010-03-13 | add BIOC{G,S}FEEDBACK which allows one to receive injected outgoing packets | christos |
| 2010-02-28 | Fight the ever-increasing size of src checkouts by spelling "useful" | snj |
| 2010-02-28 | Propagate the IFCAP_TSOv6 property also. | darran |
| 2010-02-08 | Take another stab at fixing the LOCKDEBUG panic reported in PR | dyoung |
| 2010-02-04 | Explicitly include opt_gateway.h when depending on GATEWAY. | joerg |
| 2010-01-28 | fix language | mbalmer |
| 2010-01-26 | Include sys/atomic.h now that it's used but gets stealth-included | pooka |
| 2010-01-25 | Make bpf dynamically loadable. | pooka |
| 2010-01-21 | Spelling fix: correspoding -> corresponding. | dyoung |
| 2010-01-19 | fix pasto in previous | pooka |
| 2010-01-19 | slap dis wit summah dat RCSId | pooka |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2010-01-17 | Forward declare struct bpf_if and use that as the type for bpf_if | pooka |
| 2010-01-15 | * remove just-for-kicks locking | pooka |
| 2009-12-20 | If a multithreaded app closes an fd while another thread is blocked in | dsl |
| 2009-12-09 | Rename fo_drain() to fo_abort(), 'drain' is used to mean 'wait for output | dsl |
| 2009-12-09 | KNF. | dyoung |
| 2009-11-29 | fix a potential leak on tap device close, purging the send queue | plunky |
| 2009-11-28 | Fix function name that was changed by mistake in the previous whitespace | mbalmer |
| 2009-11-28 | white space -> tab. | isaki |
| 2009-11-23 | Remove some unecessary includes sys/user.h header. | rmind |
| 2009-11-20 | ar_tha() can return NULL; treat this as an error. | christos |
| 2009-11-13 | Simplify ifreq_setaddr: | joerg |
| 2009-11-08 | PR/42285: PR/41559: Daniel Hagerty: if_stf doesn't count output bytes | christos |
| 2009-11-03 | s/u_quad_t/uint64_t/. | dyoung |
| 2009-11-03 | s/u_quad_t/uint64_t/ | dyoung |
| 2009-10-26 | buildfix: only declare sysctl_net_ifq_setup() if INET or INET6 is defined | cegger |
| 2009-10-05 | Replace u_quad_t with uint64_t. u_quad_t is just a typedef for | dyoung |
| 2009-10-05 | add the error from ifpromisc to the panic. | christos |
| 2009-10-03 | We only care about KAUTH_NETWORK_ROUTE. | elad |
| 2009-10-03 | Move default network interface policy back to the subsystem. | elad |
| 2009-10-02 | Move routing socket security policy back to the subsystem. | elad |
| 2009-09-19 | Initialise index_gen_mtx before use. | skrll |
| 2009-09-16 | Replace a large number of link set based sysctl node creations with | pooka |
| 2009-09-15 | When working with address preferences, sockaddr_externalize() both | jakllsch |
| 2009-09-15 | fix undefined result of stat(), found by clang static analyzer | drochner |
| 2009-09-14 | Import pfsync support from OpenBSD 4.2 | degroote |
| 2009-09-12 | Make this compile with options RTSOCK_DEBUG. | tsutsui |
| 2009-09-11 | Make ifconfig(8) set and display preference numbers for IPv6 | dyoung |
| 2009-09-02 | Add a direction argument to socket upcalls, so they can tell why they've | tls |
| 2009-08-13 | Use sysctl(9) to expose to userland each interface transmission | dyoung |