summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Don't check IFF_RUNNING in previous change.simokawa2002-10-251-2/+2
* Don't send/recieve packets when the interface is down.simokawa2002-10-231-0/+9
* Use if_printf(ifp, "blah") instead of printf("ppp%d: blah", ifp->if_unit).brooks2002-10-211-15/+13
* Use if_printf(ifp, "blah") instead of printf("vlan%d: blah", ifp->if_unit).brooks2002-10-211-2/+2
* Use if_printf(ifp, "blah") instead of printf("sl%d: blah", sc->sc_if.if_unit).brooks2002-10-211-2/+1
* Use if_printf(ifp, "blah") instead ofbrooks2002-10-215-10/+5
* When packets pass in and out of six-to-four (STF) tunnels, performrwatson2002-10-201-0/+15
* We have mem{cpy,cmp,set} functions in the kernel, don't #define them tophk2002-10-201-3/+0
* When a packet is sent via a FDDI interface, perform appropriate MACrwatson2002-10-201-0/+12
* When a packet is destined for delivery via an ATM medium, performrwatson2002-10-201-0/+11
* Don't us an array[1], it just hides where '&' isn't used right.phk2002-10-201-11/+11
* last arg of in6?_gif_output() is not used any more.ume2002-10-171-2/+2
* - drop too short IPv6 frameume2002-10-171-10/+15
* s/gifp/ifp/ume2002-10-171-11/+11
* de-__P()alfred2002-10-161-3/+3
* - after gif_set_tunnel(), psrc/pdst may be null. set IFF_RUNNING accordingly.ume2002-10-162-134/+162
* Be consistent about functions being static.phk2002-10-167-12/+12
* FIx misindentation.phk2002-10-162-22/+25
* add definitions for RIPEMD-160 HMAC and Skipjack encryption algorithms,sam2002-10-161-0/+2
* Replace aux mbufs with packet tags:sam2002-10-164-5/+4
* Correct the definitions of SADB_* to be compatible withume2002-10-151-15/+15
* Unconditionally restore the pointer to the saved Ethernet header aftercjc2002-10-141-4/+1
* When reusing a pointer as a number, at least cast itmux2002-10-061-1/+1
* 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
OpenPOWER on IntegriCloud