summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
...
* Back out rev 1.150; things are more complicated than this.sam2002-11-151-1/+1
* if_attach should not sleep; change malloc's M_WAITOK to M_NOWAITsam2002-11-151-1/+1
* network interface and link layer changes:sam2002-11-1516-78/+58
* track changes to ethernet input handling to no longer strip the Ethernet headersam2002-11-141-48/+55
* o eliminate separate callback interface for h/w tagged input packets; insteadsam2002-11-142-164/+302
* o add if_nvlans member to track the number of vlans active on an interfacesam2002-11-141-9/+3
* o change input packet handling to eliminate the pointer to the structsam2002-11-141-185/+263
* general cleanups mostly aimed at improving portability of driverssam2002-11-141-43/+38
* o add support for multiple link types per interface (e.g. 802.11 and Ethernet)sam2002-11-143-27/+53
* o add IF_*bps macros for netbsd compatibilitysam2002-11-141-0/+11
* Fix instances of macros with improperly parenthasized arguments.alfred2002-11-092-15/+15
* Add a cast to quiet a warning.jhb2002-11-071-1/+1
* 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
OpenPOWER on IntegriCloud