summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Do not do an assignment in a truth test (previous commit) or gcc gives apeter2003-02-121-1/+1
* PFIL_HOOKS optimization: check if at least one hook is present beforesam2003-02-111-2/+3
* Make the radix tree code compilable in userland. Requested by ru.hsu2003-02-082-9/+15
* A minor stylistic change to make it more clear to lint-like tools.phk2003-02-021-2/+2
* chase more of the MIN/MAX mess. *sigh*alfred2003-02-021-0/+1
* Consolidate MIN/MAX macros into one place (param.h).alfred2003-02-021-2/+0
* - bpf is now working (tested with tcpdump)fjoe2003-01-301-9/+16
* NODEVFS cleanup: unifdefphk2003-01-302-20/+0
* Avoid lock order reversal by expanding the scope of thehsu2003-01-281-0/+1
* - 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
OpenPOWER on IntegriCloud