summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2010-05-05Constify some ether_output() arguments so that it's clear that theydyoung
2010-05-02Permit the existence of a route with unlinked ifp and ifa,kefren
2010-04-21the correct check for BPF_K is with BPF_SRC for BPF_ALU ops, fromdrochner
2010-04-20COMPAT_50 support for SPPP[GS]ETIDLETO and SPPP[GS]ETKEEPALIVE, ok martin@jmcneill
2010-04-14Add a little comment on how bpf can be made unloadable, per pointer from ad.pooka
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-03-31Now that fw_port.h is gone, we need to directly include <sys/select.h>pgoyette
2010-03-29Bye-bye fw_port.h.kiyohara
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