index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
emulex
/
benet
/
be_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
be2net: restore properly promisc mode after queues reconfiguration
Ivan Vecera
2018-01-31
1
-0
/
+9
*
be2net: fix TSO6/GSO issue causing TX-stall on Lancer/BEx
Suresh Reddy
2017-09-13
1
-0
/
+14
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-05-26
1
-1
/
+3
|
\
|
*
be2net: Fix offload features for Q-in-Q packets
Vlad Yasevich
2017-05-24
1
-1
/
+3
*
|
be2net: Fix UE detection logic for BE3
Suresh Reddy
2017-05-25
1
-8
/
+19
|
/
*
benet: Use time_before_eq for time comparison
Karim Eshapa
2017-05-01
1
-3
/
+3
*
be2net: VxLAN offload should be re-enabled when only 1 UDP port is left
Sriharsha Basavapatna
2017-04-18
1
-41
/
+93
*
be2net: get rid of custom busy poll code
Eric Dumazet
2017-02-03
1
-142
/
+9
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-02-02
1
-5
/
+28
|
\
|
*
be2net: fix initial MAC setting
Ivan Vecera
2017-02-01
1
-5
/
+28
*
|
drivers: net: generalize napi_complete_done()
Eric Dumazet
2017-01-30
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-17
1
-3
/
+15
|
\
|
|
*
be2net: fix MAC addr setting on privileged BE3 VFs
Ivan Vecera
2017-01-16
1
-2
/
+10
|
*
be2net: don't delete MAC on close on unprivileged BE3 VFs
Ivan Vecera
2017-01-16
1
-1
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-09
1
-8
/
+4
|
\
|
|
*
be2net: fix unicast list filling
Ivan Vecera
2017-01-07
1
-2
/
+1
|
*
be2net: fix accesses to unicast list
Ivan Vecera
2017-01-06
1
-6
/
+3
*
|
net: make ndo_get_stats64 a void function
stephen hemminger
2017-01-08
1
-3
/
+2
|
/
*
benet: stricter vxlan offloading check in be_features_check
Sabrina Dubroca
2017-01-03
1
-1
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-22
1
-1
/
+0
|
\
|
*
be2net: do not call napi_hash_del()
Eric Dumazet
2016-11-16
1
-1
/
+0
*
|
ethernet: use net core MTU range checking in more drivers
Jarod Wilson
2016-10-20
1
-18
/
+4
|
/
*
be2net: Fix TX stats for TSO packets
Sriharsha Basavapatna
2016-10-09
1
-2
/
+12
*
be2net: fix non static symbol warnings
Wei Yongjun
2016-09-25
1
-2
/
+2
*
net: Update API for VF vlan protocol 802.1ad support
Moshe Shemesh
2016-09-24
1
-1
/
+5
*
be2net: mark symbols static where possible
Baoyou Xie
2016-09-19
1
-1
/
+1
*
be2net: Fix mac address collision in some configurations
Suresh Reddy
2016-09-07
1
-2
/
+4
*
be2net: Avoid redundant addition of mac address in HW
Suresh Reddy
2016-09-07
1
-20
/
+66
*
be2net: Issue COMMON_RESET_FUNCTION cmd during driver unload
Somnath Kotur
2016-09-07
1
-0
/
+3
*
be2net: Support UE recovery in BEx/Skyhawk adapters
Sriharsha Basavapatna
2016-09-07
1
-30
/
+226
*
be2net: replace polling with sleeping in the FW completion path
Sathya Perla
2016-08-08
1
-56
/
+208
*
be2net: Avoid unnecessary firmware updates of multicast list
Sriharsha Basavapatna
2016-08-08
1
-41
/
+128
*
be2net: do not remove vids from driver table if be_vid_config() fails.
Sathya Perla
2016-08-08
1
-7
/
+1
*
be2net: clear vlan-promisc setting before programming the vlan list
Somnath Kotur
2016-08-08
1
-2
/
+5
*
be2net: perform temperature query in adapter regardless of its interface state
Guilherme G. Piccoli
2016-07-26
1
-4
/
+4
*
be2net: signedness bug in be_msix_enable()
Dan Carpenter
2016-06-30
1
-1
/
+2
*
be2net: Change copyright markings in source files
Somnath Kotur
2016-06-27
1
-1
/
+1
*
be2net: Fix broadcast echoes from EVB in BE3
Somnath Kotur
2016-06-27
1
-0
/
+23
*
be2net: support asymmetric rx/tx queue counts
Sathya Perla
2016-06-27
1
-15
/
+23
*
be2net: fix definition of be_max_eqs()
Sathya Perla
2016-06-27
1
-16
/
+13
*
benet: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_port
Alexander Duyck
2016-06-17
1
-17
/
+15
*
be2net: Fix provisioning of RSS for VFs in multi-partition configurations
Somnath Kotur
2016-06-07
1
-26
/
+59
*
be2net: Enable Wake-On-LAN from shutdown for Skyhawk
Sriharsha Basavapatna
2016-06-07
1
-40
/
+2
*
be2net: use max-TXQs limit too while provisioning VF queue pairs
Suresh Reddy
2016-06-07
1
-14
/
+68
*
benet: be_resume needs to protect be_open with rtnl_lock
Hannes Frederic Sowa
2016-04-21
1
-4
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-03-08
1
-7
/
+13
|
\
|
*
be2net: Don't leak iomapped memory on removal.
Douglas Miller
2016-03-07
1
-0
/
+4
|
*
be2net: don't enable multicast flag in be_enable_if_filters() routine
Venkat Duvvuru
2016-03-03
1
-7
/
+9
*
|
be2net: Fix a UE caused by passing large frames to the ASIC
ajit.khaparde@broadcom.com
2016-02-24
1
-1
/
+10
*
|
be2net: Declare some u16 fields as u32 to improve performance
ajit.khaparde@broadcom.com
2016-02-24
1
-7
/
+9
[next]