index
:
Linux Stable
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
sfc: only use fixed-id if the skb asks for it
Edward Cree
2020-10-30
2
-7
/
+8
*
sfc: implement encap TSO on EF100
Edward Cree
2020-10-30
2
-21
/
+37
*
sfc: extend bitfield macros to 17 fields
Edward Cree
2020-10-30
1
-5
/
+37
*
Merge branch 'net-ipa-minor-bug-fixes'
Jakub Kicinski
2020-10-30
7
-66
/
+136
|
\
|
*
net: ipa: avoid going past end of resource group array
Alex Elder
2020-10-30
1
-36
/
+53
|
*
net: ipa: distinguish between resource group types
Alex Elder
2020-10-30
3
-29
/
+52
|
*
net: ipa: assign endpoint to a resource group
Alex Elder
2020-10-30
4
-0
/
+21
|
*
net: ipa: fix resource group field mask definition
Alex Elder
2020-10-30
1
-1
/
+10
|
*
net: ipa: assign proper packet context base
Alex Elder
2020-10-30
1
-1
/
+1
|
/
*
net: dec: tulip: de2104x: Add shutdown handler to stop NIC
Moritz Fischer
2020-10-30
1
-0
/
+10
*
net: phy: marvell: add special handling of Finisar modules with 88E1111
Robert Hancock
2020-10-30
2
-1
/
+102
*
Merge branch 'sctp-implement-rfc6951-udp-encapsulation-of-sctp'
Jakub Kicinski
2020-10-30
22
-50
/
+531
|
\
|
*
sctp: enable udp tunneling socks
Xin Long
2020-10-30
2
-0
/
+67
|
*
sctp: handle the init chunk matching an existing asoc
Xin Long
2020-10-30
1
-0
/
+50
|
*
sctp: add the error cause for new encapsulation port restart
Xin Long
2020-10-30
3
-0
/
+43
|
*
sctp: support for sending packet over udp6 sock
Xin Long
2020-10-30
1
-11
/
+32
|
*
sctp: support for sending packet over udp4 sock
Xin Long
2020-10-30
2
-17
/
+33
|
*
sctp: call sk_setup_caps in sctp_packet_transmit instead
Xin Long
2020-10-30
1
-6
/
+7
|
*
sctp: add udphdr to overhead when udp_port is set
Xin Long
2020-10-30
3
-2
/
+7
|
*
sctp: allow changing transport encap_port by peer packets
Xin Long
2020-10-30
6
-7
/
+16
|
*
sctp: add SCTP_REMOTE_UDP_ENCAPS_PORT sockopt
Xin Long
2020-10-30
2
-0
/
+121
|
*
sctp: add encap_port for netns sock asoc and transport
Xin Long
2020-10-30
7
-0
/
+42
|
*
sctp: add encap_err_lookup for udp encap socks
Xin Long
2020-10-30
1
-0
/
+19
|
*
sctp: create udp6 sock and set its encap_rcv
Xin Long
2020-10-30
2
-0
/
+27
|
*
sctp: create udp4 sock and add its encap_rcv
Xin Long
2020-10-30
5
-0
/
+53
|
*
udp: support sctp over udp in skb_udp_tunnel_segment
Xin Long
2020-10-30
2
-1
/
+8
|
*
udp6: move the mss check after udp gso tunnel processing
Xin Long
2020-10-30
1
-4
/
+4
|
*
udp: check udp sock encap_type in __udp_lib_err
Xin Long
2020-10-30
2
-2
/
+2
|
/
*
net: dsa: mv88e6xxx: fix vlan setup
Russell King
2020-10-30
1
-0
/
+1
*
drivers: net: phy: Fix spelling in comment defalut to default
Bhaskar Chowdhury
2020-10-30
1
-1
/
+1
*
net: cls_api: remove unneeded local variable in tc_dump_chain()
Lukas Bulwahn
2020-10-30
1
-13
/
+3
*
ipv6: mcast: make annotations for ip6_mc_msfget() consistent
Lukas Bulwahn
2020-10-30
1
-1
/
+1
*
tipc: remove dead code in tipc_net and relatives
Hoang Huu Le
2020-10-30
3
-24
/
+0
*
net: ipv6: calipso: Fix kerneldoc warnings
Andrew Lunn
2020-10-30
1
-2
/
+2
*
net: ipv6: rpl*: Fix strange kerneldoc warnings due to bad header
Andrew Lunn
2020-10-30
2
-2
/
+2
*
net: ipv4: Fix some kerneldoc warnings in TCP Low Priority
Andrew Lunn
2020-10-30
1
-0
/
+7
*
net: dccp: Fix most of the kerneldoc warnings
Andrew Lunn
2020-10-30
8
-2
/
+41
*
net: dcb: Fix kerneldoc warnings
Andrew Lunn
2020-10-30
1
-3
/
+13
*
net: nfc: Fix kerneldoc warnings
Andrew Lunn
2020-10-30
3
-1
/
+14
*
net: appletalk: fix kerneldoc warnings
Andrew Lunn
2020-10-30
2
-12
/
+13
*
net: netlabel: Fix kerneldoc warnings
Andrew Lunn
2020-10-30
1
-0
/
+1
*
net: l3mdev: Fix kerneldoc warning
Andrew Lunn
2020-10-30
1
-0
/
+1
*
net: openvswitch: Fix kerneldoc warnings
Andrew Lunn
2020-10-30
2
-1
/
+7
*
net: llc: Fix kerneldoc warnings
Andrew Lunn
2020-10-30
1
-0
/
+2
*
Merge branch 'markup-some-printk-like-functions'
Jakub Kicinski
2020-10-30
2
-2
/
+3
|
\
|
*
net: tipc: Add __printf() markup to fix -Wsuggest-attribute=format
Andrew Lunn
2020-10-30
1
-1
/
+2
|
*
net: dccp: Add __printf() markup to fix -Wsuggest-attribute=format
Andrew Lunn
2020-10-30
1
-1
/
+1
|
/
*
net: tipc: Fix parameter types passed to %s formater
Andrew Lunn
2020-10-30
1
-1
/
+1
*
Merge branch 'selftests-net-bridge-add-tests-for-igmpv3'
Jakub Kicinski
2020-10-30
1
-12
/
+520
|
\
|
*
selftests: net: bridge: add test for igmpv3 *,g auto-add
Nikolay Aleksandrov
2020-10-30
1
-1
/
+30
[next]