summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorLines
2012-05-17e1000: Prevent reset task killing itself.Tushar Dave-1/+5
2012-05-15pch_gbe: fix transmit racesEric Dumazet-16/+11
2012-05-11ks8851: Update link status during link change interruptStephen Boyd-3/+4
2012-05-10ehea: fix losing of NEQ events when one event occurred earlyThadeu Lima de Souza Cascardo-0/+2
2012-05-10igb: fix rtnl race in PM resume pathBenjamin Poirier-14/+6
2012-05-09Merge branch 'sfc-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller-1/+1
2012-05-08r8169: fix unsigned int wraparound with TSOJulien Ducourthial-6/+10
2012-05-08sfc: Fix division by zero when using one RX channel and no SR-IOVBen Hutchings-1/+1
2012-05-06bnx2x: bug fix when loading after SAN bootAriel Elior-1/+22
2012-05-04e1000: Silence sparse warnings by correcting typeAndrei Emeltchenko-2/+2
2012-05-04igb, ixgbe: netdev_tx_reset_queue incorrectly called from tx init pathJohn Fastabend-4/+6
2012-05-03ixgbe: dcb: BIT_APP_UPCHG not set by ixgbe_copy_dcb_cfg()John Fastabend-28/+22
2012-05-03ixgbe: fix race condition with shutdownDon Skidmore-0/+2
2012-05-03sungem: Fix WakeOnLanGerard Lledo-1/+1
2012-05-02ucc_geth: Add 16 bytes to max TX frame for VLANsJoakim Tjernlund-3/+3
2012-05-02net: ucc_geth, increase no. of HW RX descriptorsJoakim Tjernlund-1/+1
2012-05-01sky2: fix receive length error in mixed non-VLAN/VLAN trafficstephen hemminger-12/+17
2012-05-01sky2: propogate rx hash when packet is copiedstephen hemminger-0/+3
2012-04-30cxgb3: Don't call cxgb_vlan_mode until q locks are initializedRoland Dreier-46/+46
2012-04-30ixgbe: fix calling skb_put on nonlinear skb assertion bugYi Zou-0/+1
2012-04-30ixgbe: Fix a memory leak in IEEE DCBAlexander Duyck-4/+5
2012-04-30igbvf: fix the bug when initializing the igbvfSamuel Liao-2/+2
2012-04-26dl2k: Clean up rio_ioctlJeff Mahoney-50/+9
2012-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller-47/+54
2012-04-26ehea: fix promiscuous modeThadeu Lima de Souza Cascardo-5/+1
2012-04-26ehea: fix allmulticast supportThadeu Lima de Souza Cascardo-10/+16
2012-04-25tg3: Avoid panic from reserved statblk field accessMatt Carlson-2/+16
2012-04-25tlan: add cast needed for proper 64 bit operationBenjamin Poirier-1/+1
2012-04-24e1000e: Fix default interrupt throttle rate not set in NIC HWJeff Kirsher-46/+53
2012-04-24e1000e: MSI interrupt test failed, using legacy interruptPrasanna S Panchamukhi-1/+1
2012-04-24net/davinci_emac: fix failing PHY connect attemptsAnatolij Gustschin-1/+1
2012-04-24ehea: only register irq after setting up portsThadeu Lima de Souza Cascardo-12/+18
2012-04-21drivers/net: Do not free an IRQ if its request failedLee Jones-2/+1
2012-04-21ks8851: Fix request_irq/free_irq mismatchMatt Renzelmann-1/+1
2012-04-21ks8851: Fix mutex deadlock in ks8851_net_stop()Stephen Boyd-5/+6
2012-04-19bnx2x: off by one in bnx2x_ets_e3b0_sp_pri_to_cos_set()Dan Carpenter-6/+6
2012-04-19ksz884x: don't copy too much in netdev_set_mac_address()Dan Carpenter-1/+1
2012-04-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller-8/+12
2012-04-17davinci_mdio: Fix MDIO timeout checkChristian Riesch-0/+5
2012-04-17ixgbe: Identify FCoE rings earlier to resolve memory corruption w/ FCoEAlexander Duyck-8/+10
2012-04-17ixgbe: add missing rtnl_lock in PM resume pathBenjamin Poirier-0/+2
2012-04-14net/ethernet: ks8851_mll fix rx frame buffer overflowDavide Ciminaghi-1/+1
2012-04-14ixgbe: fix WoL issue with fiberDon Skidmore-0/+10
2012-04-14e1000e: issues in Sx on 82577/8/9Bruce Allan-5/+10
2012-04-13net: smsc911x: fix skb handling in receive pathWill Deacon-9/+5
2012-04-13ks8851: Fix missing mutex_lock/unlockMatt Renzelmann-4/+4
2012-04-13drivers/net/ethernet/xilinx/axi ethernet: Correct CopyrightMichal Simek-9/+7
2012-04-138139cp: set intr mask after its handler is registeredJason Wang-2/+8
2012-04-13atl1: fix kernel panic in case of DMA errorsTony Zelenoff-10/+7
2012-04-06Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds-26/+51