aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Fix some harmless mis-indents.Poul-Henning Kamp2002-10-013-3/+3
* Fixed some of the namespace pollution in rev.1.33. <sys/systm.h> wasBruce Evans2002-09-291-1/+0
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-283-4/+4
* Don't return(foo(bla)) when foo returns void.Poul-Henning Kamp2002-09-281-2/+4
* Add the "Monitor" interface flag.Poul-Henning Kamp2002-09-272-0/+8
* Be a bit more technical:Poul-Henning Kamp2002-09-261-1/+1
* Revert 1.27, as it breaks IPv6 over IPv4 tunnels.Maxim Sobolev2002-09-261-2/+2
* Convert most printf()s to if_printf()s.Brooks Davis2002-09-241-15/+10
* Add a new helper function if_printf() modeled on device_printf(). TheBrooks Davis2002-09-242-0/+15
* use __packed/__aligned rather than GCC-specific __attribute__.Alfred Perlstein2002-09-231-2/+2
* s/__attribute__((__packed__))/__packed/gAlfred Perlstein2002-09-234-18/+18
* Moved netisr code from kern/kern_intr.c to net/netisr.c as threatened in aJake Burkholder2002-09-221-0/+116
* Insert a missing call to MAC protection check for delivering anRobert Watson2002-09-211-1/+5
* mistakenly set IFF_UP by SIOCSIFPHYADDR.Hajimu UMEMOTO2002-09-201-4/+0
* Optimize the way we call BPF a tiny bit: If we chop the ether-header offPoul-Henning Kamp2002-09-181-8/+7
* Use m_length() instead of home-rolled.Poul-Henning Kamp2002-09-181-4/+3
* Use m_length() instead of home-rolled versions.Poul-Henning Kamp2002-09-181-13/+4
* - increment interface output counter. sync w/ netbsd-currentHajimu UMEMOTO2002-09-171-2/+11
* Remove __RCSID().Maxim Sobolev2002-09-171-3/+0
* - reject SIOCSIFADDR if embedded address is in private address rangeHajimu UMEMOTO2002-09-171-1/+26
* Include include "opt_atalk.h" so that the NETATALK support can work.Bruce Evans2002-09-161-17/+1
* Include <sys/systm.h> instead of depending on namespace pollution 2Bruce Evans2002-09-151-0/+1
* Restore original behaviour of recursion preventer.Maxim Sobolev2002-09-132-5/+7
* Fix the GENERIC build. Don't refer to the non-existant fw_one_pass.David E. O'Brien2002-09-121-1/+1
* Make bridging and layer2-ipfw obey net.inet.ip.fw.one_pass.Luigi Rizzo2002-09-122-4/+4
* Since from now on encap_input() also catches IPPROTO_MOBILE and IPPROTO_GREMaxim Sobolev2002-09-091-2/+2
* Prevent namespace pollution in use-land by putting everything used only inMaxim Sobolev2002-09-091-0/+3
* Remove #include <netinet/ip.h>.Maxim Sobolev2002-09-071-4/+0
* Include <netinet/ip.h> to unbreak kdump. I don't know why does kdumpMaxim Sobolev2002-09-061-0/+4
* Reduce namespace pollution by staticizing everything, which doesn't need toMaxim Sobolev2002-09-062-17/+15
* Add a new gre(4) driver, which could be used to create GRE (RFC1701)Maxim Sobolev2002-09-062-0/+947
* Add more ethernet types and move AppleTalk types into proper location.Maxim Sobolev2002-09-061-7/+257
* Make recursion prevention variable per-instance and remove XXX commentMaxim Sobolev2002-09-052-7/+5
* Fix a silly typo in user-setable promisc mode code.Maxim Sobolev2002-08-301-1/+1
* Add IFF_POLLING into the list of flags which are protected from changing viaMaxim Sobolev2002-08-281-1/+2
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-253-11/+9
* 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