index
:
kernel/linux.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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-27
bnxt_en: Reserve rings in bnxt_set_channels() if device is down.
Michael Chan
1
-0
/
+2
2018-04-27
bnxt_en: add debugfs support for DIM
Andy Gospodarek
5
-0
/
+156
2018-04-27
bnxt_en: reduce timeout on initial HWRM calls
Andy Gospodarek
2
-3
/
+29
2018-04-27
bnxt_en: Increase RING_IDLE minimum threshold to 50
Andy Gospodarek
1
-1
/
+1
2018-04-27
bnxt_en: Do not allow VF to read EEPROM.
Michael Chan
1
-0
/
+5
2018-04-27
bnxt_en: Display function level rx/tx_discard_pkts via ethtool
Vasundhara Volam
1
-0
/
+33
2018-04-27
bnxt_en: Simplify ring alloc/free error messages.
Michael Chan
1
-37
/
+6
2018-04-27
bnxt_en: Do not set firmware time from VF driver on older firmware.
Michael Chan
1
-1
/
+2
2018-04-27
bnxt_en: Check the lengths of encapsulated firmware responses.
Michael Chan
2
-0
/
+21
2018-04-27
bnxt_en: Remap TC to hardware queues when configuring PFC.
Michael Chan
1
-41
/
+60
2018-04-27
bnxt_en: Add TC to hardware QoS queue mapping logic.
Michael Chan
3
-24
/
+47
2018-04-27
hv_netvsc: simplify receive side calling arguments
Stephen Hemminger
1
-32
/
+26
2018-04-27
Merge branch 'sctp-refactor-MTU-handling'
David S. Miller
8
-134
/
+105
2018-04-27
sctp: allow unsetting sockopt MAXSEG
Marcelo Ricardo Leitner
1
-7
/
+0
2018-04-27
sctp: consider idata chunks when setting SCTP_MAXSEG
Marcelo Ricardo Leitner
1
-3
/
+6
2018-04-27
sctp: honor PMTU_DISABLED when handling icmp
Marcelo Ricardo Leitner
1
-3
/
+5
2018-04-27
sctp: re-use sctp_transport_pmtu in sctp_transport_route
Marcelo Ricardo Leitner
2
-22
/
+19
2018-04-27
sctp: remove sctp_transport_pmtu_check
Marcelo Ricardo Leitner
2
-15
/
+0
2018-04-27
sctp: introduce sctp_dst_mtu
Marcelo Ricardo Leitner
3
-9
/
+12
2018-04-27
sctp: remove sctp_assoc_pending_pmtu
Marcelo Ricardo Leitner
2
-8
/
+4
2018-04-27
sctp: introduce sctp_assoc_update_frag_point
Marcelo Ricardo Leitner
5
-39
/
+20
2018-04-27
sctp: introduce sctp_mtu_payload
Marcelo Ricardo Leitner
3
-20
/
+31
2018-04-27
sctp: introduce sctp_assoc_set_pmtu
Marcelo Ricardo Leitner
3
-9
/
+15
2018-04-27
sctp: remove an if() that is always true
Marcelo Ricardo Leitner
1
-4
/
+2
2018-04-27
sctp: move transport pathmtu calc away of sctp_assoc_add_peer
Marcelo Ricardo Leitner
2
-10
/
+7
2018-04-27
sctp: remove old and unused SCTP_MIN_PMTU
Marcelo Ricardo Leitner
1
-3
/
+2
2018-04-27
selftests: pmtu: Minimum MTU for vti6 is 68
Stefano Brivio
1
-2
/
+2
2018-04-27
tcp: remove mss check in tcp_select_initial_window()
Wei Wang
1
-5
/
+3
2018-04-27
Merge branch 'smc-next'
David S. Miller
7
-11
/
+122
2018-04-27
net/smc: handle sockopt TCP_DEFER_ACCEPT
Ursula Braun
4
-2
/
+31
2018-04-27
net/smc: sockopts TCP_NODELAY and TCP_CORK
Ursula Braun
2
-4
/
+40
2018-04-27
net/smc: handle sockopts forcing fallback
Ursula Braun
1
-4
/
+50
2018-04-27
net/smc: fix structure size
Karsten Graul
2
-2
/
+2
2018-04-27
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
195
-4624
/
+222
2018-04-27
net: Fix coccinelle warning
Kirill Tkhai
1
-1
/
+1
2018-04-27
geneve: fix build with modular IPV6
Tobias Regnery
1
-0
/
+1
2018-04-27
Merge branch 's390-next'
David S. Miller
7
-292
/
+229
2018-04-27
s390/qeth: improve fallback to random MAC address
Julian Wiedmann
1
-10
/
+13
2018-04-27
s390/qeth: add IPv6 RX checksum offload support
Kittipon Meesompop
3
-8
/
+33
2018-04-27
s390/qeth: add IPv6 TX checksum offload support
Kittipon Meesompop
5
-15
/
+38
2018-04-27
s390/qeth: extend Checksum Offload Assists for IPv6
Kittipon Meesompop
3
-52
/
+60
2018-04-27
s390/qeth: query IPv6 assists during hardsetup
Kittipon Meesompop
2
-8
/
+5
2018-04-27
s390/qeth: add stats counter for RX csum offload
Kittipon Meesompop
2
-3
/
+9
2018-04-27
s390/qeth: disregard IPv4 header for RX csum offload
Julian Wiedmann
1
-1
/
+0
2018-04-27
s390/qeth: extract csum offload helpers
Julian Wiedmann
3
-59
/
+33
2018-04-27
s390/qeth: de-indent else after return
Kittipon Meesompop
1
-22
/
+21
2018-04-27
s390/net: set HW port number in netdevice
Ursula Braun
4
-0
/
+7
2018-04-27
s390/qeth: don't worry about IPs on VLAN removal
Julian Wiedmann
1
-87
/
+0
2018-04-27
s390/qeth: convert vlan spinlock to mutex
Julian Wiedmann
3
-9
/
+10
2018-04-27
s390/qeth: skip QDIO queue handler indirection
Julian Wiedmann
4
-31
/
+13
[next]