Allow nfe and xl to compile without DEVICE_POLLING.
[dragonfly.git] / sys / dev / netif / xl / if_xl.c
2010-03-30 Sylvestre GallonAllow nfe and xl to compile without DEVICE_POLLING.
2009-03-21 Sepherosa Ziehauether_input/rss: Pass packet info to ether_input_chain.
2009-02-17 Sepherosa Ziehauxl(4): Coherent memory does not need to be synced
2009-02-17 Sepherosa Ziehauxl(4): Remove unused bus_dmamap_sync()
2009-02-17 Sepherosa Ziehauxl(4): Rework xl_encap()
2009-02-17 Sepherosa Ziehauxl(4): Rework xl_newbuf()
2009-02-17 Sepherosa Ziehauxl(4): Split RX and TX mbuf busdma tag
2009-02-17 Sepherosa Ziehauxl(4): Utilize bus_dmamem_coherent()
2009-02-17 Sepherosa Ziehauxl(4): Allocate parent busdma tag, which is used to...
2008-09-17 Sepherosa ZiehauAlways enable ETHER_INPUT_CHAIN support
2008-09-17 Sepherosa ZiehauRemove the '2' suffix from ether_input_chain and vlan_i...
2008-08-17 Sepherosa ZiehauNuke INTR_NETSAFE
2008-07-27 Sepherosa ZiehauAdd serializer assertion in all NIC driver interfaces
2008-07-27 Sepherosa ZiehauSwitch to ETHER_INPUT2 on ethernet input path by default:
2008-06-25 Sepherosa ZiehauMake xl(4) aware ETHER_INPUT_CHAIN and ETHER_INPUT2
2008-05-14 Sepherosa ZiehauReduce ifnet.if_serializer contention on output path:
2007-08-14 Sepherosa ZiehauAdd a new csum flag to tell IP defragmenter that csum_d...
2007-05-19 Sepherosa Ziehau- Turn on VLAN_MTU for 905B typed cards.
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-10-25 Matthew DillonDo a major clean-up of the BUSDMA architecture. A...
2006-08-01 Sascha WildnerDon't call pci_get_device() multiple times.
2006-04-21 Sepherosa Ziehaum_free -> m_freem
2005-12-31 Sepherosa Ziehau{ether,ieee80211}_ifdetach() can't be called with seria...
2005-11-28 Matthew DillonMake all network interrupt service routines MPSAFE...
2005-11-22 Matthew DillonFix the design of ifq_dequeue/altq_dequeue by adding...
2005-10-24 Sepherosa Ziehau- Move DEVICE_POLLING from opt_global.h to opt_polling...
2005-10-21 Sepherosa Ziehau- polling(4) support
2005-10-13 Sepherosa ZiehauANSIfy
2005-10-12 Matthew DillonRemove the INTR_TYPE_* flags. The interrupt type is...
2005-09-27 Sepherosa ZiehauIn xl_list_tx_init_90xB()
2005-09-27 Sepherosa Ziehau- Factor out xl_dma_alloc() from xl_attach()
2005-09-26 Sepherosa Ziehausetup UpPoll register before installing RX list pointer
2005-09-25 Sepherosa Ziehau- in xl_attach(), print xl card type ("90X"/"90XB"...
2005-09-24 Sepherosa Ziehauin if_xl.c, xl_detach():
2005-08-03 Hiten PandyaAdd a workaround to make 3COM cardbus cards to propagat...
2005-07-13 Joerg SonnenbergerUse ether_crc32_be.
2005-07-13 Joerg SonnenbergerChange to common PCI probe style.
2005-07-13 Joerg SonnenbergerRemove unused junk.
2005-06-20 Joerg SonnenbergerUse queue(3) macros for if_multiaddrs.
2005-06-14 Joerg SonnenbergerResource allocate now turns on port / memory bit in...
2005-06-06 Joerg SonnenbergerReplace splimp with critical sections for now. Fix...
2005-06-06 Joerg SonnenbergerRemove splimp in xl_attach, the interrupt is created...
2005-05-27 Joerg SonnenbergerUse ether_ioctl for the default case and merge the...
2005-05-24 Matthew DillonGet rid of bus_{disable,enable}_intr(), it wasn't gener...
2005-05-21 Joerg SonnenbergerExploit bus_alloc_resource_any.
2005-05-14 Joerg SonnenbergerMove if_initname call before xl_reset to ensure correct...
2005-05-11 Joerg SonnenbergerRemove obsolete comment.
2005-05-11 Joerg SonnenbergerRemove sc_unit and use if_printf / device_printf instead.
2005-02-20 Joerg SonnenbergerALTQ support
2005-01-23 Joerg SonnenbergerUse BPF_TAP and BPF_MTAP instead of the expanded versio...
2004-09-15 Joerg Sonnenbergertimeout/untimeout ==> callout_*
2004-07-23 Joerg SonnenbergerUnify the input handling of the low-level network stack...
2004-07-02 Joerg SonnenbergerAnnounce MAC address in ether_ifattach, not in each...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-03-23 Jeffrey HsuEliminate use of curthread in if_ioctl functions by...
2004-03-19 Matthew DillonIf XL cannot properly attach it tries to detach to...
2004-03-14 Joerg SonnenbergerBPF has been in the kernel for ages and is supported...
2004-01-24 Matthew DillonTurn off hardware assisted transmit checksums by defaul...
2004-01-24 Matthew DillonSynch the XL driver with FreeBSD-4.x.
2004-01-06 Matthew Dillonif_xname support Part 1/2: Convert most of the netif...
2003-11-20 Matthew DillonAdd a DECLARE_DUMMY_MODULE() so we can get linker_set...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-26 Robert GarrettRegister keyword removal
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: