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.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-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
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-08
xfrm: store xfrm_mode directly, not its address
Florian Westphal
12
-38
/
+38
2019-04-08
xfrm: make xfrm modes builtin
Florian Westphal
18
-482
/
+77
2019-04-08
xfrm: remove afinfo pointer from xfrm_mode
Florian Westphal
6
-13
/
+80
2019-04-08
xfrm: remove output2 indirection from xfrm_mode
Florian Westphal
5
-211
/
+207
2019-04-08
xfrm: remove input2 indirection from xfrm_mode
Florian Westphal
6
-160
/
+222
2019-04-08
xfrm: remove gso_segment indirection from xfrm_mode
Florian Westphal
6
-53
/
+78
2019-04-08
xfrm: remove xmit indirection from xfrm_mode
Florian Westphal
5
-55
/
+56
2019-04-08
xfrm: remove output indirection from xfrm_mode
Florian Westphal
11
-114
/
+164
2019-04-08
xfrm: remove input indirection from xfrm_mode
Florian Westphal
7
-55
/
+72
2019-04-08
xfrm: prefer family stored in xfrm_mode struct
Florian Westphal
4
-5
/
+5
2019-04-08
xfrm: place af number into xfrm_mode struct
Florian Westphal
8
-48
/
+27
2019-03-24
vti4: eliminated some duplicate code.
Jeremy Sowden
1
-38
/
+22
2019-03-24
xfrm: gso partial offload support
Boris Pismenny
2
-3
/
+10
2019-03-24
tcp: remove conditional branches from tcp_mstamp_refresh()
Eric Dumazet
1
-6
/
+2
2019-03-22
genetlink: make policy common to family
Johannes Berg
26
-330
/
+32
2019-03-22
net: sched: flower: set unlocked flag for flower proto ops
Vlad Buslov
1
-2
/
+1
2019-03-22
net: sched: flower: track rtnl lock state
Vlad Buslov
1
-26
/
+56
2019-03-22
net: sched: flower: protect flower classifier state with spinlock
Vlad Buslov
1
-7
/
+32
2019-03-22
net: sched: flower: handle concurrent tcf proto deletion
Vlad Buslov
1
-0
/
+8
2019-03-22
net: sched: flower: handle concurrent filter insertion in fl_change
Vlad Buslov
1
-0
/
+9
2019-03-22
net: sched: flower: protect masks list with spinlock
Vlad Buslov
1
-0
/
+8
2019-03-22
net: sched: flower: handle concurrent mask insertion
Vlad Buslov
1
-7
/
+34
2019-03-22
net: sched: flower: add reference counter to flower mask
Vlad Buslov
1
-5
/
+17
2019-03-22
net: sched: flower: track filter deletion with flag
Vlad Buslov
1
-10
/
+29
2019-03-22
net: sched: flower: introduce reference counting for filters
Vlad Buslov
1
-14
/
+82
2019-03-22
net: sched: flower: refactor fl_change
Vlad Buslov
1
-39
/
+41
2019-03-22
net: sched: flower: don't check for rtnl on head dereference
Vlad Buslov
1
-7
/
+17
2019-03-21
net: dst: remove gc leftovers
Julian Wiedmann
2
-18
/
+1
2019-03-21
ipv6: Remove fallback argument from ip6_hold_safe
David Ahern
1
-7
/
+6
2019-03-21
ipv4: Allow amount of dirty memory from fib resizing to be controllable
David Ahern
2
-6
/
+17
2019-03-21
ipv6: Change addrconf_f6i_alloc to use ip6_route_info_create
David Ahern
1
-26
/
+16
2019-03-21
ipv6: Move setting default metric for routes
David Ahern
1
-4
/
+4
2019-03-21
net/tls: Replace kfree_skb() with consume_skb()
Vakul Garg
1
-3
/
+3
2019-03-21
tipc: fix a null pointer deref
Hoang Le
3
-3
/
+6
2019-03-21
tipc: fix use-after-free in tipc_sk_filter_rcv
Hoang Le
1
-1
/
+2
2019-03-21
ipv6: Add icmp_echo_ignore_anycast for ICMPv6
Stephen Suryaputra
2
-2
/
+15
2019-03-20
net: remove 'fallback' argument from dev->ndo_select_queue()
Paolo Abeni
3
-12
/
+6
2019-03-20
packet: rework packet_pick_tx_queue() to use common code selection
Paolo Abeni
2
-10
/
+10
2019-03-20
net: dev: rename queue selection helpers.
Paolo Abeni
3
-11
/
+11
2019-03-20
net: bridge: use eth_broadcast_addr() to assign broadcast address
Mao Wenan
1
-1
/
+1
2019-03-20
net/tls: Add support of AES128-CCM based ciphers
Vakul Garg
2
-29
/
+69
2019-03-20
ipv6: Add icmp_echo_ignore_multicast support for ICMPv6
Stephen Suryaputra
2
-0
/
+13
2019-03-20
tcp: free request sock directly upon TFO or syncookies error
Guillaume Nault
2
-12
/
+10
2019-03-20
datagram: Make __skb_datagram_iter static
YueHaibing
1
-4
/
+4
2019-03-20
tcp: add tcp_inet6_sk() helper
Eric Dumazet
1
-18
/
+26
2019-03-19
tipc: smooth change between replicast and broadcast
Hoang Le
4
-1
/
+184
2019-03-19
tipc: introduce new capability flag for cluster
Hoang Le
4
-2
/
+27
2019-03-19
tipc: support broadcast/replicast configurable for bc-link
Hoang Le
4
-5
/
+118
2019-03-19
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_STREAM_SCHEDULER soc...
Xin Long
1
-0
/
+3
2019-03-19
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_EVENT sockopt
Xin Long
1
-0
/
+3
[next]