aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-06tg3: Update version to 3.135Nithin Sujir1-2/+2
2013-12-06tg3: Expand multicast drop counter miscounting fix to 5762Nithin Sujir1-0/+3
2013-12-06tg3: Fix bit definition for the nvram Auto Power Down settingNithin Sujir1-1/+1
2013-12-06tg3: Add flag to disable 1G Half Duplex advertisementNithin Sujir2-7/+25
2013-12-06tg3: Don't add rxbds_empty to rx_over_errorsNithin Sujir1-2/+0
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-12-05Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller1-4/+67
2013-12-02PCI / tg3: Give up chip reset and carrier loss handling if PCI device is not presentRafael J. Wysocki1-7/+19
2013-11-28tg3: Convert to use hwmon_device_register_with_groupsGuenter Roeck1-19/+6
2013-11-21tg3: Implement the SIOCGHWTSTAMP ioctlBen Hutchings1-4/+67
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-21/+35
2013-11-18bnx2x: Prevent "timeout waiting for state X"Dmitry Kravkov3-11/+4
2013-11-18bnx2x: prevent CFC attentionDmitry Kravkov1-1/+1
2013-11-18bnx2x: Prevent panic during DMAE timeoutDmitry Kravkov2-0/+19
2013-11-18bnx2x: Clean the sp rtnl task upon unloadDmitry Kravkov1-0/+4
2013-11-14tg3: Validate hwtstamp_config completely before applying itBen Hutchings1-9/+7
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-8/+3
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds17-251/+397
2013-11-13list: introduce list_next_entry() and list_prev_entry()Oleg Nesterov1-3/+0
2013-11-07tg3: avoid double-freeing of rx data memoryIvan Vecera1-6/+6
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-12/+34
2013-10-30bgmac: pass received packet to the netif instead of copying itRafał Miłecki1-27/+39
2013-10-29bgmac: don't update slot on skb alloc/dma mapping errorNathan Hintz1-6/+14
2013-10-29bgmac: separate RX descriptor setup code into a new functionRafał Miłecki1-19/+22
2013-10-29bnx2x: Disable VF access on PF removalAriel Elior1-1/+15
2013-10-29bnx2x: prevent FW assert on low mem during unloadDmitry Kravkov1-5/+5
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-246/+269
2013-10-21bnx2x: add TSO support for SIT tunnelsEric Dumazet1-1/+2
2013-10-21bnx2x: Set NETIF_F_HIGHDMA unconditionallyMerav Sicron2-4/+1
2013-10-21bnx2x: Don't pretend during register dumpDmitry Kravkov3-205/+201
2013-10-21bnx2x: Lock DMAE when used by statistic flowAriel Elior4-10/+11
2013-10-21bnx2x: Prevent null pointer dereference on error flowYuval Mintz1-3/+3
2013-10-21bnx2x: Fix config when SR-IOV and iSCSI are enabledAriel Elior1-2/+3
2013-10-21bnx2x: Fix Coalescing configurationDmitry Kravkov1-1/+1
2013-10-21bnx2x: Unlock VF-PF channel on MAC/VLAN config errorAriel Elior1-9/+14
2013-10-21bnx2x: Prevent an illegal pointer dereference during panicYuval Mintz2-7/+29
2013-10-21bnx2x: Fix Maximum CoS estimation for VFsYuval Mintz1-5/+5
2013-10-19bnx2x: add TSO support for IPIPEric Dumazet1-1/+3
2013-10-18net: tg3: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-18net: bnx2x: remove unnecessary pci_set_drvdata()Jingoo Han1-3/+0
2013-10-18net: bnx2: remove unnecessary pci_set_drvdata()Jingoo Han1-3/+0
2013-10-17bnx2x: record rx queue for LRO packetsEric Dumazet1-0/+1
2013-10-09bnx2x: Add ndo_get_phys_port_id supportYuval Mintz4-27/+155
2013-10-03net: bnx2x: Change variable type to boolPeter Senna Tschudin1-1/+1
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches4-11/+11
2013-10-02tg3: use phylib when robo switch is in useHauke Mehrtens1-1/+10
2013-10-02tg3: add support a phy at an address different than 01Hauke Mehrtens1-19/+19
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-128/+143
2013-09-30net: skb_is_gso_v6() requires skb_is_gso()Eric Dumazet1-8/+10
2013-09-30bgmac: add support for Byte Queue LimitsHauke Mehrtens1-0/+10