index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
2019-06-11
ipmr_base: Do not reset index in mr_table_dump
David Ahern
2019-06-11
udp: only choose unbound UDP socket for multicast when not in a VRF
Tim Beale
2019-06-11
ipv4: not do cache for local delivery if bc_forwarding is enabled
Xin Long
2019-06-04
net: correct zerocopy refcnt with udp MSG_MORE
Willem de Bruijn
2019-06-04
ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST
Eric Dumazet
2019-06-04
ipv4/igmp: fix another memory leak in igmpv3_del_delrec()
Eric Dumazet
2019-06-04
inet: switch IP ID generator to siphash
Eric Dumazet
2019-05-16
ipv4: Fix raw socket lookup for local traffic
David Ahern
2019-05-01
udp: fix GRO packet of death
Eric Dumazet
2019-05-01
ipv4: ip_do_fragment: Preserve skb_iif during fragmentation
Shmulik Ladkani
2019-04-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2019-04-29
tcp: add sanity tests in tcp_add_backlog()
Eric Dumazet
2019-04-27
udp: fix GRO reception in case of length mismatch
Paolo Abeni
2019-04-24
ipv4: add sanity checks in ipv4_link_failure()
Eric Dumazet
2019-04-17
ipv4: set the tcp_min_rtt_wlen range from 0 to one day
ZhangXiaoxu
2019-04-16
tcp: tcp_grow_window() needs to respect tcp_space()
Eric Dumazet
2019-04-14
ipv4: ensure rcu_read_lock() in ipv4_link_failure()
Eric Dumazet
2019-04-12
ipv4: recompile ip options in ipv4_link_failure
Stephen Suryaputra
2019-04-11
dctcp: more accurate tracking of packets delivery
Eric Dumazet
2019-04-10
net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recv
Lorenzo Bianconi
2019-04-08
net: ip_gre: fix possible use-after-free in erspan_rcv
Lorenzo Bianconi
2019-04-04
tcp: Ensure DCTCP reacts to losses
Koen De Schepper
2019-04-02
xfrm4: Fix uninitialized memory read in _decode_session4
Steffen Klassert
2019-04-01
vrf: check accept_source_route on the original netdevice
Stephen Suryaputra
2019-04-01
tcp: fix a potential NULL pointer dereference in tcp_sk_exit
Dust Li
2019-03-26
esp4: add length check for UDP encapsulation
Sabrina Dubroca
2019-03-21
vti4: removed duplicate log message.
Jeremy Sowden
2019-03-21
vti4: ipip tunnel deregistration fixes.
Jeremy Sowden
2019-03-11
tcp: Don't access TCP_SKB_CB before initializing it
Christoph Paasch
2019-03-08
tcp: handle inet_csk_reqsk_queue_add() failures
Guillaume Nault
2019-03-08
fou, fou6: avoid uninit-value in gue_err() and gue6_err()
Eric Dumazet
2019-03-08
route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a race
Xin Long
2019-03-08
xfrm: Reset secpath in xfrm failure
Myungho Jung
2019-03-06
tcp: do not report TCP_CM_INQ of 0 for closed connections
Soheil Hassas Yeganeh
2019-03-06
tcp: detecting the misuse of .sendpage for Slab objects
Vasily Averin
2019-03-06
iptunnel: NULL pointer deref for ip_md_tunnel_xmit
Alan Maguire
2019-03-06
ipv4/route: fail early when inet dev is missing
Paolo Abeni
2019-03-04
net: ignore sysctl_devconf_inherit_init_net without SYSCTL
Arnd Bergmann
2019-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2019-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-03-02
net: ipv4: Fix NULL pointer dereference in route lookup
Ido Schimmel
2019-03-01
ipv4: Add ICMPv6 support when parse route ipproto
Hangbin Liu
2019-03-01
netfilter: nf_tables: merge ipv4 and ipv6 nat chain types
Florian Westphal
2019-03-01
netfilter: nf_tables: nat: merge nft_masq protocol specific modules
Florian Westphal
2019-03-01
netfilter: nf_tables: nat: merge nft_redir protocol specific modules
Florian Westphal
2019-02-27
netlabel: fix out-of-bounds memory accesses
Paul Moore
2019-02-27
ipv4: Pass original device to ip_rcv_finish_core
David Ahern
2019-02-27
route: Add multipath_hash in flowi_common to make user-define hash
wenxu
2019-02-27
netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.h
Florian Westphal
2019-02-27
netfilter: nat: merge nf_nat_ipv4,6 into nat core
Florian Westphal
[next]