| Commit message (Expand) | Author | Age | Files | Lines |
* | accept short WEP keys for backward compatibility | sam | 2003-01-19 | 1 | -2/+1 |
* | Originally when DEVFS was added, a global variable "devfs_present" | phk | 2003-01-19 | 2 | -16/+18 |
* | fix ioctl handling for setting wep keys | sam | 2003-01-19 | 1 | -4/+6 |
* | sync with KAME to simplify rev 1.28's patch (no functional changes) | suz | 2003-01-15 | 1 | -24/+41 |
* | 802.11 link layer support. This code implements the basic 802.11 | sam | 2003-01-15 | 2 | -77/+3830 |
* | don't reference a pkthdr after M_MOVE_PKTHDR has "remove it"; instead | sam | 2003-01-06 | 1 | -2/+2 |
* | Fix alignment problems -- the embedded v4 address is guaranteed to | fenner | 2003-01-05 | 1 | -15/+17 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 2 | -3/+3 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -1/+1 |
* | Correct mbuf packet header propagation. Previously, packet headers | sam | 2002-12-30 | 1 | -10/+10 |
* | Remove cdevw_add() calls, they are deprecated. | phk | 2002-12-28 | 1 | -1/+0 |
* | Remove useless local variable from raw_input(). | kbyanc | 2002-12-28 | 1 | -3/+0 |
* | Oops, I misread the purpose of the NULL check in EH_RESTORE() in | iedowse | 2002-12-27 | 1 | -2/+3 |
* | Fix a bug introduced by revision 1.59 that would cause an immediate | iedowse | 2002-12-27 | 1 | -1/+1 |
* | Long chain of calls starting with bridge_on(), going through IPv6, and | hsu | 2002-12-27 | 1 | -1/+2 |
* | Disable radix node locking for sysctl until we fix the sysctl infrastructure | hsu | 2002-12-26 | 1 | -5/+5 |
* | Typo in function name. | ru | 2002-12-25 | 1 | -4/+4 |
* | I'm not sure what was the problem at the time of revision 1.37 | ru | 2002-12-25 | 1 | -11/+0 |
* | Range-check the address family parameter passed in to the sysctl handler. | hsu | 2002-12-25 | 1 | -0/+2 |
* | Revision 1.67 changes correspond to CSRG revision 8.3.1.1 changes. | ru | 2002-12-25 | 1 | -1/+1 |
* | If the caller of rtrequest*(RTM_DELETE, ...) asked for a copy of | ru | 2002-12-25 | 2 | -19/+6 |
* | A month after pst@ has committed his revision 1.8, it was | ru | 2002-12-25 | 1 | -3/+6 |
* | SMP locking for radix nodes. | hsu | 2002-12-24 | 5 | -17/+66 |
* | rn_walktree*() compute the next leaf before applying a function | ru | 2002-12-23 | 1 | -4/+7 |
* | SMP locking for ifnet list. | hsu | 2002-12-22 | 5 | -13/+58 |
* | Swap the order of a free and a use of an ifaddr structure. | hsu | 2002-12-20 | 1 | -1/+1 |
* | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | bmilekic | 2002-12-19 | 6 | -11/+10 |
* | Under some circumstances, the loopback interface will allocate a new | rwatson | 2002-12-18 | 1 | -0/+10 |
* | Switch to the conventional reference counting scheme. | hsu | 2002-12-18 | 1 | -15/+15 |
* | Lock up ifaddr reference counts. | hsu | 2002-12-18 | 5 | -40/+45 |
* | MFS: recognize gre packets used in the WCCP protocol. | sobomax | 2002-12-07 | 1 | -0/+7 |
* | Move fw_one_pass from ip_fw2.c to ip_input.c so that neither | luigi | 2002-11-20 | 1 | -1/+1 |
* | Back out some style changes. They are not urgent, | luigi | 2002-11-20 | 2 | -21/+35 |
* | correct function declarations of stubs used for building w/o device bpf | sam | 2002-11-19 | 1 | -4/+4 |
* | Replace m_copy() with m_copypacket() where applicable. | luigi | 2002-11-17 | 1 | -24/+16 |
* | Fix function headers, remove 'register' from variable declarations. | luigi | 2002-11-17 | 1 | -11/+5 |
* | Massive cleanup of the ip_mroute code. | luigi | 2002-11-15 | 1 | -1/+1 |
* | Back out rev 1.150; things are more complicated than this. | sam | 2002-11-15 | 1 | -1/+1 |
* | if_attach should not sleep; change malloc's M_WAITOK to M_NOWAIT | sam | 2002-11-15 | 1 | -1/+1 |
* | network interface and link layer changes: | sam | 2002-11-15 | 16 | -78/+58 |
* | track changes to ethernet input handling to no longer strip the Ethernet header | sam | 2002-11-14 | 1 | -48/+55 |
* | o eliminate separate callback interface for h/w tagged input packets; instead | sam | 2002-11-14 | 2 | -164/+302 |
* | o add if_nvlans member to track the number of vlans active on an interface | sam | 2002-11-14 | 1 | -9/+3 |
* | o change input packet handling to eliminate the pointer to the struct | sam | 2002-11-14 | 1 | -185/+263 |
* | general cleanups mostly aimed at improving portability of drivers | sam | 2002-11-14 | 1 | -43/+38 |
* | o add support for multiple link types per interface (e.g. 802.11 and Ethernet) | sam | 2002-11-14 | 3 | -27/+53 |
* | o add IF_*bps macros for netbsd compatibility | sam | 2002-11-14 | 1 | -0/+11 |
* | Fix instances of macros with improperly parenthasized arguments. | alfred | 2002-11-09 | 2 | -15/+15 |
* | Add a cast to quiet a warning. | jhb | 2002-11-07 | 1 | -1/+1 |
* | Don't check IFF_RUNNING in previous change. | simokawa | 2002-10-25 | 1 | -2/+2 |