summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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-06veth: Kill unused tx_droppedEric Dumazet1-4/+1
2011-07-05veth: Kill unused code label and code block.David S. Miller1-7/+0
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller21-131/+195
2011-07-05b44: Use pr_<level>_once and DRV_DESCRIPTIONJoe Perches1-10/+4
2011-07-05vmxnet3: fix starving rx ring whenoc_skb kb failsShreyas Bhatewara2-43/+96
2011-07-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller65-155/+16569
2011-07-05bnx2x: Fix warning message during 57712/8727 initializationYaniv Rosner1-5/+1
2011-07-05bnx2x: Add autogrEEEn supportYaniv Rosner3-12/+111
2011-07-05bnx2x: Fix BCM84833 initializationYaniv Rosner2-13/+40
2011-07-05bnx2x: Fix false link indication at link partner when DAC is usedYaniv Rosner5-0/+42
2011-07-05bnx2x: Reset PHY due to fan failure for 578xxYaniv Rosner1-15/+65
2011-07-05bnx2x: Add CL37 BAM for WarpcoreYaniv Rosner2-1/+14
2011-07-05bnx2x: Change BCM54616S to BCM54618SEYaniv Rosner3-30/+62
2011-07-05bnx2x: PFC fixesYaniv Rosner3-37/+64
2011-07-04greth: greth_set_mac_add would corrupt the MAC address.Kristoffer Glembo1-4/+3
2011-07-04net/wireless: ipw2x00: Use helpers from linux/etherdevice.hTobias Klauser1-2/+2
2011-07-04net: vxge: Use is_multicast_ether_addr helperTobias Klauser1-9/+5
2011-07-04net: ewrk3: Use helpers from linux/etherdevice.hTobias Klauser1-5/+3
2011-07-04net: depca: Use helpers from linux/etherdevice.hTobias Klauser1-3/+3
2011-07-04net: rionet: Use is_multicast_ether_addrTobias Klauser1-1/+1
2011-07-04net: iseries_veth: Use is_unicast_ether_addr helperTobias Klauser1-1/+1
2011-07-04net: igb: Use is_multicast_ether_addr helperTobias Klauser1-1/+2
2011-07-04net: de4x5: Use helpers from linux/etherdevice.hTobias Klauser1-4/+3
2011-07-04net: e1000e: Use is_multicast_ether_addr helperTobias Klauser1-1/+1
2011-07-04b44: use dev_kfree_skb() in b44_tx()Eric Dumazet1-1/+1
2011-07-03natsemi: silence dma-debug warningsFUJITA Tomonori1-1/+2
2011-07-03net: sh_eth: remove __flush_purge_regionYoshihiro Shimoda1-4/+4
2011-07-03net: 8139too: Initial necessary vlan_features to support vlanShan Wei1-0/+1
2011-07-01Fix call trace when interrupts are disabled while sleeping function kzalloc i...Shyam Iyer1-4/+3
2011-07-01qlge:Version change to v1.00.00.29Jitendra Kalsaria1-1/+1
2011-07-01qlge: Fix printk priority so chip fatal errors are always reported.Jitendra Kalsaria1-13/+9
2011-07-01qlge:Fix crash caused by mailbox execution on wedged chip.Jitendra Kalsaria2-4/+15
2011-07-016pack,mkiss: fix lock inconsistencyArnd Bergmann2-4/+4
2011-07-01net: de4x5: Omit check for multicast bit in netdev_for_each_mc_addrTobias Klauser1-4/+1
2011-06-30be2net: clear intr bit in be_probe()Sathya Perla1-0/+6
2011-06-30be2net: create/destroy rx-queues on interface open/closeSathya Perla3-44/+111
2011-06-30be2net: fix certain cmd failure loggingSathya Perla2-18/+23
2011-06-30qlcnic: add external loopback supportAmit Kumar Salecha3-12/+22
2011-06-30net: ucc_geth: Omit check for multicast bit in netdev_for_each_mc_addrTobias Klauser1-5/+0
2011-06-30net: iseries_veth: Omit check for multicast bit in netdev_for_each_mc_addrTobias Klauser1-5/+3
2011-06-30net: depca: Omit check for multicast bit in netdev_for_each_mc_addrTobias Klauser1-13/+8
2011-06-30net: am79c961a: Omit check for multicast bit in netdev_for_each_mc_addrTobias Klauser1-8/+6
2011-06-30wanxl: remove a stray irq enableDan Carpenter1-1/+1
2011-06-30Exclude duplicated checking for iface-up. This flags is checked in 'is_skb_fo...Alexander Smirnov1-3/+0
2011-06-30jme: Cleanup PM operations after using new PM APIGuo-Fu Tseng2-12/+13