aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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
* tcp: fix various issues for sockets morphing to listen stateEric Dumazet2017-07-042-4/+9
* igmp: Make igmp group member RFC 3376 compliantMichal Tesar2017-07-041-1/+6
* ping: implement proper lockingEric Dumazet2017-06-171-2/+1
* netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia2017-06-171-2/+2
* ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn2017-06-171-2/+4
* dccp/tcp: fix routing redirect raceJon Maxwell2017-06-171-1/+2
* ipv4: mask tos for input routeJulian Anastasov2017-06-171-0/+1
* vti4: Don't count header length twice.Steffen Klassert2017-06-171-1/+0
* ping: fix a null pointer dereferenceWANG Cong2017-06-171-0/+2
* netlabel: out of bound access in cipso_v4_validate()Eric Dumazet2017-06-171-0/+4
* tcp: initialize max window for a new fastopen socketAlexey Kodanev2017-06-171-0/+1