Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
2ca2a09d6215fd9621aa3e2db7cc9428a61f2911
/
net
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
5470461
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
a4a7771
net: make skb_gso_*_seglen functions private
by Daniel Axtens
· 7 years ago
80f5974
net: xfrm: use skb_gso_validate_network_len() to check gso sizes
by Daniel Axtens
· 7 years ago
ee78bbe
net: sched: tbf: handle GSO_BY_FRAGS case in enqueue
by Daniel Axtens
· 7 years ago
779b793
net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len
by Daniel Axtens
· 7 years ago
4e00f5d5f
Merge tag 'batadv-net-for-davem-20180302' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 7 years ago
4a0c719
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 7 years ago
d69242b
Merge tag 'mac80211-for-davem-2018-03-02' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 7 years ago
84eef2b
rds: Incorrect reference counting in TCP socket creation
by Ka-Cheong Poon
· 7 years ago
a6d5051
net: ethtool: don't ignore return from driver get_fecparam method
by Edward Cree
· 7 years ago
e2c0dc1
vrf: check forwarding on the original netdevice when generating ICMP dest unreachable
by Stephen Suryaputra
· 7 years ago
50d629e
net: allow interface to be set into VRF if VLAN interface in same VRF
by Mike Manning
· 7 years ago
773daa3
net: ipv4: avoid unused variable warning for sysctl
by Arnd Bergmann
· 7 years ago
8a949ff
ipvs: remove IPS_NAT_MASK check to fix passive FTP
by Julian Anastasov
· 7 years ago
77d2709
mlxsw: spectrum: Fix handling of resource_size_param
by Jiri Pirko
· 7 years ago
a5dcb73
net/smc: fix NULL pointer dereference on sock_create_kern() error path
by Davide Caratti
· 7 years ago
2be922f
net/smc: use link_id of server in confirm link reply
by Karsten Graul
· 7 years ago
cbba07a
net/smc: use a constant for control message length
by Karsten Graul
· 7 years ago
ecc8327
net/tcp/illinois: replace broken algorithm reference link
by Joey Pabalinas
· 7 years ago
a27fd7a
tcp: purge write queue upon RST
by Soheil Hassas Yeganeh
· 7 years ago
fc68e17
tcp: revert F-RTO extension to detect more spurious timeouts
by Yuchung Cheng
· 7 years ago
d4131f0
tcp: revert F-RTO middle-box workaround
by Yuchung Cheng
· 7 years ago
c113187
tls: Use correct sk->sk_prot for IPV6
by Boris Pismenny
· 7 years ago
2b3957c
sit: fix IFLA_MTU ignored on NEWLINK
by Xin Long
· 7 years ago
a6aa804
ip6_tunnel: fix IFLA_MTU ignored on NEWLINK
by Xin Long
· 7 years ago
ffc2b6e
ip_gre: fix IFLA_MTU ignored on NEWLINK
by Xin Long
· 7 years ago
0e0d500
netfilter: nf_tables: use the right index from flowtable error path
by Pablo Neira Ayuso
· 7 years ago
1b22bca
tipc: correct initial value for group congestion flag
by Jon Maloy
· 7 years ago
3d18e4f
devlink: Fix resource coverity errors
by Arkadi Sharshevsky
· 7 years ago
c7272c2
net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68
by Sabrina Dubroca
· 7 years ago
b9d1717
devlink: Compare to size_new in case of resource child validation
by Arkadi Sharshevsky
· 7 years ago
a788723
cfg80211: add missing dependency to CFG80211 suboptions
by Romain Naour
· 7 years ago
e603ea4
netfilter: nf_tables: missing attribute validation in nf_tables_delflowtable()
by Pablo Neira Ayuso
· 7 years ago
32fc718
netfilter: nf_tables: return EBUSY if device already belongs to flowtable
by Pablo Neira Ayuso
· 7 years ago
4e99477
ip_tunnel: Do not use mark in skb by default
by Thomas Winter
· 7 years ago
0e5a82e
bridge: Fix VLAN reference count problem
by Ido Schimmel
· 7 years ago
c77f5fb
qrtr: add MODULE_ALIAS macro to smd
by Ramon Fried
· 7 years ago
28f5bfb
l2tp: fix tunnel lookup use-after-free race
by James Chapman
· 7 years ago
d02ba2a
l2tp: fix race in pppol2tp_release with session object destroy
by James Chapman
· 7 years ago
d00fa9a
l2tp: fix races with tunnel socket close
by James Chapman
· 7 years ago
225eb26
l2tp: don't use inet_shutdown on ppp session destroy
by James Chapman
· 7 years ago
76a6abd
l2tp: don't use inet_shutdown on tunnel destroy
by James Chapman
· 7 years ago
937441f
libceph, ceph: avoid memory leak when specifying same option several times
by Chengguang Xu
· 7 years ago
7d98386
netfilter: use skb_to_full_sk in ip6_route_me_harder
by Eric Dumazet
· 7 years ago
f22e089
batman-adv: Fix internal interface indices types
by Sven Eckelmann
· 7 years ago
47b7e7f
netfilter: don't set F_IFACE on ipv6 fib lookups
by Florian Westphal
· 7 years ago
2412d89
netfilter: increase IPSTATS_MIB_CSUMERRORS stat
by Taehee Yoo
· 7 years ago
fce672d
batman-adv: Fix netlink dumping of BLA backbones
by Sven Eckelmann
· 7 years ago
b0264ec
batman-adv: Fix netlink dumping of BLA claims
by Sven Eckelmann
· 7 years ago
011c935
batman-adv: Ignore invalid batadv_v_gw during netlink send
by Sven Eckelmann
· 7 years ago
10d5702
batman-adv: Ignore invalid batadv_iv_gw during netlink send
by Sven Eckelmann
· 7 years ago
f4b7ac5
netfilter: nf_flow_table: fix checksum when handling DNAT
by Felix Fietkau
· 7 years ago
b718121
netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsets
by Florian Westphal
· 7 years ago
fc6a5d0
netfilter: ebtables: convert BUG_ONs to WARN_ONs
by Florian Westphal
· 7 years ago
c4585a2
netfilter: bridge: ebt_among: add missing match size checks
by Florian Westphal
· 7 years ago
b078556
netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pkt
by Florian Westphal
· 7 years ago
1a9da59
netfilter: ipt_CLUSTERIP: put config instead of freeing it
by Florian Westphal
· 7 years ago
8ae56822
netfilter: ipt_CLUSTERIP: put config struct if we can't increment ct refcount
by Florian Westphal
· 7 years ago
3bf2a09
batman-adv: invalidate checksum on fragment reassembly
by Matthias Schiffer
· 7 years ago
abd6360
batman-adv: fix packet checksum in receive path
by Matthias Schiffer
· 7 years ago
a5f7add
net_sched: gen_estimator: fix broken estimators based on percpu stats
by Eric Dumazet
· 7 years ago
2217009
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 7 years ago
ca79bec2
ipv6 sit: work around bogus gcc-8 -Wrestrict warning
by Arnd Bergmann
· 7 years ago
b323ac1
mac80211: drop frames with unexpected DS bits from fast-rx to slow path
by Felix Fietkau
· 7 years ago
36148c2
mac80211: Adjust TSQ pacing shift
by Toke Høiland-Jørgensen
· 7 years ago
93c62c4
rxrpc: Fix send in rxrpc_send_data_packet()
by David Howells
· 7 years ago
ed04c46
Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 7 years ago
1fe4b11
net: ipv4: Set addr_type in hash_keys for forwarded case
by David Ahern
· 7 years ago
350c9f4
tcp_bbr: better deal with suboptimal GSO
by Eric Dumazet
· 7 years ago
b87b619
netlink: put module reference if dump start fails
by Jason A. Donenfeld
· 7 years ago
a7dcdf6
bpf: clean up unused-variable warning
by Arnd Bergmann
· 7 years ago
943a0d4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 7 years ago
5ae437a
net: sched: report if filter is too large to dump
by Roman Kapl
· 7 years ago
79c0ef3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
cfc2c74
netfilter: IDLETIMER: be syzkaller friendly
by Eric Dumazet
· 7 years ago
3b07029
mac80211: Fix sending ADDBA response for an ongoing session
by Ilan Peer
· 7 years ago
191da27
mac80211: Do not disconnect on invalid operating class
by Ilan Peer
· 7 years ago
3027a8e
cfg80211: clear wep keys after disconnection
by Avraham Stern
· 7 years ago
Next »