aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+11
2016-12-05bnx2x: Prevent tunnel config for 577xxMintz, Yuval1-2/+2
2016-12-05bnx2x: Correct ringparam estimate when DOWNMintz, Yuval1-0/+8
2016-12-05net: bnx2x: fix improper return valuePan Bian1-0/+1
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-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-10-23bnx2x: Use the correct divisor value for PHC clock readings.Sudarsana Reddy Kalluru1-1/+1
2016-10-18ethernet/broadcom: use core min/max MTU checkingJarod Wilson4-26/+17
2016-09-27bnx2x: free the mac filter group list before freeing the cmdjbaron@akamai.com1-1/+1
2016-09-26bnx2x: allocate mac filtering pending list in PAGE_SIZE incrementsJason Baron1-37/+86
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