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
2018-04-03
Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-112
/
+258
2018-04-02
net: socket: add __compat_sys_...msg() helpers; remove in-kernel calls to com...
Dominik Brodowski
1
-7
/
+30
2018-04-02
net: socket: add __compat_sys_recvmmsg() helper; remove in-kernel call to com...
Dominik Brodowski
1
-5
/
+12
2018-04-02
net: socket: add __compat_sys_getsockopt() helper; remove in-kernel call to c...
Dominik Brodowski
1
-4
/
+12
2018-04-02
net: socket: add __compat_sys_setsockopt() helper; remove in-kernel call to c...
Dominik Brodowski
1
-4
/
+10
2018-04-02
net: socket: add __compat_sys_recvfrom() helper; remove in-kernel call to com...
Dominik Brodowski
1
-7
/
+16
2018-04-02
net: socket: replace call to sys_recv() with __sys_recvfrom()
Dominik Brodowski
2
-2
/
+4
2018-04-02
net: socket: replace calls to sys_send() with __sys_sendto()
Dominik Brodowski
2
-2
/
+3
2018-04-02
net: socket: move check for forbid_cmsg_compat to __sys_...msg()
Dominik Brodowski
2
-18
/
+28
2018-04-02
net: socket: add do_sys_recvmmsg() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-5
/
+12
2018-04-02
net: socket: add __sys_getsockopt() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-4
/
+10
2018-04-02
net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-3
/
+10
2018-04-02
net: socket: add __sys_shutdown() helper; remove in-kernel call to syscall
Dominik Brodowski
2
-3
/
+8
2018-04-02
net: socket: add __sys_socketpair() helper; remove in-kernel call to syscall
Dominik Brodowski
2
-4
/
+9
2018-04-02
net: socket: add __sys_getpeername() helper; remove in-kernel call to syscall
Dominik Brodowski
2
-5
/
+11
2018-04-02
net: socket: add __sys_getsockname() helper; remove in-kernel call to syscall
Dominik Brodowski
2
-5
/
+11
2018-04-02
net: socket: add __sys_listen() helper; remove in-kernel call to syscall
Dominik Brodowski
2
-3
/
+8
2018-04-02
net: socket: add __sys_connect() helper; remove in-kernel call to syscall
Dominik Brodowski
2
-4
/
+9
2018-04-02
net: socket: add __sys_bind() helper; remove in-kernel call to syscall
Dominik Brodowski
2
-3
/
+8
2018-04-02
net: socket: add __sys_socket() helper; remove in-kernel call to syscall
Dominik Brodowski
2
-3
/
+8
2018-04-02
net: socket: add __sys_accept4() helper; remove in-kernel call to syscall
Dominik Brodowski
2
-9
/
+15
2018-04-02
net: socket: add __sys_sendto() helper; remove in-kernel call to syscall
Dominik Brodowski
2
-8
/
+14
2018-04-02
net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscall
Dominik Brodowski
2
-9
/
+15
2018-03-31
Merge tag 'kbuild-fixes-v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2018-03-30
net/ipv6: Fix route leaking between VRFs
David Ahern
1
-0
/
+3
2018-03-30
ipv6: sr: fix seg6 encap performances with TSO enabled
David Lebrun
1
-9
/
+7
2018-03-30
net: Fix untag for vlan packets without ethernet header
Toshiaki Makita
1
-2
/
+4
2018-03-29
ip_tunnel: Resolve ipsec merge conflict properly.
David S. Miller
1
-6
/
+6
2018-03-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
5
-18
/
+38
2018-03-29
netfilter: nf_nat_snmp_basic: add correct dependency to Makefile
Masahiro Yamada
1
-1
/
+1
2018-03-27
net/smc: use announced length in sock_recvmsg()
Ursula Braun
1
-1
/
+1
2018-03-27
llc: properly handle dev_queue_xmit() return value
Cong Wang
2
-15
/
+32
2018-03-27
strparser: Fix sign of err codes
Dave Watson
1
-2
/
+2
2018-03-27
net sched actions: fix dumping which requires several messages to user space
Craig Dillabaugh
1
-1
/
+3
2018-03-27
net: fix possible out-of-bound read in skb_network_protocol()
Eric Dumazet
1
-1
/
+1
2018-03-27
Merge tag 'batadv-net-for-davem-20180326' of git://git.open-mesh.org/linux-merge
David S. Miller
2
-3
/
+6
2018-03-26
net: sched, fix OOO packets with pfifo_fast
John Fastabend
1
-4
/
+13
2018-03-26
ipv6: the entire IPv6 header chain must fit the first fragment
Paolo Abeni
1
-4
/
+9
2018-03-26
netlink: make sure nladdr has correct size in netlink_connect()
Alexander Potapenko
1
-0
/
+3
2018-03-26
net/ipv4: disable SMC TCP option with SYN Cookies
Hans Wippel
3
-0
/
+7
2018-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
5
-29
/
+105
2018-03-24
netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}
Subash Abhinov Kasiviswanathan
2
-4
/
+8
2018-03-24
batman-adv: fix packet loss for broadcasted DHCP packets to a server
Linus Lüssing
1
-1
/
+4
2018-03-24
batman-adv: fix multicast-via-unicast transmission with AP isolation
Linus Lüssing
1
-2
/
+2
2018-03-23
ipv6: fix possible deadlock in rt6_age_examine_exception()
Eric Dumazet
1
-6
/
+7
2018-03-23
ip_tunnel: Emit events for post-register MTU changes
Petr Machata
1
-5
/
+21
2018-03-23
xfrm: Fix transport mode skb control buffer usage.
Steffen Klassert
1
-0
/
+6
2018-03-22
Merge tag 'mac80211-for-davem-2018-03-21' of git://git.kernel.org/pub/scm/lin...
David S. Miller
2
-1
/
+3
2018-03-22
net/ipv6: Handle onlink flag with multipath routes
David Ahern
1
-0
/
+1
2018-03-22
ipv6: sr: fix NULL pointer dereference when setting encap source address
David Lebrun
1
-2
/
+3
[next]