summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* SMP locking for radix nodes.hsu2002-12-245-17/+66
* rn_walktree*() compute the next leaf before applying a functionru2002-12-231-4/+7
* SMP locking for ifnet list.hsu2002-12-225-13/+58
* Swap the order of a free and a use of an ifaddr structure.hsu2002-12-201-1/+1
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-196-11/+10
* Under some circumstances, the loopback interface will allocate a newrwatson2002-12-181-0/+10
* Switch to the conventional reference counting scheme.hsu2002-12-181-15/+15
* Lock up ifaddr reference counts.hsu2002-12-185-40/+45
* MFS: recognize gre packets used in the WCCP protocol.sobomax2002-12-071-0/+7
* Move fw_one_pass from ip_fw2.c to ip_input.c so that neitherluigi2002-11-201-1/+1
* Back out some style changes. They are not urgent,luigi2002-11-202-21/+35
* correct function declarations of stubs used for building w/o device bpfsam2002-11-191-4/+4
* Replace m_copy() with m_copypacket() where applicable.luigi2002-11-171-24/+16
* Fix function headers, remove 'register' from variable declarations.luigi2002-11-171-11/+5
* Massive cleanup of the ip_mroute code.luigi2002-11-151-1/+1
* 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
OpenPOWER on IntegriCloud