| 2008-05-23 |
Sepherosa Ziehau | - For 350 chips, don't set various INTR bits in TX... |
blob | commitdiff |
| 2008-05-14 |
Sepherosa Ziehau | Reduce ifnet.if_serializer contention on output path: |
blob | commitdiff | diff to current |
| 2007-04-07 |
Sascha Wildner | Remove unused variable. |
blob | commitdiff | diff to current |
| 2006-12-22 |
Sascha Wildner | Rename printf -> kprintf in sys/ and add some defines... |
blob | commitdiff | diff to current |
| 2006-12-20 |
Matthew Dillon | Rename sprintf -> ksprintf |
blob | commitdiff | diff to current |
| 2006-10-25 |
Matthew Dillon | Do a major clean-up of the BUSDMA architecture. A... |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
blob | commitdiff | diff to current |
| 2006-08-06 |
Sascha Wildner | Perform the following cleanup in sys/dev/netif: |
blob | commitdiff | diff to current |
| 2005-12-31 |
Sepherosa Ziehau | {ether,ieee80211}_ifdetach() can't be called with seria... |
blob | commitdiff | diff to current |
| 2005-12-11 |
Sascha Wildner | * Ansify function definitions. |
blob | commitdiff | diff to current |
| 2005-11-28 |
Matthew Dillon | Make all network interrupt service routines MPSAFE... |
blob | commitdiff | diff to current |
| 2005-11-22 |
Matthew Dillon | Fix the design of ifq_dequeue/altq_dequeue by adding... |
blob | commitdiff | diff to current |
| 2005-07-28 |
Joerg Sonnenberger | Remove break after return. |
blob | commitdiff | diff to current |
| 2005-07-28 |
Joerg Sonnenberger | While setting up a transmit packet disable interupts... |
blob | commitdiff | diff to current |
| 2005-07-28 |
Joerg Sonnenberger | Sync with FreeBSD(if_an.c 1.2.2.15, if_aironet_ieee... |
blob | commitdiff | diff to current |
| 2005-07-28 |
Joerg Sonnenberger | Sync with FreeBSD(if_anreg.h 1.1.2.9, if_an.c 1.2.2... |
blob | commitdiff | diff to current |
| 2005-07-28 |
Joerg Sonnenberger | Remove unnecessary initialisations. Return ENXIO instea... |
blob | commitdiff | diff to current |
| 2005-07-27 |
Joerg Sonnenberger | Factor out an_detach, since the implementation for... |
blob | commitdiff | diff to current |
| 2005-06-11 |
Jeffrey Hsu | Deprecate MCLGET() in favor of m_getcl() or m_getl... |
blob | commitdiff | diff to current |
| 2005-06-06 |
Joerg Sonnenberger | Convert splimp to criticial sections for now. Cleanup... |
blob | commitdiff | diff to current |
| 2005-06-06 |
Joerg Sonnenberger | Let the system deal with device shutdown, don't do... |
blob | commitdiff | diff to current |
| 2005-06-06 |
Joerg Sonnenberger | Use WAITOK allocation, fix some arguments and remove... |
blob | commitdiff | diff to current |
| 2005-06-03 |
Joerg Sonnenberger | Add a new macro IF_LLSOCKADDR which maps a ifnet pointe... |
blob | commitdiff | diff to current |
| 2005-05-27 |
Joerg Sonnenberger | Use ether_ioctl for the default case and merge the... |
blob | commitdiff | diff to current |
| 2005-05-24 |
Joerg Sonnenberger | Use bus_alloc_resource_any when possible. |
blob | commitdiff | diff to current |
| 2005-05-24 |
Joerg Sonnenberger | if_printf / device_printf. |
blob | commitdiff | diff to current |
| 2005-02-21 |
Joerg Sonnenberger | Remove some duplicate FreeBSD CVS IDs, move some IDs... |
blob | commitdiff | diff to current |
| 2005-02-15 |
Joerg Sonnenberger | ALTQ support. |
blob | commitdiff | diff to current |
| 2005-01-23 |
Joerg Sonnenberger | Use BPF_TAP and BPF_MTAP instead of the expanded versio... |
blob | commitdiff | diff to current |
| 2004-09-14 |
Joerg Sonnenberger | timeout/untimeout ==> callout_* |
blob | commitdiff | diff to current |
| 2004-07-27 |
Joerg Sonnenberger | Use netproto/802_11 includes instead of net/if_ieee80211.h. |
blob | commitdiff | diff to current |
| 2004-07-23 |
Joerg Sonnenberger | Unify the input handling of the low-level network stack... |
blob | commitdiff | diff to current |
| 2004-07-02 |
Joerg Sonnenberger | Announce MAC address in ether_ifattach, not in each... |
blob | commitdiff | diff to current |
| 2004-03-23 |
Jeffrey Hsu | Eliminate use of curthread in if_ioctl functions by... |
blob | commitdiff | diff to current |
| 2004-03-14 |
Joerg Sonnenberger | BPF has been in the kernel for ages and is supported... |
blob | commitdiff | diff to current |
| 2004-01-06 |
Matthew Dillon | if_xname support Part 1/2: Convert most of the netif... |
blob | commitdiff | diff to current |
| 2003-11-20 |
Matthew Dillon | Add a DECLARE_DUMMY_MODULE() so we can get linker_set... |
blob | commitdiff | diff to current |
| 2003-08-27 |
Robert Garrett | __P!= wanted |
blob | commitdiff | diff to current |
| 2003-08-07 |
Matthew Dillon | kernel tree reorganization stage 1: Major cvs repositor... |
blob | commitdiff | diff to current |
| 2003-07-19 |
Matthew Dillon | Remove the priority part of the priority|flags argument... |
blob | commitdiff | diff to current |
| 2003-06-25 |
Matthew Dillon | proc->thread stage 4: rework the VFS and DEVICE subsyst... |
blob | commitdiff | diff to current |
| 2003-06-23 |
Matthew Dillon | proc->thread stage 2: MAJOR revamping of system calls... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Add the DragonFly cvs id and perform general cleanups... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Initial import from FreeBSD RELENG_4: |
blob | commitdiff | diff to current |
|