aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex/benet/be_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 338Thomas Gleixner1-5/+1
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-01-28benet: remove broken and unused macroLubomir Rintel1-4/+0
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-9/+9
2018-12-12net: ndo_bridge_setlink: Add extackPetr Machata1-1/+1
2018-11-21benet: use skb_vlan_tag_get_prio()Michał Mirosław1-1/+1
2018-11-08benet: use __vlan_hwaccel helpersMichał Mirosław1-4/+9
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2018-10-23Revert "be2net: remove desc field from be_eq_obj"Ivan Vecera1-4/+2
2018-10-05be2net: don't flip hw_features when VXLANs are added/deletedDavide Caratti1-4/+1
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-1/+0
2018-08-09be2net: Use Kconfig flag to support for enabling/disabling adaptersPetr Oros1-1/+9
2018-08-02be2net: fix spelling mistake "seqence" -> "sequence"Colin Ian King1-1/+1
2018-08-01be2net: gather debug info and reset adapter (only for Lancer) on a tx-timeoutSuresh Reddy1-1/+79
2018-07-12be2net: remove desc field from be_eq_objIvan Vecera1-2/+4
2018-05-29be2net: Fix error detection logic for BE3Suresh Reddy1-1/+3
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-3/+3
2018-02-06be2net: Handle transmit completion errors in LancerSuresh Reddy1-46/+62
2018-02-06be2net: Fix HW stall issue in LancerSuresh Reddy1-1/+4
2018-02-01be2net: remove redundant initialization of 'head' and pointer txqColin Ian King1-2/+1
2018-01-25be2net: networking block comments don't use an empty /* lineRohit Visavalia1-2/+1
2018-01-22be2net: restore properly promisc mode after queues reconfigurationIvan Vecera1-0/+9
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-09-13be2net: fix TSO6/GSO issue causing TX-stall on Lancer/BExSuresh Reddy1-0/+14
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2017-05-25be2net: Fix UE detection logic for BE3Suresh Reddy1-8/+19
2017-05-24be2net: Fix offload features for Q-in-Q packetsVlad Yasevich1-1/+3
2017-05-01benet: Use time_before_eq for time comparisonKarim Eshapa1-3/+3
2017-04-18be2net: VxLAN offload should be re-enabled when only 1 UDP port is leftSriharsha Basavapatna1-41/+93
2017-02-03be2net: get rid of custom busy poll codeEric Dumazet1-142/+9
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+28
2017-02-01be2net: fix initial MAC settingIvan Vecera1-5/+28
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+15
2017-01-16be2net: fix MAC addr setting on privileged BE3 VFsIvan Vecera1-2/+10
2017-01-16be2net: don't delete MAC on close on unprivileged BE3 VFsIvan Vecera1-1/+5
2017-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+4
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-3/+2
2017-01-07be2net: fix unicast list fillingIvan Vecera1-2/+1
2017-01-06be2net: fix accesses to unicast listIvan Vecera1-6/+3
2017-01-03benet: stricter vxlan offloading check in be_features_checkSabrina Dubroca1-1/+3
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2016-11-16be2net: do not call napi_hash_del()Eric Dumazet1-1/+0
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson1-18/+4
2016-10-09be2net: Fix TX stats for TSO packetsSriharsha Basavapatna1-2/+12
2016-09-25be2net: fix non static symbol warningsWei Yongjun1-2/+2
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh1-1/+5
2016-09-19be2net: mark symbols static where possibleBaoyou Xie1-1/+1
2016-09-07be2net: Fix mac address collision in some configurationsSuresh Reddy1-2/+4
2016-09-07be2net: Avoid redundant addition of mac address in HWSuresh Reddy1-20/+66