aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Replace (ab)uses of "NULL" where "0" is really meant.Archie Cobbs2002-08-221-1/+1
* Fix a couple of bogus return values in previous commit.Brooks Davis2002-08-191-3/+2
* Clean up a comment talking about C strings, which are terminated with theJuli Mallett2002-08-191-4/+4
* Implement user-setable promiscuous mode (a new `promisc' flag for ifconfig(8)).Maxim Sobolev2002-08-193-3/+15
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidMaxim Sobolev2002-08-185-26/+26
* Move mac.h include to match the MAC tree location. Both locationsRobert Watson2002-08-151-1/+1
* Move to nested include of _label.h instead of mac.h, reducing namespaceRobert Watson2002-08-142-2/+2
* Correct error handling during MAC transmission check for if_gif.Robert Watson2002-08-121-2/+5
* Make ppp(4) devices clonable and unloadable.Brooks Davis2002-08-093-36/+87
* Extend the interface to ether_input(): a NULL eh pointer means thatLuigi Rizzo2002-08-041-12/+26
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-011-0/+12
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-011-0/+17
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-011-1/+12
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-311-0/+16
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-311-0/+12
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-311-0/+11
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-311-0/+6
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-311-2/+6
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-311-0/+12
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-301-0/+2
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-301-0/+2
* Slight whitespace cleanup. Whitespace sync to MAC tree.Robert Watson2002-07-271-2/+2
* Add some additional 802.11 media definitions.Kelly Yancey2002-07-141-0/+27
* Remove 0 initializers for global/static variables, so they end up inLuigi Rizzo2002-07-071-4/+4
* Turn on BPF_ALIGN for all non-i386 platforms, instead of having anPeter Wemm2002-07-051-1/+1
* Remove trailing whitespaces.Maxim Konovalov2002-07-031-2/+2
* o Strict interface names comparison. The old code assumed "fxp1" == "fxp11".Maxim Konovalov2002-07-031-3/+3
* Check retifma for NULL before using it.Jonathan Mini2002-07-021-1/+2
* Remove one useless variable.Luigi Rizzo2002-06-301-3/+1
* At long last, commit the zero copy sockets code.Kenneth D. Merry2002-06-261-1/+3
* Add kernel print bits #define for the IEEE80211_CAPINFO bits.Warner Losh2002-06-241-1/+1
* fix indentation, whitespace and a few comments.Luigi Rizzo2002-06-232-34/+31
* Remove (almost all) global variables that were used to holdLuigi Rizzo2002-06-222-64/+90
* Update for libpcap 0.7.1Bill Fenner2002-06-211-14/+46
* Remove so*_locked(), which were backed out by mistake.Seigo Tanimura2002-06-181-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-313-25/+3
* Ensure that packet counts are always reset to 0 whenMike Silbersack2002-05-311-0/+1
* Add one copy of crc32() and crc32_tab[] in libkern, and remove it two otherPoul-Henning Kamp2002-05-291-0/+4
* Make discard devices clonable and unloadable. Also, change theBrooks Davis2002-05-251-15/+57
* Move all unit number management cloned interfaces into the cloningBrooks Davis2002-05-257-39/+47
* Fix warning; remove unused arg that was passed through uninitialized.Peter Wemm2002-05-241-2/+2
* Include <sys.systm.h> for the declaration of some atomic functions -- don'tBruce Evans2002-05-221-0/+1
* Avoid exposing struct if_clone and the sys/queue.h macros to userlandIan Dowse2002-05-201-0/+4
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-203-5/+27
* More s/file system/filesystem/gTom Rhodes2002-05-161-1/+1
* Add ipfw hooks to ether_demux() and ether_output_frame().Luigi Rizzo2002-05-131-0/+146
* Fix logic inversion bug.Kelly Yancey2002-05-111-2/+2
* Fix a misplaced break statement within a switch that accidentally madeJoerg Wunsch2002-05-101-1/+1
* Cleanup the interface to ip_fw_chk, two of the input argumentsLuigi Rizzo2002-05-091-36/+34
* Roll my own min() (named ISO88025_MIN() so as to not cause conflicts) soKelly Yancey2002-05-081-2/+4