aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo442-116/+374
2010-03-30iwlwifi: don't include iwl-dev.h from iwl-devtrace.hTejun Heo3-1/+3
2010-03-29r8169: offical fix for CVE-2009-4537 (overlength frame DMAs)Neil Horman1-5/+24
2010-03-28tulip: Add missing parens.David S. Miller1-1/+1
2010-03-27r8169: fix broken register writesFrancois Romieu1-2/+2
2010-03-27pcnet_cs: add new idKen Kawasaki1-1/+2
2010-03-27bonding: fix broken multicast with round-robin modeAndy Gospodarek1-8/+32
2010-03-27drivers/net: Fix continuation linesJoe Perches1-1/+1
2010-03-27e1000: do not modify tx_queue_len on link speed changeEmil Tantilov2-9/+1
2010-03-27ixgbe: Do not run all Diagnostic offline tests when VFs are activeGreg Rose1-0/+21
2010-03-27igb: use correct bits to identify if managability is enabledAlexander Duyck1-3/+3
2010-03-27benet: Fix compile warnnings in drivers/net/benet/be_ethtool.cwzt wzt1-1/+1
2010-03-26e1000e: do not modify tx_queue_len on link speed changeEmil Tantilov2-11/+1
2010-03-26igbvf: do not modify tx_queue_len on link speed changeEmil Tantilov2-11/+1
2010-03-26tulip: Fix null dereference in uli526x_rx_packet()Kyle McMartin1-3/+5
2010-03-26gianfar: fix undo of reserve()Ben Menchaca2-2/+9
2010-03-26ixgbe: filter FIP frames into the FCoE offload queuesChris Leech2-0/+16
2010-03-26ixgbe: Priority tag FIP framesRobert Love1-9/+17
2010-03-26ixgbe: Don't allow user buffer count to exceed 256Robert Love1-8/+10
2010-03-26ixgbe: cleanup maximum number of tx queuesJohn Fastabend2-3/+5
2010-03-26ixgbe: Change where clear_to_send_flag is reset to zero.Greg Rose1-3/+5
2010-03-26ixgbe: In SR-IOV mode insert delay before bring the adapter upGreg Rose1-0/+8
2010-03-26ixgbevf: Fix signed/unsigned int errorGreg Rose1-1/+2
2010-03-26netxen: update version to 4.0.73Amit Kumar Salecha1-2/+2
2010-03-26netxen: added sanity check for pci mapAmit Kumar Salecha1-18/+27
2010-03-26netxen: fix warning in ioaddr for NX3031 chipAmit Kumar Salecha1-6/+8
2010-03-26netxen: fix bios version calculationAmit Kumar Salecha1-1/+1
2010-03-26Revert "r8169: enable 64-bit DMA by default for PCI Express devices (v2)"David S. Miller1-14/+7
2010-03-25via-velocity: Fix FLOW_CNTL_TX_RX handling in set_mii_flow_control()David S. Miller1-1/+1
2010-03-23igb: only use vlan_gro_receive if vlans are registeredAlexander Duyck1-1/+1
2010-03-23igb: do not modify tx_queue_len on link speed changeEmil Tantilov2-10/+1
2010-03-23igb: count Rx FIFO errors correctlyMitch Williams1-5/+5
2010-03-23bnx2: Use proper handler during netpoll.Michael Chan1-3/+5
2010-03-23bnx2: Fix netpoll crash.Benjamin Li1-2/+4
2010-03-23ksz884x: fix return value of netdev_set_eepromJens Rottmann1-1/+1
2010-03-22netxen: The driver doesn't work on NX_P3_B1 so cause probe to fail.Eric W. Biederman1-2/+2
2010-03-22can: bfin_can: switch to common Blackfin can headerMike Frysinger1-90/+7
2010-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds18-127/+211
2010-03-19KS8695: update ksp->next_rx_desc_read at the end of rx loopYegor Yefremov1-15/+9
2010-03-19igb: Add support for 82576 ET2 Quad Port Server AdapterCarolyn Wyborny3-0/+3
2010-03-19ixgbevf: Message formatting cleanupsGreg Rose1-2/+2
2010-03-19ixgbevf: Shorten up delay timer for watchdog taskGreg Rose1-1/+1
2010-03-19ixgbevf: Fix VF Stats accounting after resetGreg Rose3-38/+78
2010-03-19ixgbe: Set IXGBE_RSC_CB(skb)->DMA field to zero after unmapping the addressMallikarjuna R Chilakala1-2/+6
2010-03-19ixgbe: fix for real_num_tx_queues update issueVasu Dev1-3/+3
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-0/+1
2010-03-19sysfs: fix sysfs lockdep warning in mlx4 codeGreg Kroah-Hartman1-0/+1
2010-03-18smsc95xx: Fix tx checksum offload for small packetsSteve Glendinning1-3/+15
2010-03-18ixgbe: Fix 82599 KX4 Wake on LAN issue after an improper system shutdownMallikarjuna R Chilakala1-3/+0
2010-03-18ixgbe: Fix 82599 multispeed fiber link issues due to Tx laser flappingMallikarjuna R Chilakala3-36/+54