summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
...
* In an SMP environment post-Giant it is no longer safe to blindlytruckman2002-10-033-6/+6
* Since bpf is no longer an optional component, remove associated ifdef's.sobomax2002-10-021-9/+0
* style(9):mike2002-10-021-5/+5
* Use standards visibility conditionals to conditionalize most of thismike2002-10-021-5/+15
* Fix some harmless mis-indents.phk2002-10-013-3/+3
* Fixed some of the namespace pollution in rev.1.33. <sys/systm.h> wasbde2002-09-291-1/+0
* Be consistent about "static" functions: if the function is markedphk2002-09-283-4/+4
* Don't return(foo(bla)) when foo returns void.phk2002-09-281-2/+4
* Add the "Monitor" interface flag.phk2002-09-272-0/+8
* Be a bit more technical:phk2002-09-261-1/+1
* Revert 1.27, as it breaks IPv6 over IPv4 tunnels.sobomax2002-09-261-2/+2
* Convert most printf()s to if_printf()s.brooks2002-09-241-15/+10
* Add a new helper function if_printf() modeled on device_printf(). Thebrooks2002-09-242-0/+15
* use __packed/__aligned rather than GCC-specific __attribute__.alfred2002-09-231-2/+2
* s/__attribute__((__packed__))/__packed/galfred2002-09-234-18/+18
* Moved netisr code from kern/kern_intr.c to net/netisr.c as threatened in ajake2002-09-221-0/+116
* Insert a missing call to MAC protection check for delivering anrwatson2002-09-211-1/+5
* mistakenly set IFF_UP by SIOCSIFPHYADDR.ume2002-09-201-4/+0
* Optimize the way we call BPF a tiny bit: If we chop the ether-header offphk2002-09-181-8/+7
* Use m_length() instead of home-rolled.phk2002-09-181-4/+3
* Use m_length() instead of home-rolled versions.phk2002-09-181-13/+4
* - increment interface output counter. sync w/ netbsd-currentume2002-09-171-2/+11
* Remove __RCSID().sobomax2002-09-171-3/+0
* - reject SIOCSIFADDR if embedded address is in private address rangeume2002-09-171-1/+26
* 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
OpenPOWER on IntegriCloud