aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Use if_printf(ifp, "blah") instead of printf("ppp%d: blah", ifp->if_unit).Brooks Davis2002-10-211-15/+13
* Use if_printf(ifp, "blah") instead of printf("vlan%d: blah", ifp->if_unit).Brooks Davis2002-10-211-2/+2
* Use if_printf(ifp, "blah") instead of printf("sl%d: blah", sc->sc_if.if_unit).Brooks Davis2002-10-211-2/+1
* Use if_printf(ifp, "blah") instead ofBrooks Davis2002-10-215-10/+5
* When packets pass in and out of six-to-four (STF) tunnels, performRobert Watson2002-10-201-0/+15
* We have mem{cpy,cmp,set} functions in the kernel, don't #define them toPoul-Henning Kamp2002-10-201-3/+0
* When a packet is sent via a FDDI interface, perform appropriate MACRobert Watson2002-10-201-0/+12
* When a packet is destined for delivery via an ATM medium, performRobert Watson2002-10-201-0/+11
* Don't us an array[1], it just hides where '&' isn't used right.Poul-Henning Kamp2002-10-201-11/+11
* last arg of in6?_gif_output() is not used any more.Hajimu UMEMOTO2002-10-171-2/+2
* - drop too short IPv6 frameHajimu UMEMOTO2002-10-171-10/+15
* s/gifp/ifp/Hajimu UMEMOTO2002-10-171-11/+11
* de-__P()Alfred Perlstein2002-10-161-3/+3
* - after gif_set_tunnel(), psrc/pdst may be null. set IFF_RUNNING accordingly.Hajimu UMEMOTO2002-10-162-134/+162
* Be consistent about functions being static.Poul-Henning Kamp2002-10-167-12/+12
* FIx misindentation.Poul-Henning Kamp2002-10-162-22/+25
* add definitions for RIPEMD-160 HMAC and Skipjack encryption algorithms,Sam Leffler2002-10-161-0/+2
* Replace aux mbufs with packet tags:Sam Leffler2002-10-164-5/+4
* Correct the definitions of SADB_* to be compatible withHajimu UMEMOTO2002-10-151-15/+15
* Unconditionally restore the pointer to the saved Ethernet header afterCrist J. Clark2002-10-141-4/+1
* When reusing a pointer as a number, at least cast itMaxime Henrion2002-10-061-1/+1
* In an SMP environment post-Giant it is no longer safe to blindlyDon Lewis2002-10-033-6/+6
* Since bpf is no longer an optional component, remove associated ifdef's.Maxim Sobolev2002-10-021-9/+0
* style(9):Mike Barcroft2002-10-021-5/+5
* Use standards visibility conditionals to conditionalize most of thisMike Barcroft2002-10-021-5/+15
* 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