Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
ef389b734691cdc8beb009dd402135dcdcb86a56
/
net
642e7fd
Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux
by Linus Torvalds
· 7 years ago
6df3546
net: socket: add __compat_sys_...msg() helpers; remove in-kernel calls to compat syscalls
by Dominik Brodowski
· 7 years ago
157b334
net: socket: add __compat_sys_recvmmsg() helper; remove in-kernel call to compat syscall
by Dominik Brodowski
· 7 years ago
8770cf4
net: socket: add __compat_sys_getsockopt() helper; remove in-kernel call to compat syscall
by Dominik Brodowski
· 7 years ago
73ee3ea
net: socket: add __compat_sys_setsockopt() helper; remove in-kernel call to compat syscall
by Dominik Brodowski
· 7 years ago
fd4e82f
net: socket: add __compat_sys_recvfrom() helper; remove in-kernel call to compat syscall
by Dominik Brodowski
· 7 years ago
d27e9af
net: socket: replace call to sys_recv() with __sys_recvfrom()
by Dominik Brodowski
· 7 years ago
f3bf896
net: socket: replace calls to sys_send() with __sys_sendto()
by Dominik Brodowski
· 7 years ago
e1834a3
net: socket: move check for forbid_cmsg_compat to __sys_...msg()
by Dominik Brodowski
· 7 years ago
1255e26
net: socket: add do_sys_recvmmsg() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
13a2d70
net: socket: add __sys_getsockopt() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
cc36dca
net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
005a1ae
net: socket: add __sys_shutdown() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
6debc8d
net: socket: add __sys_socketpair() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
b21c8f8
net: socket: add __sys_getpeername() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
8882a10
net: socket: add __sys_getsockname() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
25e290e
net: socket: add __sys_listen() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
1387c2c
net: socket: add __sys_connect() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
a87d35d
net: socket: add __sys_bind() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
9d6a15c
net: socket: add __sys_socket() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
4541e80
net: socket: add __sys_accept4() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
211b634
net: socket: add __sys_sendto() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
7a09e1e
net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
b5dbc28
Merge tag 'kbuild-fixes-v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 7 years ago
b6cdbc8
net/ipv6: Fix route leaking between VRFs
by David Ahern
· 7 years ago
5807b22
ipv6: sr: fix seg6 encap performances with TSO enabled
by David Lebrun
· 7 years ago
ae47457
net: Fix untag for vlan packets without ethernet header
by Toshiaki Makita
· 7 years ago
5568cdc
ip_tunnel: Resolve ipsec merge conflict properly.
by David S. Miller
· 7 years ago
020295d
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 7 years ago
28913ee
netfilter: nf_nat_snmp_basic: add correct dependency to Makefile
by Masahiro Yamada
· 7 years ago
ab6f6dd
net/smc: use announced length in sock_recvmsg()
by Ursula Braun
· 7 years ago
b85ab56
llc: properly handle dev_queue_xmit() return value
by Cong Wang
· 7 years ago
cd00edc
strparser: Fix sign of err codes
by Dave Watson
· 7 years ago
734549e
net sched actions: fix dumping which requires several messages to user space
by Craig Dillabaugh
· 7 years ago
1dfe82e
net: fix possible out-of-bound read in skb_network_protocol()
by Eric Dumazet
· 7 years ago
d7785b5
Merge tag 'batadv-net-for-davem-20180326' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 7 years ago
eb82a99
net: sched, fix OOO packets with pfifo_fast
by John Fastabend
· 7 years ago
10b8a3d
ipv6: the entire IPv6 header chain must fit the first fragment
by Paolo Abeni
· 7 years ago
7880287
netlink: make sure nladdr has correct size in netlink_connect()
by Alexander Potapenko
· 7 years ago
bc58a1b
net/ipv4: disable SMC TCP option with SYN Cookies
by Hans Wippel
· 7 years ago
b9ee96b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 7 years ago
32c1733
netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}
by Subash Abhinov Kasiviswanathan
· 7 years ago
a752c0a
batman-adv: fix packet loss for broadcasted DHCP packets to a server
by Linus Lüssing
· 7 years ago
f8fb341
batman-adv: fix multicast-via-unicast transmission with AP isolation
by Linus Lüssing
· 7 years ago
1bfa26f
ipv6: fix possible deadlock in rt6_age_examine_exception()
by Eric Dumazet
· 7 years ago
f6cc9c0
ip_tunnel: Emit events for post-register MTU changes
by Petr Machata
· 7 years ago
9a3fb9f
xfrm: Fix transport mode skb control buffer usage.
by Steffen Klassert
· 7 years ago
e0645d9
Merge tag 'mac80211-for-davem-2018-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 7 years ago
68e2ffd
net/ipv6: Handle onlink flag with multipath routes
by David Ahern
· 7 years ago
8936ef7
ipv6: sr: fix NULL pointer dereference when setting encap source address
by David Lebrun
· 7 years ago
191f86c
ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel state
by David Lebrun
· 7 years ago
ee54a9f
Merge tag 'batadv-net-for-davem-20180319' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 7 years ago
90d2723
netfilter: nf_tables: do not hold reference on netdevice from preparation phase
by Pablo Neira Ayuso
· 7 years ago
d92191a
netfilter: nf_tables: cache device name in flowtable object
by Pablo Neira Ayuso
· 7 years ago
aebfa52
netfilter: drop template ct when conntrack is skipped.
by Paolo Abeni
· 7 years ago
f29cdfb
net/sched: fix idr leak in the error path of tcf_skbmod_init()
by Davide Caratti
· 7 years ago
d7f2001
net/sched: fix idr leak in the error path of tcf_vlan_init()
by Davide Caratti
· 7 years ago
1e46ef1
net/sched: fix idr leak in the error path of __tcf_ipt_init()
by Davide Caratti
· 7 years ago
94fa3f9
net/sched: fix idr leak in the error path of tcp_pedit_init()
by Davide Caratti
· 7 years ago
5bf7f81
net/sched: fix idr leak in the error path of tcf_act_police_init()
by Davide Caratti
· 7 years ago
60e10b3
net/sched: fix idr leak in the error path of tcf_simp_init()
by Davide Caratti
· 7 years ago
bbc09e7
net/sched: fix idr leak on the error path of tcf_bpf_init()
by Davide Caratti
· 7 years ago
7c181f4
mac80211: add ieee80211_hw flag for QoS NDP support
by Ben Caradoc-Davies
· 7 years ago
5f2fb80
ipv6: old_dport should be a __be16 in __ip6_datagram_connect()
by Stefano Brivio
· 7 years ago
467697d
netfilter: nf_tables: add missing netlink attrs to policies
by Florian Westphal
· 7 years ago
7fe4d6d
devlink: Remove redundant free on error path
by Arkadi Sharshevsky
· 7 years ago
ae6153b
netfilter: nf_tables: permit second nat hook if colliding hook is going away
by Florian Westphal
· 7 years ago
4f2921c
netfilter: nf_tables: meter: pick a set backend that supports updates
by Florian Westphal
· 7 years ago
f8a554b
vti6: Fix dev->max_mtu setting
by Stefano Brivio
· 7 years ago
7a67e69
vti6: Keep set MTU on link creation or change, validate it
by Stefano Brivio
· 7 years ago
c6741fb
vti6: Properly adjust vti6 MTU from MTU of lower device
by Stefano Brivio
· 7 years ago
03080e5e
vti4: Don't override MTU passed on link creation via IFLA_MTU
by Stefano Brivio
· 7 years ago
24fc797
ip_tunnel: Clamp MTU to bounds on new link
by Stefano Brivio
· 7 years ago
dd1df24
vti4: Don't count header length twice on tunnel setup
by Stefano Brivio
· 7 years ago
fc04fdb
batman-adv: Fix skbuff rcsum on packet reroute
by Sven Eckelmann
· 7 years ago
48881ed
batman-adv: Add missing include for EPOLL* constants
by Sven Eckelmann
· 7 years ago
2d43361
net/sched: fix NULL dereference on the error path of tcf_skbmod_init()
by Davide Caratti
· 7 years ago
1f110e7
net/sched: fix NULL dereference in the error path of tcf_sample_init()
by Davide Caratti
· 7 years ago
abdadd3
net/sched: fix NULL dereference in the error path of tunnel_key_init()
by Davide Caratti
· 7 years ago
aab378a
net/sched: fix NULL dereference in the error path of tcf_csum_init()
by Davide Caratti
· 7 years ago
1edf8ab
net/sched: fix NULL dereference in the error path of tcf_vlan_init()
by Davide Caratti
· 7 years ago
cce6294c
net: sched: fix uses after free
by Eric Dumazet
· 7 years ago
6f27d2c
batman-adv: fix header size check in batadv_dbg_arp()
by Matthias Schiffer
· 7 years ago
bc44b78
batman-adv: update data pointers after skb_cow()
by Matthias Schiffer
· 7 years ago
6e5d58f
skbuff: Fix not waking applications when errors are enqueued
by Vinicius Costa Gomes
· 7 years ago
02a2385
netlink: avoid a double skb free in genlmsg_mcast()
by Nicolas Dichtel
· 7 years ago
fa6a91e
net/iucv: Free memory obtained by kzalloc
by Arvind Yadav
· 7 years ago
2cc683e
kcm: lock lower socket in kcm_attach
by Tom Herbert
· 7 years ago
cbe7128
vlan: Fix out of order vlan headers with reorder header off
by Toshiaki Makita
· 7 years ago
4bbb3e0
net: Fix vlan untag for bridge and vlan_dev with reorder_hdr off
by Toshiaki Makita
· 7 years ago
46c0ef6
xfrm: fix rcu_read_unlock usage in xfrm_local_error
by Taehee Yoo
· 7 years ago
51d4740
net sched actions: return explicit error when tunnel_key mode is not specified
by Roman Mashak
· 7 years ago
3d50206
net/smc: simplify wait when closing listen socket
by Ursula Braun
· 7 years ago
d52e5a7
ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtu
by Sabrina Dubroca
· 7 years ago
4dcb31d
net: use skb_to_full_sk() in skb_update_prio()
by Eric Dumazet
· 7 years ago
d2ddf628
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 7 years ago
0dcd787
net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms()
by Greg Hackmann
· 7 years ago
5a9f8df
net: dsa: Fix dsa_is_user_port() test inversion
by Florian Fainelli
· 7 years ago
b954f94
l2tp: fix races with ipv4-mapped ipv6 addresses
by Paolo Abeni
· 7 years ago
2f987a7
net: ipv6: keep sk status consistent after datagram connect failure
by Paolo Abeni
· 7 years ago
Next »