summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2010-03-13add BIOC{G,S}FEEDBACK which allows one to receive injected outgoing packetschristos
2010-02-28Fight the ever-increasing size of src checkouts by spelling "useful"snj
2010-02-28Propagate the IFCAP_TSOv6 property also.darran
2010-02-08Take another stab at fixing the LOCKDEBUG panic reported in PRdyoung
2010-02-04Explicitly include opt_gateway.h when depending on GATEWAY.joerg
2010-01-28fix languagembalmer
2010-01-26Include sys/atomic.h now that it's used but gets stealth-includedpooka
2010-01-25Make bpf dynamically loadable.pooka
2010-01-21Spelling fix: correspoding -> corresponding.dyoung
2010-01-19fix pasto in previouspooka
2010-01-19slap dis wit summah dat RCSIdpooka
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2010-01-17Forward declare struct bpf_if and use that as the type for bpf_ifpooka
2010-01-15* remove just-for-kicks lockingpooka
2009-12-20If a multithreaded app closes an fd while another thread is blocked indsl
2009-12-09Rename fo_drain() to fo_abort(), 'drain' is used to mean 'wait for outputdsl
2009-12-09KNF.dyoung
2009-11-29fix a potential leak on tap device close, purging the send queueplunky
2009-11-28Fix function name that was changed by mistake in the previous whitespacembalmer
2009-11-28white space -> tab.isaki
2009-11-23Remove some unecessary includes sys/user.h header.rmind
2009-11-20ar_tha() can return NULL; treat this as an error.christos
2009-11-13Simplify ifreq_setaddr:joerg
2009-11-08PR/42285: PR/41559: Daniel Hagerty: if_stf doesn't count output byteschristos
2009-11-03s/u_quad_t/uint64_t/.dyoung
2009-11-03s/u_quad_t/uint64_t/dyoung
2009-10-26buildfix: only declare sysctl_net_ifq_setup() if INET or INET6 is definedcegger
2009-10-05Replace u_quad_t with uint64_t. u_quad_t is just a typedef fordyoung
2009-10-05add the error from ifpromisc to the panic.christos
2009-10-03We only care about KAUTH_NETWORK_ROUTE.elad
2009-10-03Move default network interface policy back to the subsystem.elad
2009-10-02Move routing socket security policy back to the subsystem.elad
2009-09-19Initialise index_gen_mtx before use.skrll
2009-09-16Replace a large number of link set based sysctl node creations withpooka
2009-09-15When working with address preferences, sockaddr_externalize() bothjakllsch
2009-09-15fix undefined result of stat(), found by clang static analyzerdrochner
2009-09-14Import pfsync support from OpenBSD 4.2degroote
2009-09-12Make this compile with options RTSOCK_DEBUG.tsutsui
2009-09-11Make ifconfig(8) set and display preference numbers for IPv6dyoung
2009-09-02Add a direction argument to socket upcalls, so they can tell why they'vetls
2009-08-13Use sysctl(9) to expose to userland each interface transmissiondyoung
2009-08-12Add 1000BASE-BX10.msaitoh
2009-07-23Avoid a kernel assertion failure upstream by using FSTATE_NOTFOUNDplunky
2009-06-09comment style. no functional change.yamt
2009-05-30No need to include bsd.subdir.mk as bsd.kinc.mk already includes it.hannken
2009-05-29Add vlan support and hardware offload capabilities to agr.darran
2009-05-27Make it possible to register delayed radix tree head inits whichpooka
2009-05-26Install agr ioctl header and stop putting our hand under the sys skirtpooka
2009-05-17fix crash in bridge_ioctl():cegger