summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnx2x
AgeCommit message (Expand)AuthorFilesLines
2015-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-11/+20
2015-06-02bnx2x: Alloc 4k fragment for each rx ring buffer elementGabriel Krisman Bertazi3-24/+80
2015-06-01bnx2x: Move statistics implementation into semaphoresYuval Mintz3-11/+20
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-7/+12
2015-05-12bnx2x, tg3: Replace put_page(virt_to_head_page()) with skb_free_frag()Alexander Duyck1-1/+1
2015-05-11bnx2x: limit fw delay in kdump to 5s after bootMichal Schmidt1-2/+7
2015-05-04bnx2x: Fix to prevent inner-reloadYuval Mintz1-5/+5
2015-04-29bnx2x: Delay during kdump loadYuval Mintz1-0/+6
2015-04-29bnx2x: remove {TPA,GRO}_ENABLE_FLAGMichal Schmidt3-31/+15
2015-04-29bnx2x: merge fp->disable_tpa with fp->modeMichal Schmidt5-18/+18
2015-04-29bnx2x: mark LRO as a fixed disabled feature if disable_tpa is setMichal Schmidt2-5/+1
2015-04-27bnx2x: really disable TPA if 'disable_tpa' option is setMichal Schmidt1-2/+4
2015-04-22bnx2x: Prevent inner-reload while VFs existYuval Mintz2-9/+51
2015-04-16bnx2x: Fix busy_poll vs netpollEric Dumazet2-90/+56
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds9-43/+113
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-141/+134
2015-04-01bnx2x: Fix kdump when iommu=onYuval Mintz1-23/+16
2015-04-01bnx2x: Fix kdump on 4-port deviceYuval Mintz1-18/+35
2015-04-01ptp: bnx2x: use helpers for converting ns to timespec.Richard Cochran1-5/+2
2015-03-31ethernet: Use bool function returns of true/false instead of 1/0Joe Perches1-1/+1
2015-03-31bnx2x: Prevent probe as early as possibleYuval Mintz1-0/+7
2015-03-31bnx2x: Count number of link changesYaniv Rosner2-2/+27
2015-03-31bnx2x: Configure IFir et al. according to nvramYaniv Rosner3-15/+55
2015-03-31ptp: bnx2x: convert to the 64 bit get/set time methods.Richard Cochran1-4/+4
2015-03-29net: Move check for multiple vlans to driversToshiaki Makita1-0/+1
2015-03-24bnx2x: Fix statistics locking schemeYuval Mintz5-100/+83
2015-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-03-17bnx2x: fix encapsulation features on 57710/57711Michal Schmidt1-1/+1
2015-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2015-03-09ethernet: codespell comment spelling fixesJoe Perches5-11/+11
2015-03-07treewide: Fix typo in printk messagesMasanari Iida1-1/+1
2015-03-05bnx2x: Force fundamental reset for EEH recoveryBrian King1-0/+3
2015-03-04ethernet: Use eth_<foo>_addr instead of memsetJoe Perches3-5/+5
2015-02-06net: bnx2x: fix sparse warningsLad, Prabhakar1-3/+3
2015-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-01-27bnx2x: fix napi poll return value for repollGovindarajulu Varadarajan1-1/+1
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2015-01-13net: bnx2x: avoid macro redefinitionDavid Decotigny1-4/+0
2015-01-03bnx2x: convert to CYCLECOUNTER_MASK macro.Richard Cochran1-1/+1
2014-12-31net: bnx2x: convert to timecounter adjtime.Richard Cochran1-5/+1
2014-12-31time: move the timecounter/cyclecounter code into its own file.Richard Cochran1-1/+1
2014-12-27net: Generalize ndo_gso_check to ndo_features_checkJesse Gross1-3/+5
2014-12-18bnx2x: fix typos in "configure"Jiri Benc2-4/+4
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+10
2014-12-10ethernet/broadcom: Use napi_alloc_skb instead of netdev_alloc_skb_ip_alignAlexander Duyck1-1/+1
2014-12-10bnx2x: Implement ndo_gso_check()Joe Stringer1-0/+7
2014-12-09bnx2x: Use correct fastpath version for VFs.Yuval Mintz7-5/+88
2014-12-09bnx2x: Limit 1G link enforcementYaniv Rosner1-2/+3
2014-12-09ethtool: Support for configurable RSS hash functionEyal Perry1-2/+18