aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2009-01-26net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2009-01-26net: pppoe - stop using proc internalsCyrill Gorcunov
2009-01-26pppol2tp: stop using proc internalsAlexey Dobriyan
2009-01-26ixgbe: add support KX/KX4 deviceDon Skidmore
2009-01-26ixgbe: fix slow load times on 82598 nicsDon Skidmore
2009-01-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-01-26Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2009-01-26gianfar: Revive VLAN supportAnton Vorontsov
2009-01-26bnx2x: tx_has_work should not wait for FWVladislav Zolotarov
2009-01-26netxen: reduce memory footprintDhananjay Phadke
2009-01-26netxen: fix vlan tso/checksum offloadDhananjay Phadke
2009-01-26e1000e: workaround hw errataJesse Brandeburg
2009-01-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2009-01-25com0020: Add missing symbol export for com20020_netdev_ops.David S. Miller
2009-01-25virtio_net: Fix MAX_PACKET_LEN to support 802.1Q VLANsAlex Williamson
2009-01-25smsc95xx: fix function prototype of async callbackSteve Glendinning
2009-01-25smsc95xx: remove unused completion structSteve Glendinning
2009-01-24[NET] am79c961a: fix spin_lock usageUwe Kleine-König
2009-01-23rtl8187: Add termination packet to prevent stallLarry Finger
2009-01-23iwlwifi: fix rs_get_rate WARN_ON()Abbas, Mohamed
2009-01-23p54usb: fix packet loss with first generation devicesChristian Lamparter
2009-01-22e1000e: drop lltx, remove unnecessary lockJesse Brandeburg
2009-01-22phy: Add suspend/resume support to SMSC PHYsSteve Glendinning
2009-01-22au1000: reorder functionsFlorian Fainelli
2009-01-22net: pppoe - get rid of DECLARE_MAC_BUFCyrill Gorcunov
2009-01-22phylib: Fix oops in suspend/resume pathsAnton Vorontsov
2009-01-22bnx2x: VersionEilon Greenstein
2009-01-22bnx2x: loopback test failureEilon Greenstein
2009-01-22bnx2x: Missing rmb when waiting for FW responseEilon Greenstein
2009-01-22bnx2x: Calling napi_delEilon Greenstein
2009-01-22bnx2x: Carrier off first callEilon Greenstein
2009-01-22bnx2x: Handling load failuresEilon Greenstein
2009-01-22bnx2x: Disable napiEilon Greenstein
2009-01-22bnx2x: Reset HW before useEilon Greenstein
2009-01-22iwlwifi: return NETDEV_TX_OK from _tx opsReinette Chatre
2009-01-22zd1211rw: adding Sitecom WL-603 (0df6:0036) to the USB id listHin-Tak Leung
2009-01-22p54usb: fix nasty use after freeChristian Lamparter
2009-01-22p54: more cryptographic accelerator fixesChristian Lamparter
2009-01-22p54: add missing break in eeprom parserChr
2009-01-22orinoco: use KERN_DEBUG for link status messagesPavel Roskin
2009-01-22rt2x00: Fix TX rate short preamble detectionIvo van Doorn
2009-01-22orinoco: move kmalloc(..., GFP_KERNEL) outside spinlock in orinoco_ioctl_set_...Andrey Borzenkov
2009-01-21tun: Implement ip link del tunXXXEric W. Biederman
2009-01-21tun: There is no longer any need to deny changing network namespacesEric W. Biederman
2009-01-21tun: Fix races between tun_net_close and free_netdev.Eric W. Biederman
2009-01-21tun: Move read_wait into tun_fileEric W. Biederman
2009-01-21tun: Make tun_net_xmit atomic wrt tun_attach && tun_detachEric W. Biederman
2009-01-21tun: Grab the netns in open.Eric W. Biederman
2009-01-21tun: Introduce tun_fileEric W. Biederman
2009-01-21tun: Use POLLERR not EBADF in tun_chr_pollEric W. Biederman