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
2016-05-21
Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
3
-27
/
+24
2016-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
33
-303
/
+714
2016-05-21
udp: prevent skbs lingering in tunnel socket queues
Hannes Frederic Sowa
2
-2
/
+2
2016-05-21
ip6_gre: Do not allow segmentation offloads GRE_CSUM is enabled with FOU/GUE
Alexander Duyck
1
-4
/
+8
2016-05-21
RDS: TCP: Avoid rds connection churn from rogue SYNs
Sowmini Varadhan
1
-4
/
+6
2016-05-21
RDS: TCP: rds_tcp_accept_worker() must exit gracefully when terminating rds-tcp
Sowmini Varadhan
1
-0
/
+3
2016-05-21
ipv6: Don't reset inner headers in ip6_tnl_xmit
Tom Herbert
1
-5
/
+0
2016-05-21
ip4ip6: Support for GSO/GRO
Tom Herbert
3
-6
/
+44
2016-05-21
ip6ip6: Support for GSO/GRO
Tom Herbert
2
-3
/
+26
2016-05-21
ipv6: Set features for IPv6 tunnels
Tom Herbert
1
-0
/
+9
2016-05-21
ip6_tunnel: Add support for fou/gue encapsulation
Tom Herbert
1
-0
/
+72
2016-05-21
ip6_gre: Add support for fou/gue encapsulation
Tom Herbert
1
-4
/
+75
2016-05-21
fou: Add encap ops for IPv6 tunnels
Tom Herbert
2
-0
/
+141
2016-05-21
ip6_tun: Add infrastructure for doing encapsulation
Tom Herbert
2
-13
/
+86
2016-05-21
fou: Support IPv6 in fou
Tom Herbert
1
-12
/
+35
2016-05-21
fou: Split out {fou,gue}_build_header
Tom Herbert
1
-10
/
+37
2016-05-21
fou: Call setup_udp_tunnel_sock
Tom Herbert
1
-34
/
+16
2016-05-21
net: Cleanup encap items in ip_tunnels.h
Tom Herbert
2
-45
/
+4
2016-05-21
ipv6: Change "final" protocol processing for encapsulation
Tom Herbert
1
-1
/
+14
2016-05-21
ipv6: Fix nexthdr for reinjection
Tom Herbert
1
-3
/
+15
2016-05-21
net: define gso types for IPx over IPv4 and IPv6
Tom Herbert
6
-18
/
+15
2016-05-21
gso: Remove arbitrary checks for unsupported GSO
Tom Herbert
7
-102
/
+1
2016-05-21
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
3
-3
/
+3
2016-05-20
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-4
/
+6
2016-05-20
mm/page_ref: use page_ref helper instead of direct modification of _count
Joonsoo Kim
1
-1
/
+1
2016-05-20
fs: poll/select/recvmmsg: use timespec64 for timeout events
Deepa Dinamani
1
-3
/
+5
2016-05-19
Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
6
-25
/
+93
2016-05-19
tipc: block BH in TCP callbacks
Eric Dumazet
1
-4
/
+4
2016-05-19
rds: tcp: block BH in TCP callbacks
Eric Dumazet
4
-8
/
+8
2016-05-19
kcm: fix a signedness in kcm_splice_read()
WANG Cong
1
-1
/
+1
2016-05-19
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
3
-4
/
+4
2016-05-18
batman-adv: initialize ELP orig address on secondary interfaces
Marek Lindner
3
-9
/
+34
2016-05-18
batman-adv: Avoid duplicate neigh_node additions
Linus Lüssing
1
-2
/
+4
2016-05-18
batman-adv: Fix integer overflow in batadv_iv_ogm_calc_tq
Sven Eckelmann
1
-2
/
+3
2016-05-18
batman-adv: make sure ELP/OGM orig MAC is updated on address change
Antonio Quartulli
1
-4
/
+22
2016-05-18
batman-adv: Fix unexpected free of bcast_own on add_if error
Sven Eckelmann
1
-3
/
+1
2016-05-18
batman-adv: Fix refcnt leak in batadv_v_neigh_*
Sven Eckelmann
1
-7
/
+25
2016-05-18
batman-adv: Avoid nullptr derefence in batadv_v_neigh_is_sob
Sven Eckelmann
1
-0
/
+4
2016-05-18
batman-adv: fix skb deref after free
Florian Westphal
1
-1
/
+3
2016-05-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2016-05-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
365
-7855
/
+13259
2016-05-18
Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2016-05-17
Merge tag 'net-next-qcom-soc-4.7-2-merge' of git://github.com/andersson/kernel
David S. Miller
1
-3
/
+6
2016-05-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2016-05-17
switchdev: pass pointer to fib_info instead of copy
Jiri Pirko
1
-4
/
+2
2016-05-17
net_sched: close another race condition in tcf_mirred_release()
WANG Cong
1
-2
/
+3
2016-05-17
tipc: fix nametable publication field in nl compat
Richard Alpe
1
-1
/
+1
2016-05-17
Merge branch 'ovl-fixes' into for-linus
Al Viro
64
-374
/
+682
2016-05-17
netlink: Fix dump skb leak/double free
Herbert Xu
1
-2
/
+5
2016-05-17
tipc: check nl sock before parsing nested attributes
Richard Alpe
1
-0
/
+3
[next]