Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
032a1ec549a79711078d26b6bcbba9d435822059
/
net
/
ipv4
492b67e
net: ip_gre: fix possible use-after-free in erspan_rcv
by Lorenzo Bianconi
· 6 years ago
aecfde2
tcp: Ensure DCTCP reacts to losses
by Koen De Schepper
· 6 years ago
8c83f2d
vrf: check accept_source_route on the original netdevice
by Stephen Suryaputra
· 6 years ago
b506bc9
tcp: fix a potential NULL pointer dereference in tcp_sk_exit
by Dust Li
· 6 years ago
f2feaef
tcp: Don't access TCP_SKB_CB before initializing it
by Christoph Paasch
· 6 years ago
9d3e136
tcp: handle inet_csk_reqsk_queue_add() failures
by Guillaume Nault
· 6 years ago
5355ed6
fou, fou6: avoid uninit-value in gue_err() and gue6_err()
by Eric Dumazet
· 6 years ago
ee60ad2
route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a race
by Xin Long
· 6 years ago
6466e71
tcp: do not report TCP_CM_INQ of 0 for closed connections
by Soheil Hassas Yeganeh
· 6 years ago
a10674b
tcp: detecting the misuse of .sendpage for Slab objects
by Vasily Averin
· 6 years ago
f4b3ec4
iptunnel: NULL pointer deref for ip_md_tunnel_xmit
by Alan Maguire
· 6 years ago
22c7476
ipv4/route: fail early when inet dev is missing
by Paolo Abeni
· 6 years ago
a154d5d
net: ignore sysctl_devconf_inherit_init_net without SYSCTL
by Arnd Bergmann
· 6 years ago
4e7df11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 6 years ago
9eb3591
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
2a8e499
net: ipv4: Fix NULL pointer dereference in route lookup
by Ido Schimmel
· 6 years ago
5e1a99e
ipv4: Add ICMPv6 support when parse route ipproto
by Hangbin Liu
· 6 years ago
db8ab38
netfilter: nf_tables: merge ipv4 and ipv6 nat chain types
by Florian Westphal
· 6 years ago
a9ce849
netfilter: nf_tables: nat: merge nft_masq protocol specific modules
by Florian Westphal
· 6 years ago
c78efc99
netfilter: nf_tables: nat: merge nft_redir protocol specific modules
by Florian Westphal
· 6 years ago
5578de4
netlabel: fix out-of-bounds memory accesses
by Paul Moore
· 6 years ago
a1fd1ad
ipv4: Pass original device to ip_rcv_finish_core
by David Ahern
· 6 years ago
24ba144
route: Add multipath_hash in flowi_common to make user-define hash
by wenxu
· 6 years ago
d2c5c10
netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.h
by Florian Westphal
· 6 years ago
3bf195a
netfilter: nat: merge nf_nat_ipv4,6 into nat core
by Florian Westphal
· 6 years ago
096d090
netfilter: nat: move nlattr parse and xfrm session decode to core
by Florian Westphal
· 6 years ago
d1aca8a
netfilter: nat: merge ipv4 and ipv6 masquerade functionality
by Florian Westphal
· 6 years ago
b6e9e5d
ipv4: Return error for RTA_VIA attribute
by David Ahern
· 6 years ago
5648334
tcp: remove tcp_queue argument from tso_fragment()
by Eric Dumazet
· 6 years ago
6aedbf9
tcp: use tcp_md5_needed for timewait sockets
by Eric Dumazet
· 6 years ago
921f9a0
tcp: convert tcp_md5_needed to static_branch API
by Eric Dumazet
· 6 years ago
6c7b4ee
tcp: get rid of tcp_check_send_head()
by Eric Dumazet
· 6 years ago
d8cf757
net: remove unused struct inet_frag_queue.fragments field
by Peter Oskolkov
· 6 years ago
3da1ed7
net: avoid use IPCB in cipso_v4_error
by Nazarov Sergey
· 6 years ago
9ef6b42
net: Add __icmp_send helper.
by Nazarov Sergey
· 6 years ago
9946b34
tcp: clean up SOCK_DEBUG()
by Yafang Shao
· 6 years ago
4bfabc4
tcp: remove unused parameter of tcp_sacktag_bsearch()
by Taehee Yoo
· 6 years ago
186d936
ip_tunnel: Add ip tunnel tun_info type dst_cache in ip_tunnel_xmit
by wenxu
· 6 years ago
3d25eab
ip_tunnel: Add dst_cache support in lwtunnel_state of ip tunnel
by wenxu
· 6 years ago
e9128c1
ipv4: icmp: use icmp_sk_exit()
by Kefeng Wang
· 6 years ago
70f3522
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
bf50b60
tcp: repaired skbs must init their tso_segs
by Eric Dumazet
· 6 years ago
92b9536
udp: fix possible user after free in error handler
by Paolo Abeni
· 6 years ago
b35560e4
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 6 years ago
2bdf700
net: ip_gre: do not report erspan_ver for gre or gretap
by Lorenzo Bianconi
· 6 years ago
a2b5a3f
net: remove unneeded switch fall-through
by Li RongQing
· 6 years ago
ca8d479
ipmr: ip6mr: Create new sockopt to clear mfc cache or vifs
by Callum Sinclair
· 6 years ago
418e897
gso: validate gso_type on ipip style tunnels
by Willem de Bruijn
· 6 years ago
375ca54
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
8bbed40
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 6 years ago
2c4cc97
tcp: tcp_v4_err() should be more careful
by Eric Dumazet
· 6 years ago
04c0311
tcp: clear icsk_backoff in tcp_write_queue_purge()
by Eric Dumazet
· 6 years ago
dddaf89
netfilter: ipt_CLUSTERIP: make symbol 'cip_netdev_notifier' static
by Wei Yongjun
· 6 years ago
3313da8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
7fc3822
netfilter: reject: skip csum verification for protocols that don't support it
by Alin Nastac
· 6 years ago
1ec17db
inet_diag: fix reporting cgroup classid and fallback to priority
by Konstantin Khlebnikov
· 6 years ago
8303b7e
netfilter: nat: fix spurious connection timeouts
by Florian Westphal
· 6 years ago
c4c07b4
netfilter: nf_nat_snmp_basic: add missing length checks in ASN.1 cbs
by Jann Horn
· 6 years ago
c09551c6
net: ipv4: use a dedicated counter for icmp_v4 redirect packets
by Lorenzo Bianconi
· 6 years ago
a655fe9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
bccb302
net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_ID
by Florian Fainelli
· 6 years ago
d6abc596
net: Introduce ndo_get_port_parent_id()
by Florian Fainelli
· 6 years ago
9fb2080
net: Fix ip_mc_{dec,inc}_group allocation context
by Florian Fainelli
· 6 years ago
9718475
socket: Add SO_TIMESTAMPING_NEW
by Deepa Dinamani
· 6 years ago
887feae
socket: Add SO_TIMESTAMP[NS]_NEW
by Deepa Dinamani
· 6 years ago
13c6ee2
socket: Use old_timeval types for socket timestamps
by Deepa Dinamani
· 6 years ago
7f1bc6e
sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD
by Deepa Dinamani
· 6 years ago
1d2f4eb
ipv4/igmp: Don't drop IGMP pkt with zeros src addr
by Edward Chron
· 6 years ago
3fc46fc
ipconfig: add carrier_timeout kernel parameter
by Martin Kepplinger
· 6 years ago
1f533ba
ipv4: fib: use struct_size() in kzalloc()
by Gustavo A. R. Silva
· 6 years ago
feaf5c7
net: ip_gre: always reports o_key to userspace
by Lorenzo Bianconi
· 6 years ago
eaf2a47
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
343917b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 6 years ago
ff44a83
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 6 years ago
83f5292
netfilter: ipv4: remove useless export_symbol
by Florian Westphal
· 6 years ago
09db512
esp: Skip TX bytes accounting when sending from a request socket
by Martin Willi
· 6 years ago
206b8cc
netfilter: ipt_CLUSTERIP: fix warning unused variable cn
by Anders Roxell
· 6 years ago
4a41f45
tcp: change pingpong threshold to 3
by Wei Wang
· 6 years ago
31954cd
tcp: Refactor pingpong code
by Wei Wang
· 6 years ago
fb1b699
net: ipv4: ip_input: fix blank line coding style issues
by Yang Wei
· 6 years ago
1d68101
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
c303a9b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 6 years ago
962924f
ip_gre: Refactor collect metatdata mode tunnel xmit to ip_md_tunnel_xmit
by wenxu
· 6 years ago
6e6b904
ip_tunnel: Fix route fl4 init in ip_md_tunnel_xmit
by wenxu
· 6 years ago
c8b34e6
ip_tunnel: Add tnl_update_pmtu in ip_md_tunnel_xmit
by wenxu
· 6 years ago
f46fe4f
ip_tunnel: Add ip tunnel dst_cache in ip_md_tunnel_xmit
by wenxu
· 6 years ago
f859a44
tcp: allow zerocopy with fastopen
by Willem de Bruijn
· 6 years ago
c23f35d
net: IP defrag: encapsulate rbtree defrag code into callable functions
by Peter Oskolkov
· 6 years ago
78dc70e
tcp_bbr: adapt cwnd based on ack aggregation estimation
by Priyaranjan Jha
· 6 years ago
232aa8e
tcp_bbr: refactor bbr_target_cwnd() for general inflight provisioning
by Priyaranjan Jha
· 6 years ago
d71b5753
ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnel
by wenxu
· 6 years ago
a2e2ca3
bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() internals
by Linus Lüssing
· 6 years ago
ba5ea614
bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() calls
by Linus Lüssing
· 6 years ago
cb73ee4
net: ip_gre: use erspan key field for tunnel lookup
by Lorenzo Bianconi
· 6 years ago
856c395
net: introduce a knob to control whether to inherit devconf config
by Cong Wang
· 6 years ago
fa7f3a8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
d044002
net: ipv4: ipmr: perform strict checks also for doit handlers
by Jakub Kicinski
· 6 years ago
a00302b6
net: ipv4: route: perform strict checks also for doit handlers
by Jakub Kicinski
· 6 years ago
eede370
net: ipv4: netconf: perform strict checks also for doit handlers
by Jakub Kicinski
· 6 years ago
6c57f04
net: Fix usage of pskb_trim_rcsum
by Ross Lagerwall
· 6 years ago
Next »