summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnx2x
AgeCommit message (Expand)Author
2018-03-03bnx2x: Improve reliability in case of nested PCI errorsGuilherme G. Piccoli
2017-12-14bnx2x: do not rollback VF MAC/VLAN filters we did not configureMichal Schmidt
2017-12-14bnx2x: fix detection of VLAN filtering feature for VFMichal Schmidt
2017-12-14bnx2x: fix possible overrun of VFPF multicast addresses arrayMichal Schmidt
2017-12-14bnx2x: prevent crash when accessing PTP with interface downMichal Schmidt
2017-06-14bnx2x: Fix Multi-CosMintz, Yuval
2016-12-05bnx2x: Prevent tunnel config for 577xxMintz, Yuval
2016-12-05bnx2x: Correct ringparam estimate when DOWNMintz, Yuval
2016-12-05net: bnx2x: fix improper return valuePan Bian
2016-10-23bnx2x: Use the correct divisor value for PHC clock readings.Sudarsana Reddy Kalluru
2016-09-27bnx2x: free the mac filter group list before freeing the cmdjbaron@akamai.com
2016-09-26bnx2x: allocate mac filtering pending list in PAGE_SIZE incrementsJason Baron
2016-09-26bnx2x: allocate mac filtering 'mcast_list' in PAGE_SIZE incrementsJason Baron
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-06bnx2x: Add support for segmentation of tunnels with outer checksumsAlexander Duyck
2016-09-01bnx2x: don't reset chip on cleanup if PCI function is offlineGuilherme G. Piccoli
2016-08-24bnx2x: Don't flush multicast MACsYuval Mintz
2016-06-17bnx2x: Move all UDP port notifiers to single functionAlexander Duyck
2016-06-05bnx2x: allow adding VLANs while interface is downMichal Schmidt
2016-05-31bnx2x: avoid leaking memory on bnx2x_init_one() failuresVitaly Kuznetsov
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert
2016-03-18bnx2x: Prevent false warning for lack of FC NPIVYuval Mintz
2016-03-16bnx2x: don't wait for Tx completion on recoveryYuval Mintz
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-03-03net: relax setup_tc ndo op handle restrictionJohn Fastabend
2016-03-02bnx2x: fix indentation in bnx2x_sp_task()Michal Schmidt
2016-03-02bnx2x: define event data reserved fields as little-endianMichal Schmidt
2016-03-02bnx2x: define fields of struct cfc_del_event_data as little-endianMichal Schmidt
2016-03-02bnx2x: access cfc_del_event only if the opcode is CFC_DELMichal Schmidt
2016-03-02bnx2x: fix receive of VF->PF mailbox messages by the PF on big-endianMichal Schmidt
2016-03-02bnx2x: fix sending VF->PF messages on big-endianMichal Schmidt
2016-03-02bnx2x: fix crash on big-endian when adding VLANMichal Schmidt
2016-02-24bnx2x: add a separate GENEVE Kconfig symbolArnd Bergmann
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-21bnx2x: Fix 84833 phy command handlerYuval Mintz
2016-02-21bnx2x: Fix led setting for 84858 phy.Yuval Mintz
2016-02-21bnx2x: Correct 84858 PHY fw versionYuval Mintz
2016-02-21bnx2x: Fix 84833 RX CRCYuval Mintz
2016-02-21bnx2x: Fix link-forcing for KR2Yuval Mintz
2016-02-18bnx2x: Add missing HSI for big-endian machinesYuval Mintz
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend
2016-02-16bnx2x: Warn about grc timeouts in register dumpYuval Mintz
2016-02-16bnx2x: extend DCBx supportYuval Mintz
2016-02-16bnx2x: Add support for single-port DCBxYuval Mintz
2016-02-16bnx2x: Add Geneve inner-RSS supportYuval Mintz
2016-02-16bnx2x: Remove unneccessary EXPORT_SYMBOLYuval Mintz
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-18bnx2x: Prevent FW assertion when using VxlanYuval Mintz