aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-23bnx2x: avoid two atomic ops per page on x86Eric Dumazet1-10/+5
2016-12-03bnx2x: use reset to set network headerZhang Shengju1-1/+1
2016-11-16bnx2x: switch to napi_complete_done()Eric Dumazet1-7/+8
2016-10-18ethernet/broadcom: use core min/max MTU checkingJarod Wilson1-7/+1
2016-03-16bnx2x: don't wait for Tx completion on recoveryYuval Mintz1-2/+6
2016-03-03net: relax setup_tc ndo op handle restrictionJohn Fastabend1-1/+1
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend1-3/+4
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend1-0/+7
2016-02-16bnx2x: Remove unneccessary EXPORT_SYMBOLYuval Mintz1-1/+0
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+13
2015-12-18bnx2x: Prevent FW assertion when using VxlanYuval Mintz1-9/+13
2015-12-08bnx2x: remove rx_pkt/rx_callsEric Dumazet1-4/+0
2015-12-08bnx2x: avoid soft lockup in bnx2x_poll()Eric Dumazet1-30/+21
2015-12-05bnx2x: change FW GRO error message to WARN_ONCEMichal Schmidt1-1/+1
2015-12-05bnx2x: drop redundant error message about allocation failureMichal Schmidt1-3/+1
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet1-2/+0
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet1-2/+0
2015-11-18bnx2x: remove bnx2x_low_latency_recv() supportEric Dumazet1-44/+2
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-1/+1
2015-08-17bnx2: Fix bandwidth allocation for some MF modesYuval Mintz1-1/+1
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-08-10bnx2x: Prevent null pointer dereference on SKB releaseYuval Mintz1-1/+1
2015-07-29bnx2x: add vlan filtering offloadYuval Mintz1-0/+5
2015-07-22bnx2x: Add MFW dump supportYuval Mintz1-0/+4
2015-07-22bnx2x: new Multi-function mode - BDYuval Mintz1-3/+71
2015-07-22bnx2x: Rebrand from 'broadcom' into 'qlogic'Yuval Mintz1-1/+3
2015-07-22bnx2x: Utilize FW 7.12.30Yuval Mintz1-3/+8
2015-06-28bnx2x: fix DMA API usageMichal Schmidt1-13/+10
2015-06-25bnx2x: Fix linearization for encapsulated packetsYuval Mintz1-2/+7
2015-06-01bnx2x: Alloc 4k fragment for each rx ring buffer elementGabriel Krisman Bertazi1-18/+39
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2015-05-12bnx2x, tg3: Replace put_page(virt_to_head_page()) with skb_free_frag()Alexander Duyck1-1/+1
2015-05-04bnx2x: Fix to prevent inner-reloadYuval Mintz1-5/+5
2015-04-29bnx2x: remove {TPA,GRO}_ENABLE_FLAGMichal Schmidt1-25/+14
2015-04-29bnx2x: merge fp->disable_tpa with fp->modeMichal Schmidt1-13/+13
2015-04-29bnx2x: mark LRO as a fixed disabled feature if disable_tpa is setMichal Schmidt1-4/+0
2015-04-27bnx2x: really disable TPA if 'disable_tpa' option is setMichal Schmidt1-2/+4
2015-04-22bnx2x: Prevent inner-reload while VFs existYuval Mintz1-9/+34
2015-04-15bnx2x: Fix busy_poll vs netpollEric Dumazet1-4/+5
2015-01-27Merge 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-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2014-12-10ethernet/broadcom: Use napi_alloc_skb instead of netdev_alloc_skb_ip_alignAlexander Duyck1-1/+1
2014-11-16bnx2x: use netdev_rss_key_fill() helperEric Dumazet1-1/+1
2014-10-30bnx2x: use napi_schedule_irqoff()Eric Dumazet1-1/+1
2014-09-19bnx2x: Changes with storage & MAC macrosDmitry Kravkov1-7/+5
2014-09-01bnx2x: fix tunneled GSO over IPv6Dmitry Kravkov1-1/+1
2014-08-29bnx2x: Fix sparse warningsYuval Mintz1-1/+1
2014-08-25bnx2x: Be more forgiving toward SW GRODmitry Kravkov1-1/+9