summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* - add support for IPX (tested with mount -t nwfs and mars_nwe),fjoe2003-01-243-85/+161
* Implement SIOCGIFMEDIA for vlan devices by passing the request to thefenner2003-01-221-0/+23
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-2131-135/+135
* o add BIOCGDLTLIST and BIOCSDLT ioctls to get the data link type listsam2003-01-202-4/+111
* accept short WEP keys for backward compatibilitysam2003-01-191-2/+1
* Originally when DEVFS was added, a global variable "devfs_present"phk2003-01-192-16/+18
* fix ioctl handling for setting wep keyssam2003-01-191-4/+6
* sync with KAME to simplify rev 1.28's patch (no functional changes)suz2003-01-151-24/+41
* 802.11 link layer support. This code implements the basic 802.11sam2003-01-152-77/+3830
* don't reference a pkthdr after M_MOVE_PKTHDR has "remove it"; insteadsam2003-01-061-2/+2
* Fix alignment problems -- the embedded v4 address is guaranteed tofenner2003-01-051-15/+17
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-012-3/+3
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* Correct mbuf packet header propagation. Previously, packet headerssam2002-12-301-10/+10
* Remove cdevw_add() calls, they are deprecated.phk2002-12-281-1/+0
* Remove useless local variable from raw_input().kbyanc2002-12-281-3/+0
* Oops, I misread the purpose of the NULL check in EH_RESTORE() iniedowse2002-12-271-2/+3
* Fix a bug introduced by revision 1.59 that would cause an immediateiedowse2002-12-271-1/+1
* Long chain of calls starting with bridge_on(), going through IPv6, andhsu2002-12-271-1/+2
* Disable radix node locking for sysctl until we fix the sysctl infrastructurehsu2002-12-261-5/+5
* Typo in function name.ru2002-12-251-4/+4
* I'm not sure what was the problem at the time of revision 1.37ru2002-12-251-11/+0
* Range-check the address family parameter passed in to the sysctl handler.hsu2002-12-251-0/+2
* Revision 1.67 changes correspond to CSRG revision 8.3.1.1 changes.ru2002-12-251-1/+1
* If the caller of rtrequest*(RTM_DELETE, ...) asked for a copy ofru2002-12-252-19/+6
* A month after pst@ has committed his revision 1.8, it wasru2002-12-251-3/+6
* 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
OpenPOWER on IntegriCloud