| Commit message (Expand) | Author | Age | Files | Lines |
* | add support for using kqueue to watch bpf sockets. | jmg | 2003-08-05 | 2 | -9/+77 |
* | Implement a mechanism by which ATM drivers can inform interested | harti | 2003-07-29 | 2 | -1/+85 |
* | Use M_WAITOK instead of M_WAIT in sppp_attach(). | gj | 2003-07-26 | 1 | -1/+1 |
* | add monitor mode | sam | 2003-07-21 | 1 | -0/+2 |
* | Disabling multicast on vlan interface caused kernel panic. | ume | 2003-07-19 | 1 | -0/+2 |
* | Add mutex for routing entries. | hsu | 2003-07-19 | 1 | -1/+8 |
* | Correct the device identifiers for the ProATM cards. | harti | 2003-07-18 | 1 | -2/+2 |
* | Implement an utility function that can be used by device drivers to | harti | 2003-07-15 | 2 | -0/+59 |
* | The mbuf put on the interface queue contains the 4-byte pseudoheader. | harti | 2003-07-15 | 1 | -1/+2 |
* | Add identifiers for ProSum's and IDT's cards that are based on | harti | 2003-07-15 | 1 | -1/+9 |
* | ATM_PH_LLCSNAP and ATMIO_FLAG_LLCSNAP must have the same value, so | harti | 2003-07-15 | 1 | -2/+4 |
* | Protect a kernel structure by _KERNEL. | harti | 2003-07-15 | 1 | -0/+2 |
* | Move the MAC entry point to label ethernet-sourced mbufs with a MAC label | rwatson | 2003-07-13 | 1 | -4/+8 |
* | - In vlan_input(), always mask off all but the VLID bits from tags | wpaul | 2003-07-08 | 2 | -3/+12 |
* | Testing VLANs with the new 8139C+ chip (which does hardware tag | wpaul | 2003-07-06 | 1 | -2/+2 |
* | remove old 802.11 support; replaced by new code in sys/net80211 | sam | 2003-06-28 | 2 | -4027/+0 |
* | add "autoselect" mode and "auto" alias: these let you reset the | sam | 2003-06-25 | 1 | -0/+6 |
* | Add the hooks for netgraph and HARP to the NATM code. This allows us | harti | 2003-06-23 | 1 | -3/+64 |
* | Apply style(9) to this file. I'm going to touch large parts of this file | harti | 2003-06-23 | 1 | -30/+32 |
* | Now that most of this file is new, stylify the rest and correct the | harti | 2003-06-18 | 1 | -59/+57 |
* | Add definitions for the ioctls that are used by netgraph and harp to open | harti | 2003-06-17 | 1 | -0/+18 |
* | Fix the breakage introduced by rev. 1.43 of sys/dev/midway.c (don't commit | harti | 2003-06-16 | 1 | -17/+92 |
* | Fix a typo in an ATM media name. As this name was not use yet, no problems | harti | 2003-06-02 | 1 | -1/+1 |
* | Wrap macro in do {...} while(0); | phk | 2003-05-31 | 1 | -1/+1 |
* | Remove break after return. | phk | 2003-05-31 | 1 | -3/+0 |
* | Replace a handrolled defrag function with m_defrag. The handrolled | silby | 2003-05-28 | 1 | -22/+15 |
* | Define a link layer MIB for ATM. Most fields of this MIB are needed by | harti | 2003-05-05 | 2 | -0/+63 |
* | Back out rev 1.146 -- it broke the LINT build. | obrien | 2003-05-05 | 1 | -1/+1 |
* | Fix some easy, global, lint warnings. In most cases, this means | markm | 2003-04-30 | 2 | -2/+2 |
* | Add media types and options for ATM. While on most ATM cards media cannot | harti | 2003-04-29 | 2 | -0/+63 |
* | Add module data and version to the atm_subr and reference this info from the | harti | 2003-04-29 | 2 | -1/+26 |
* | o add support for multi-mode devices like 802.11 wireless cards that support | sam | 2003-04-28 | 3 | -40/+80 |
* | Tweak to previous commit: increment ifp->if_iqdrops if the m_copy() fails. | archie | 2003-04-23 | 1 | -1/+2 |
* | Fix a case where the return value from m_copy() was not being checked | archie | 2003-04-23 | 1 | -6/+6 |
* | Move MAC label storage for mbufs into m_tags from the m_pkthdr structure, | rwatson | 2003-04-14 | 1 | -8/+0 |
* | No need to unlock if error detected before locking. | hsu | 2003-04-13 | 1 | -2/+4 |
* | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | des | 2003-04-08 | 3 | -7/+5 |
* | Don't use ovbcopy(); use void * instead of char *. | des | 2003-04-04 | 1 | -6/+3 |
* | o netisr_queue() returns 1 on success and 0 on failure, | maxim | 2003-03-27 | 1 | -1/+1 |
* | - Use if_broadcastaddr from struct ifnet rather than relying on | mdodd | 2003-03-21 | 2 | -3/+4 |
* | Assignment could be NULL, check. | mdodd | 2003-03-21 | 1 | -1/+1 |
* | Use td->td_ucred instead of td->td_proc->p_ucred. | jhb | 2003-03-20 | 1 | -2/+2 |
* | - Use IFP2AC(). | mdodd | 2003-03-16 | 2 | -5/+73 |
* | Fix whitespace issues. | mdodd | 2003-03-15 | 1 | -20/+20 |
* | Don't strip header from packets before input routine is called. | mdodd | 2003-03-15 | 2 | -6/+27 |
* | Use if_printf(). | mdodd | 2003-03-15 | 2 | -4/+3 |
* | iso88025_ifattach() changes: | mdodd | 2003-03-15 | 2 | -3/+22 |
* | - Style(9) changes. | mdodd | 2003-03-15 | 1 | -4/+11 |
* | Stray } forgotten by manual merging. | mdodd | 2003-03-15 | 1 | -1/+0 |
* | - Remove stray ). | mdodd | 2003-03-15 | 1 | -2/+6 |