index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
emulex
/
benet
/
be_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-13
Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2022-01-09
be2net: Remove useless DMA-32 fallback configuration
Christophe JAILLET
1
-9
/
+5
2021-12-10
be2net: Use irq_update_affinity_hint()
Nitesh Narayan Lal
1
-2
/
+2
2021-10-14
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
1
-1
/
+1
2021-10-10
ethernet: Remove redundant 'flush_workqueue()' calls
Christophe JAILLET
1
-1
/
+0
2021-10-02
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
1
-1
/
+1
2021-10-02
ethernet: use eth_hw_addr_set()
Jakub Kicinski
1
-1
/
+1
2021-06-25
Revert "be2net: disable bh with spin_lock in be_process_mcc"
Petr Oros
1
-0
/
+2
2021-06-17
be2net: Fix an error handling path in 'be_probe()'
Christophe JAILLET
1
-0
/
+1
2021-01-07
net: remove ndo_udp_tunnel_* callbacks
Jakub Kicinski
1
-2
/
+0
2020-12-09
net: emulex: benet: simplify the return expression of be_if_create()
Zheng Yongjun
1
-7
/
+1
2020-07-14
be2net: convert to new udp_tunnel_nic infra
Jakub Kicinski
1
-160
/
+38
2020-07-01
benet: use generic power management
Vaibhav Gupta
1
-15
/
+7
2020-03-03
net/emulex: Delete driver version
Leon Romanovsky
1
-4
/
+1
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-08-18
be2net: eliminate enable field from be_aic_obj
Ivan Vecera
1
-3
/
+4
2019-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+0
2019-08-06
be2net: disable bh with spin_lock in be_process_mcc
Denis Kirjanov
1
-2
/
+0
2019-07-30
net: Use skb_frag_off accessors
Jonathan Lemon
1
-6
/
+6
2019-07-22
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
1
-1
/
+1
2019-07-21
be2net: Synchronize be_update_queues with dev_watchdog
Benjamin Poirier
1
-0
/
+5
2019-07-16
be2net: Signal that the device cannot transmit during reconfiguration
Benjamin Poirier
1
-1
/
+5
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 338
Thomas Gleixner
1
-5
/
+1
2019-04-01
net: move skb->xmit_more hint to softnet data
Florian Westphal
1
-1
/
+1
2019-01-28
benet: remove broken and unused macro
Lubomir Rintel
1
-4
/
+0
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-9
/
+9
2018-12-12
net: ndo_bridge_setlink: Add extack
Petr Machata
1
-1
/
+1
2018-11-21
benet: use skb_vlan_tag_get_prio()
Michał Mirosław
1
-1
/
+1
2018-11-08
benet: use __vlan_hwaccel helpers
Michał Mirosław
1
-4
/
+9
2018-10-25
Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+0
2018-10-23
Revert "be2net: remove desc field from be_eq_obj"
Ivan Vecera
1
-4
/
+2
2018-10-05
be2net: don't flip hw_features when VXLANs are added/deleted
Davide Caratti
1
-4
/
+1
2018-10-02
PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() calls
Oza Pawandeep
1
-1
/
+0
2018-08-09
be2net: Use Kconfig flag to support for enabling/disabling adapters
Petr Oros
1
-1
/
+9
2018-08-02
be2net: fix spelling mistake "seqence" -> "sequence"
Colin Ian King
1
-1
/
+1
2018-08-01
be2net: gather debug info and reset adapter (only for Lancer) on a tx-timeout
Suresh Reddy
1
-1
/
+79
2018-07-12
be2net: remove desc field from be_eq_obj
Ivan Vecera
1
-2
/
+4
2018-05-29
be2net: Fix error detection logic for BE3
Suresh Reddy
1
-1
/
+3
2018-03-26
ethernet: Use octal not symbolic permissions
Joe Perches
1
-3
/
+3
2018-02-06
be2net: Handle transmit completion errors in Lancer
Suresh Reddy
1
-46
/
+62
2018-02-06
be2net: Fix HW stall issue in Lancer
Suresh Reddy
1
-1
/
+4
2018-02-01
be2net: remove redundant initialization of 'head' and pointer txq
Colin Ian King
1
-2
/
+1
2018-01-25
be2net: networking block comments don't use an empty /* line
Rohit Visavalia
1
-2
/
+1
2018-01-22
be2net: restore properly promisc mode after queues reconfiguration
Ivan Vecera
1
-0
/
+9
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-1
/
+1
2017-09-13
be2net: fix TSO6/GSO issue causing TX-stall on Lancer/BEx
Suresh Reddy
1
-0
/
+14
2017-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
2017-05-25
be2net: Fix UE detection logic for BE3
Suresh Reddy
1
-8
/
+19
2017-05-24
be2net: Fix offload features for Q-in-Q packets
Vlad Yasevich
1
-1
/
+3
2017-05-01
benet: Use time_before_eq for time comparison
Karim Eshapa
1
-3
/
+3
[next]