aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-26bnx2x: allocate mac filtering 'mcast_list' in PAGE_SIZE incrementsJason Baron1-28/+51
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh2-3/+9
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+15
2016-09-06bnx2x: Add support for segmentation of tunnels with outer checksumsAlexander Duyck1-3/+12
2016-09-01bnx2x: don't reset chip on cleanup if PCI function is offlineGuilherme G. Piccoli1-4/+15
2016-08-24bnx2x: Don't flush multicast MACsYuval Mintz5-34/+241
2016-06-17bnx2x: Move all UDP port notifiers to single functionAlexander Duyck1-61/+33
2016-06-05bnx2x: allow adding VLANs while interface is downMichal Schmidt1-89/+62
2016-05-31bnx2x: avoid leaking memory on bnx2x_init_one() failuresVitaly Kuznetsov1-7/+10
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert1-3/+2
2016-03-18bnx2x: Prevent false warning for lack of FC NPIVYuval Mintz1-0/+4
2016-03-16bnx2x: don't wait for Tx completion on recoveryYuval Mintz1-2/+6
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-42/+34
2016-03-03net: relax setup_tc ndo op handle restrictionJohn Fastabend1-1/+1
2016-03-02bnx2x: fix indentation in bnx2x_sp_task()Michal Schmidt1-1/+1
2016-03-02bnx2x: define event data reserved fields as little-endianMichal Schmidt1-6/+6
2016-03-02bnx2x: define fields of struct cfc_del_event_data as little-endianMichal Schmidt3-7/+5
2016-03-02bnx2x: access cfc_del_event only if the opcode is CFC_DELMichal Schmidt1-3/+5
2016-03-02bnx2x: fix receive of VF->PF mailbox messages by the PF on big-endianMichal Schmidt2-5/+7
2016-03-02bnx2x: fix sending VF->PF messages on big-endianMichal Schmidt1-6/+0
2016-03-02bnx2x: fix crash on big-endian when adding VLANMichal Schmidt3-16/+12
2016-02-24bnx2x: add a separate GENEVE Kconfig symbolArnd Bergmann1-7/+7
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-49/+256
2016-02-21bnx2x: Fix 84833 phy command handlerYuval Mintz2-29/+56
2016-02-21bnx2x: Fix led setting for 84858 phy.Yuval Mintz2-5/+91
2016-02-21bnx2x: Correct 84858 PHY fw versionYuval Mintz1-13/+79
2016-02-21bnx2x: Fix 84833 RX CRCYuval Mintz1-0/+26
2016-02-21bnx2x: Fix link-forcing for KR2Yuval Mintz1-2/+4
2016-02-18bnx2x: Add missing HSI for big-endian machinesYuval Mintz1-1/+3
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend2-4/+6
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend3-1/+9
2016-02-16bnx2x: Warn about grc timeouts in register dumpYuval Mintz1-0/+5
2016-02-16bnx2x: extend DCBx supportYuval Mintz2-15/+47
2016-02-16bnx2x: Add support for single-port DCBxYuval Mintz1-1/+3
2016-02-16bnx2x: Add Geneve inner-RSS supportYuval Mintz3-59/+146
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 Dumazet2-6/+0
2015-12-08bnx2x: avoid soft lockup in bnx2x_poll()Eric Dumazet1-30/+21
2015-12-05bnx2x: simplify distinction between port and func statsMichal Schmidt1-61/+56
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-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-11-22bnx2x: Utilize FW 7.13.1.0.Yuval Mintz1-20/+23
2015-11-20bnx2x: Show port statistics in Multi-functionYuval Mintz1-3/+1
2015-11-20bnx2x: Add new SW stat 'tx_exhaustion_events'Yuval Mintz1-2/+3
2015-11-20bnx2x: Fix vxlan removalYuval Mintz1-2/+2
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