summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-07-13slip: remove dead code within the slip initializationMatvejchikov Ilya1-18/+6
2011-07-13slip: remove redundant check slip_devs for NULLMatvejchikov Ilya1-3/+0
2011-07-13slip: fix MTU comparation operation when reallocating buffersMatvejchikov Ilya1-1/+1
2011-07-13slip: remove redundant NULL-pointer check before calling slhc_freeMatvejchikov Ilya1-2/+1
2011-07-13net: Push protocol type directly down to header_ops->cache()David S. Miller3-8/+9
2011-07-12be2net: move to new vlan modelAjit Khaparde2-26/+9
2011-07-12be2net: account for skb allocation failuresEric Dumazet3-2/+4
2011-07-12e1000e: use GFP_KERNEL allocations at init timeJeff Kirsher2-17/+22
2011-07-12e1000e: Add Jumbo Frame support to 82583 devicesCarolyn Wyborny1-3/+2
2011-07-12netdevice: Kill 'feature' test macros.David S. Miller3-33/+0
2011-07-12lanai: use pci_dev->subsystem_deviceSergei Shtylyov1-8/+1
2011-07-11drivers/net: static should be at beginning of declarationJesper Juhl1-6/+6
2011-07-11e1000e: remove e1000_queue_statsEric Dumazet1-7/+0
2011-07-11ixgbe: Make certain to initialize the fdir_perfect_lock in all casesAlexander Duyck1-2/+3
2011-07-11igb: Add support of SerDes Forced mode for certain hardwareCarolyn Wyborny3-4/+22
2011-07-11igb: Update copyright on all igb driver files.Carolyn Wyborny17-17/+17
2011-07-11igb: Fix lack of flush after register write and before delayCarolyn Wyborny1-0/+1
2011-07-09benet: Add missing comma between constant string arrayJoe Perches1-3/+3
2011-07-08Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller93-1005/+3818
2011-07-08bna: use netdev_alloc_skb_ip_align()Eric Dumazet1-4/+2
2011-07-08ATM: Delete no use FILL_RX_POOLS_IN_BH marcoWang Shaoyan2-14/+1
2011-07-08drivers/net: Omit check for multicast bit in netdev_for_each_mc_addrTobias Klauser20-141/+35
2011-07-08skge/sky2: change config references to Marvellstephen hemminger1-4/+4
2011-07-08sky2: version 1.29stephen hemminger1-1/+1
2011-07-08sky2: support for new Optima chipsets (EXPERIMENTAL)stephen hemminger2-8/+89
2011-07-08sky2: use correct Inter Packet Gap at 10/100mbitstephen hemminger2-6/+26
2011-07-08sky2: force receive checksum when using RSS on some hardware (v2)stephen hemminger2-3/+18
2011-07-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville93-1005/+3818
2011-07-07rt2x00: Implement tx_frames_pending mac80211 callback function.Gertjan van Wingerde9-0/+22
2011-07-07rt2x00: Properly identify rt2800usb devices.Gertjan van Wingerde1-2/+2
2011-07-07rt2x00: Add device ID for RT539F device.Gertjan van Wingerde1-0/+1
2011-07-07rt2x00: Reduce window of a queue's tx lock.Gertjan van Wingerde1-25/+26
2011-07-07rt2x00: Don't use queue entry as parameter when creating TX descriptor.Gertjan van Wingerde3-28/+33
2011-07-07rt2x00: Serialize TX operations on a queue.Gertjan van Wingerde2-5/+18
2011-07-07bcma: detect PCI core working in hostmodeRafał Miłecki5-1/+62
2011-07-07sky2: use GFP_KERNEL allocations at device setupEric Dumazet1-6/+7
2011-07-07bnx2x: Add dcbnl notificationShmulik Ravid1-3/+9
2011-07-07macvtap: macvtapTX zero-copy supportShirley Ma1-11/+121
2011-07-07gianfar v2: code cleanupsSebastian Poehn2-24/+29
2011-07-07skge: update versionstephen hemminger2-2/+2
2011-07-07skge: make support for old Genesis chips optionalstephen hemminger2-32/+56
2011-07-07add pci-id for DGE-530Tstephen hemminger1-0/+1
2011-07-07skge: cleanup pci id tablestephen hemminger1-11/+10
2011-07-07net: fix warning of versioncheckShan Wei2-2/+0
2011-07-06mwifiex: modify SDIO aggregation Tx/Rx buffer sizeAmitkumar Karwar1-2/+2
2011-07-06ipw2100: Fix command list for debuggingJean Delvare1-1/+1
2011-07-06iwlwifi: remove unnecessary read of PCI_CAP_ID_EXPJon Mason1-1/+1
2011-07-06Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville24-244/+1176
2011-07-06veth: Kill unused tx_droppedEric Dumazet1-4/+1
2011-07-05veth: Kill unused code label and code block.David S. Miller1-7/+0