As per POSIX, unconstify if_name in <net/if.h>.
[dragonfly.git] / sys / dev /
2009-04-29 Sepherosa ZiehauAdd HPET cputimer.
2009-04-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-28 Sepherosa Ziehauemx(4): __cachealign struct emx_rxdata
2009-04-28 Sepherosa Ziehauserializer: Revoke PROFILE_SERIALIZER kernel option
2009-04-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-27 Sepherosa Ziehauemx(4): If error happens, we must hold all of the seria...
2009-04-27 Sepherosa ZiehauAdd ifpoll, which support hardware TX/RX queues based...
2009-04-23 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-23 Sascha Wildnercxm(4): Fix a crash by warning if no firmware is compil...
2009-04-22 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-20 Sascha Wildnercxm(4): Silence compilation warning.
2009-04-19 Sascha Wildnercxm(4): Oops, remove #include opt_cxm.h for now.
2009-04-19 Sascha WildnerAdd cxm(4), a driver for Hauppauge PVR-250/350 video...
2009-04-15 Sascha WildnerFix the way <sys/ioccom.h> is included throughout our...
2009-04-12 Sepherosa ZiehauPut lwkt_serialize_array_{enter,try,exit}() into its...
2009-04-12 Sepherosa Ziehauifnet serializer split: Whack ifnet.if_serializer if...
2009-04-12 Sepherosa ZiehauSplit ifnet serializer step 4/many: Add IFNET_SERIALIZE...
2009-04-12 Sepherosa Ziehauemx(4): Add serialize/deserialize functions which just...
2009-04-12 Sepherosa ZiehauFactor out lwkt_serialize_array_{enter,try,exit}()
2009-04-12 Sepherosa ZiehauAdd IFNET_SERIALIZE_RX(idx)
2009-04-12 Sepherosa ZiehauSplit ifnet serializer step 2/many: Add if_serialize_as...
2009-04-12 Sepherosa ZiehauLet emx(4) install its own ifnet serialize functions
2009-04-12 Sepherosa ZiehauSplit ifnet serialize step 1/many: Add if_{serialize...
2009-04-11 Sepherosa Ziehausln(4): Include <sys/param.h>
2009-04-11 Sepherosa ZiehauUnbreak GENERIC building
2009-04-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-04-07 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-07 Sascha WildnerReplace all casts of NULL to something with NULL.
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2009-04-07 Sascha Wildnersys/dev/usbmisc/Makefile: Remove duplicate entry.
2009-04-07 Peter AvalosSync sys/queue.h with FreeBSD:
2009-04-01 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-01 Hasso TepperSimplify the radeon microcode loading.
2009-04-01 Hasso TepperAdd a comment for reminder about nocache.
2009-04-01 Hasso TepperLoad the right microcode for RS780.
2009-04-01 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-01 Matthew Dillonvkernel: Fix startup race with I/O cothread support.
2009-03-27 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-03-27 Hasso TepperSync DRM code with FreeBSD trunk rev 190433.
2009-03-26 Sepherosa Ziehauem/emx(4): Add 82571EB Bypass to the supported device...
2009-03-22 Sepherosa Ziehauemx(4): Pass packet info to ether_input_chain()
2009-03-22 Sepherosa Ziehauemx(4): Correct RSS configuration.
2009-03-21 Sepherosa Ziehaujme(4): Don't deliver packet info if the packet has...
2009-03-21 Sepherosa Ziehaujme(4): Allow stats to be writable
2009-03-21 Sepherosa Ziehaujme(4): Pass packet info to ether_input_chain()
2009-03-21 Sepherosa Ziehaujme(4): Disable TXCSUM by default to improve bulk data...
2009-03-21 Sepherosa Ziehautoeplitz: Promote net/toeplitz.c to 'standard' file
2009-03-21 Sepherosa Ziehaujme(4): Don't mess with M_PKTHDR
2009-03-21 Sepherosa Ziehauether_input/rss: Pass packet info to ether_input_chain.
2009-03-18 Sepherosa Ziehaujme(4): Using code logic to create redirect table.
2009-03-18 Sepherosa Ziehaujme(4): Get key from Toeplitz code
2009-03-17 Sepherosa Ziehauatphy: Reset PHY after extracting MII capabilities...
2009-03-17 Sepherosa Ziehauale(4): Don't read/write 1000baseT specific MII registe...
2009-03-17 Sepherosa Ziehaubce/bge(4): Allow txcsum/rxcsum to be set individually
2009-03-15 Matthew DillonRemove conditionals based on #if defined(i386) which...
2009-03-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-03-14 Sepherosa Ziehauemx(4): Fix comment
2009-03-14 Sepherosa Ziehaujme(4): Correct SIOCSIFCAP ioctl handling
2009-03-14 Sepherosa Ziehauemx(4): Support IFCAP_RSS
2009-03-14 Sepherosa Ziehaurss: Add RSS kernel option; Add IFCAP_RSS iface capability
2009-03-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-03-12 Sepherosa Ziehauemx(4): Move EMX_RSS_DEBUG into opt_emx.h
2009-03-12 Sepherosa Ziehaujme(4): Move JME_RSS_DEBUG into opt_jme.h
2009-03-10 Sepherosa Ziehauem(4): Enable RX after RDH is configured (backport...
2009-03-10 Sepherosa Ziehauem(4): Backport part of 62e0614e4c59f94c83cdf24ebf5995a...
2009-03-10 Sepherosa Ziehauem(4): Backport cc8fffade4528dd788a4789998ed3d1e85f9644a
2009-03-10 Sepherosa Ziehauem(4): Backport part of 62e0614e4c59f94c83cdf24ebf5995a...
2009-03-09 Sepherosa Ziehauemx(4): Add tunable to enable/disable multi-RX queue...
2009-03-09 Sepherosa Ziehauemx(4): Add multi-RX queue support
2009-03-08 Sepherosa Ziehauemx(4): Use E1000_ICR_ macros when check against value...
2009-03-08 Sepherosa Ziehauemx(4): this driver does not support 82543
2009-03-07 Sepherosa Ziehauemx(4): Let the hardware strip the ethernet CRC on...
2009-03-07 Sepherosa Ziehauemx(4): Prepare multi-RX queue support -- use extended...
2009-03-07 Sepherosa Ziehauemx(4): Prepare multi-RX queue support -- use different...
2009-03-07 Sepherosa Ziehauemx(4): Prepare multi-RX queue support -- group RX...
2009-03-07 Sepherosa Ziehauemx(4): Factor out emx_dma_{alloc,free}()
2009-03-07 Sepherosa Ziehauemx(4): Remove emx_dma_{malloc,free}() and related...
2009-03-07 Sepherosa Ziehauemx(4): Move TX/RX desc ring alloc/free into ring creat...
2009-03-07 Sepherosa Ziehauemx(4): Regroup RX/TX ring creation code
2009-03-04 Sepherosa Ziehauemx(4): Compact transmit path a little bit
2009-03-04 Sepherosa Ziehauem/emx(4): Remove dead code; add comment.
2009-03-04 Sepherosa Ziehauem/emx(4): Don't use __predict_false when test m_len...
2009-03-04 Sepherosa Ziehauem/emx(4): Fix comment
2009-03-03 Sepherosa Ziehauiwi(4): Upgrade to use 3.0 firmware and use firmware...
2009-03-02 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-03-01 Sepherosa Ziehauem(4): Give preference to emx(4) based on PCI ids.
2009-03-01 Sepherosa ZiehauCopy em(4) to emx(4), which supports only 8257{1,2...
2009-03-01 Sepherosa Ziehauem(4): Put back pkt_txclean KTR
2009-03-01 Sepherosa Ziehauem(4): We don't need in_detach trick.
2009-03-01 Sepherosa Ziehauem(4): Fix comment
2009-03-01 Sepherosa Ziehauem(4): We return 0 or errno, but not Intel e1000's...
2009-03-01 Sepherosa Ziehauem(4): White space
2009-02-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-27 Sepherosa Ziehauem(4): Reduce EM_TXDD_SAFE from 50 to 48.
2009-02-27 Sepherosa Ziehauem(4): Don't write ITR, if the NIC is not running yet.
2009-02-27 Sepherosa Ziehauem(4): We don't dynamicly config txd_cmd; there is...
2009-02-27 Sepherosa Ziehauem(4): We don't embrace TIDV/TADV; nuke the related...
2009-02-27 Sepherosa Ziehauem(4): Don't turn on/off TX descs' IDE bit in sysctl.
2009-02-27 Sepherosa Ziehauem(4): Adjust RDTR/RADV comment that they should not...
next