aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: refine memory limit test in tcp_fragment()Eric Dumazet2019-07-181-1/+1
* BACKPORT: tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet2019-07-181-0/+1
* BACKPORT: tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-07-182-2/+13
* tcp: limit payload size of sacked skbsEric Dumazet2019-07-183-8/+25
* tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-07-182-0/+6
* netfilter: drop outermost socket lock in getsockopt()Paolo Abeni2019-05-031-6/+1
* ipv4: Avoid reading user iov twice after raw_probe_proto_optHerbert Xu2019-05-031-8/+54
* ipv4: Use standard iovec primitive in raw_probe_proto_optHerbert Xu2019-05-031-39/+11
* ip_tunnel: be careful when accessing the inner headerPaolo Abeni2019-05-031-0/+9
* ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi2019-05-031-2/+3
* net: metrics: add proper netlink validationEric Dumazet2019-05-031-0/+2
* net: test tailroom before appending to linear skbWillem de Bruijn2019-05-031-1/+2
* tcp: purge write queue in tcp_connect_init()Eric Dumazet2019-05-031-2/+5
* ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov2019-05-032-4/+10
* tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet2019-05-031-1/+1
* tcp: don't read out-of-bounds opsizeJann Horn2019-05-031-5/+2
* tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet2019-05-031-2/+4
* soreuseport: initialise timewait reuseport fieldEric Dumazet2019-05-031-0/+1
* ip_tunnel: better validate user provided tunnel namesEric Dumazet2019-05-031-5/+6
* netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni2019-05-022-11/+9
* ipv4: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-05-021-0/+3
* inet: prevent leakage of uninitialized memory to user in recv syscalls Only u...Hannes Frederic Sowa2019-05-021-11/+5
* ipv4: arp: update neighbour address when a gratuitous arp is received and arp...Salam Noureddine2019-05-021-4/+10
* gcc6: partial merge of 'Fix all GCC 6.x warnings' by nathanchance : https://g...Moyster2018-12-011-0/+3
* Revert "GCC: Fix up for gcc 5+"Moyster2018-11-301-1/+0
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2018-11-2920-20/+20
* GCC: Fix up for gcc 5+mydongistiny2018-11-291-0/+1
* ANDROID: Revert "net: increase fragment memory usage limits"Greg Hackmann2018-11-271-15/+7
* UPSTREAM: tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet2018-11-271-2/+14
* UPSTREAM: tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet2018-11-271-0/+3
* BACKPORT: net: ipv4: fix for a race condition in raw_sendmsgJonathan Solnit2018-05-161-5/+10
* UPSTREAM: ipv4, ipv6: ensure raw socket message is big enough to hold an IP h...Alexander Potapenko2018-01-301-0/+3
* tcp: fix a compile error in DBGUNDO()Eric Dumazet2017-12-051-2/+1
* ipv4: add option to drop gratuitous ARP packetsJohannes Berg2017-11-182-0/+10
* ipv4: add option to drop unicast encapsulated in L2 multicastJohannes Berg2017-11-182-1/+26
* ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar2017-11-061-4/+5
* net: ping: do not abuse udp_poll()Eric Dumazet2017-11-061-1/+1
* tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang2017-11-061-0/+4
* tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell2017-11-061-2/+1
* tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng2017-11-061-2/+2
* tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong2017-11-061-0/+2
* tcp: disallow cwnd undo when switching congestion controlYuchung Cheng2017-11-061-0/+1
* netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang2017-11-061-0/+1
* tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell2017-11-062-22/+15
* tcp: enable xmit timer fix by having TLP use time when RTO should fireNeal Cardwell2017-11-061-9/+5
* tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell2017-11-061-3/+1
* udp: consistently apply ufo or fragmentationWillem de Bruijn2017-11-062-3/+6
* seq_file: remove "%n" usage from seq_file usersTetsuo Handa2017-09-234-40/+36
* tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet2017-07-042-1/+2
* ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet2017-07-041-1/+2