summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)AuthorFilesLines
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-2/+40
2011-11-24bnx2x: Fix 5461x LEDYaniv Rosner2-1/+39
2011-11-24net: treewide use of RCU_INIT_POINTEREric Dumazet3-5/+5
2011-11-24b44: Use dev_kfree_skb_irq() in b44_tx()Xander Hover1-1/+1
2011-11-23net: remove ipv6_addr_copy()Alexey Dobriyan1-1/+1
2011-11-23tg3: Add MDI-X reportingMatt Carlson2-1/+28
2011-11-23tg3: Restrict large prod ring cap devicesMatt Carlson1-5/+4
2011-11-23tg3: Adjust BD replenish thresholdsMatt Carlson1-5/+3
2011-11-23tg3: Make 1000Base-X FC resolution look like 1000TMatt Carlson1-12/+6
2011-11-23tg3: Fix advertisement handlingHiroaki SHIMODA1-4/+3
2011-11-22tg3: switch to build_skb() infrastructureEric Dumazet2-55/+66
2011-11-22net: Change mii to ethtool advertisement function namesMatt Carlson2-15/+15
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-30/+35
2011-11-18bnx2: switch to build_skb() infrastructureEric Dumazet2-69/+85
2011-11-17ethernet: Convert ETHER_ADDR_LEN uses to ETH_ALENJoe Perches1-2/+1
2011-11-17net: Add ethtool to mii advertisment conversion helpersMatt Carlson2-52/+16
2011-11-17net: introduce and use netdev_features_t for device features setsMichał Mirosław4-12/+15
2011-11-17bnx2x: cache-in compressed fw imageDmitry Kravkov2-30/+35
2011-11-14bnx2x: add endline at end of messageDmitry Kravkov1-1/+1
2011-11-14bnx2x: uses build_skb() in receive pathEric Dumazet5-169/+171
2011-11-14bnx2x: update driver version to 1.70.35-0Dmitry Kravkov1-2/+2
2011-11-14bnx2x: Remove on-stack napi struct variableAriel Elior1-5/+7
2011-11-14bnx2x: prevent race in statistics flowDmitry Kravkov1-1/+3
2011-11-14bnx2x: add fan failure event handlingAriel Elior2-1/+26
2011-11-14bnx2x: remove unused #defineDmitry Kravkov1-7/+0
2011-11-14bnx2x: simplify definition of RX_SGE_MASK_LEN and use it.Dmitry Kravkov2-4/+2
2011-11-14bnx2x: DCBX: use #define instead of magicDmitry Kravkov2-4/+6
2011-11-14bnx2x: propagate DCBX negotiationDmitry Kravkov4-46/+90
2011-11-14bnx2x: separate FCoE and iSCSI license initialization.Dmitry Kravkov3-11/+46
2011-11-14bnx2x: remove unused variableDmitry Kravkov1-3/+1
2011-11-14bnx2x: use rx_queue index for skb_record_rx_queue()Dmitry Kravkov4-2/+4
2011-11-14bnx2x: allow FCoE and DCB for 578xxDmitry Kravkov2-3/+3
2011-11-09sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones3-12/+12
2011-11-05tg3: Update version to 3.121Matt Carlson1-2/+2
2011-11-05tg3: Eliminate timer race with reset_taskMatt Carlson2-13/+2
2011-11-05tg3: Schedule at most one tg3_reset_task runMatt Carlson2-9/+25
2011-11-05tg3: Obtain PCI function number from deviceMatt Carlson2-6/+33
2011-11-05tg3: Fix irq alloc error cleanup pathMatt Carlson1-5/+4
2011-11-05tg3: Fix 4k skb error recovery pathMatt Carlson1-8/+8
2011-11-05tg3: Fix 4k tx bd segmentation codeMatt Carlson1-23/+24
2011-11-05tg3: Fix APE mutex init and useMatt Carlson2-24/+30
2011-10-28bnx2x: update driver version to 1.70.30-0Dmitry Kravkov1-2/+2
2011-10-28bnx2x: use FW 7.0.29.0Dmitry Kravkov1-1/+1
2011-10-28bnx2x: Enable changing speed when port type is PORT_DAYaniv Rosner1-0/+1
2011-10-28bnx2x: Fix 54618se LED behaviorYaniv Rosner1-21/+23
2011-10-28bnx2x: Fix RX/TX problem caused by the MAC layerYaniv Rosner1-12/+33
2011-10-28bnx2x: Add link retry to 578xx-KRYaniv Rosner2-16/+104
2011-10-28bnx2x: Fix LED blink rate for 578xxYaniv Rosner1-2/+9
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds37-0/+116116
2011-10-25|PATCH net-next] tg3: add tx_dropped counterEric Dumazet2-12/+12