summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net: diag: support v4mapped sockets in inet_diag_find_one_icsk()Eric Dumazet2020-01-111-6/+12
* tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet2020-01-111-6/+1
* inet: stop leaking jiffies on the wireEric Dumazet2019-12-192-3/+3
* net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni2019-12-191-3/+2
* net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi2019-12-192-2/+6
* tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell2019-11-221-1/+1
* igmp: fix memory leak in igmpv3_del_delrec()Eric Dumazet2019-10-311-6/+2
* ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet2019-10-051-11/+11
* ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet2019-10-051-17/+30
* igmp: add a missing spin_lock_init()WANG Cong2019-10-051-0/+1
* igmp: acquire pmc lock for ip_mc_clear_src()WANG Cong2019-10-051-8/+13
* ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra2019-09-231-1/+1
* ipv4: Fix raw socket lookup for local trafficDavid Ahern2019-09-231-2/+2
* inet: switch IP ID generator to siphashEric Dumazet2019-08-131-5/+7
* ipv4: ip_tunnel: use net namespace from rtable not socketHannes Frederic Sowa2019-08-131-1/+2
* ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa2019-08-137-13/+15
* Revert "inet: update the IP ID generation algorithm to higher standards."Ben Hutchings2019-08-131-3/+1
* xfrm4: Fix uninitialized memory read in _decode_session4Steffen Klassert2019-08-131-11/+13
* xfrm4: Reload skb header pointers after calling pskb_may_pull.Steffen Klassert2019-08-131-7/+26
* xfrm4: Fix header checks in _decode_session4.Steffen Klassert2019-08-131-5/+10
* tcp: refine memory limit test in tcp_fragment()Eric Dumazet2019-07-091-1/+1
* route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long2019-07-091-0/+4
* tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet2019-06-201-0/+1
* tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-202-2/+13
* tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-202-0/+6
* tcp: limit payload size of sacked skbsEric Dumazet2019-06-203-7/+25
* ipv4: fix a race in update_or_create_fnhe()Eric Dumazet2019-05-112-6/+8
* inet: update the IP ID generation algorithm to higher standards.Amit Klein2019-05-111-1/+3
* netlabel: fix out-of-bounds memory accessesPaul Moore2019-05-021-2/+4
* net/ipv4: defensive cipso option parsingStefan Nuernberger2019-02-111-4/+7
* Cipso: cipso_v4_optptr enter infinite loopyujuan.qi2019-02-111-2/+10
* cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore2019-02-111-21/+30
* net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2018-12-162-0/+54
* ip_tunnel: be careful when accessing the inner headerPaolo Abeni2018-12-161-0/+9
* igmp: fix incorrect unsolicit report count after link down and upHangbin Liu2018-12-161-1/+2
* igmp: fix incorrect unsolicit report count when join groupHangbin Liu2018-12-161-3/+2
* ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi2018-11-201-2/+3
* multicast: do not restore deleted record source filter mode to new oneHangbin Liu2018-11-201-2/+1
* net: metrics: add proper netlink validationEric Dumazet2018-11-201-0/+2
* ip_tunnel: restore binding to ifaces with a large mtuNicolas Dichtel2018-10-211-3/+3
* net: test tailroom before appending to linear skbWillem de Bruijn2018-10-211-1/+2
* tcp: purge write queue in tcp_connect_init()Eric Dumazet2018-10-211-2/+5
* ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov2018-10-212-4/+10
* ipv4: fix fnhe usage by non-cached routesJulian Anastasov2018-10-211-65/+53
* tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet2018-10-211-1/+1
* tcp: don't read out-of-bounds opsizeJann Horn2018-10-211-5/+2
* tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet2018-10-211-2/+4
* soreuseport: initialise timewait reuseport fieldEric Dumazet2018-10-211-0/+1
* ip_tunnel: better validate user provided tunnel namesEric Dumazet2018-10-211-5/+6
* Revert "vti4: Don't override MTU passed on link creation via IFLA_MTU"Ben Hutchings2018-09-251-0/+1