summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Include include "opt_atalk.h" so that the NETATALK support can work.bde2002-09-161-17/+1
* Include <sys/systm.h> instead of depending on namespace pollution 2bde2002-09-151-0/+1
* Restore original behaviour of recursion preventer.sobomax2002-09-132-5/+7
* Fix the GENERIC build. Don't refer to the non-existant fw_one_pass.obrien2002-09-121-1/+1
* Make bridging and layer2-ipfw obey net.inet.ip.fw.one_pass.luigi2002-09-122-4/+4
* Since from now on encap_input() also catches IPPROTO_MOBILE and IPPROTO_GREsobomax2002-09-091-2/+2
* Prevent namespace pollution in use-land by putting everything used only insobomax2002-09-091-0/+3
* Remove #include <netinet/ip.h>.sobomax2002-09-071-4/+0
* Include <netinet/ip.h> to unbreak kdump. I don't know why does kdumpsobomax2002-09-061-0/+4
* Reduce namespace pollution by staticizing everything, which doesn't need tosobomax2002-09-062-17/+15
* Add a new gre(4) driver, which could be used to create GRE (RFC1701)sobomax2002-09-062-0/+947
* Add more ethernet types and move AppleTalk types into proper location.sobomax2002-09-061-7/+257
* Make recursion prevention variable per-instance and remove XXX commentsobomax2002-09-052-7/+5
* Fix a silly typo in user-setable promisc mode code.sobomax2002-08-301-1/+1
* Add IFF_POLLING into the list of flags which are protected from changing viasobomax2002-08-281-1/+2
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-253-11/+9
* Replace (ab)uses of "NULL" where "0" is really meant.archie2002-08-221-1/+1
* Fix a couple of bogus return values in previous commit.brooks2002-08-191-3/+2
* Clean up a comment talking about C strings, which are terminated with thejmallett2002-08-191-4/+4
* Implement user-setable promiscuous mode (a new `promisc' flag for ifconfig(8)).sobomax2002-08-193-3/+15
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidsobomax2002-08-185-26/+26
* Move mac.h include to match the MAC tree location. Both locationsrwatson2002-08-151-1/+1
* Move to nested include of _label.h instead of mac.h, reducing namespacerwatson2002-08-142-2/+2
* Correct error handling during MAC transmission check for if_gif.rwatson2002-08-121-2/+5
* Make ppp(4) devices clonable and unloadable.brooks2002-08-093-36/+87
* Extend the interface to ether_input(): a NULL eh pointer means thatluigi2002-08-041-12/+26
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-0/+12
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-0/+17
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-1/+12
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+16
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+12
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+11
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+6
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-2/+6
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+12
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-301-0/+2
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-301-0/+2
* Slight whitespace cleanup. Whitespace sync to MAC tree.rwatson2002-07-271-2/+2
* Add some additional 802.11 media definitions.kbyanc2002-07-141-0/+27
* Remove 0 initializers for global/static variables, so they end up inluigi2002-07-071-4/+4
* Turn on BPF_ALIGN for all non-i386 platforms, instead of having anpeter2002-07-051-1/+1
* Remove trailing whitespaces.maxim2002-07-031-2/+2
* o Strict interface names comparison. The old code assumed "fxp1" == "fxp11".maxim2002-07-031-3/+3
* Check retifma for NULL before using it.mini2002-07-021-1/+2
* Remove one useless variable.luigi2002-06-301-3/+1
* At long last, commit the zero copy sockets code.ken2002-06-261-1/+3
* Add kernel print bits #define for the IEEE80211_CAPINFO bits.imp2002-06-241-1/+1
* fix indentation, whitespace and a few comments.luigi2002-06-232-34/+31
* Remove (almost all) global variables that were used to holdluigi2002-06-222-64/+90
* Update for libpcap 0.7.1fenner2002-06-211-14/+46
OpenPOWER on IntegriCloud