aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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
* netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso2017-05-302-0/+4
* net/ipv4: queue work on power efficient wqviresh kumar2017-05-241-4/+6
* net: tcp: split ack slow/fast events from cwnd_eventFlorian Westphal2017-05-242-14/+26
* tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev2017-05-249-18/+0
* tcp: whitespace fixesstephen hemminger2017-05-2413-116/+102
* net: ipv4: Don't crash if passing a null sk to ip_rt_update_pmtu.Lorenzo Colitti2017-05-231-1/+2
* net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2017-05-239-22/+36
* BACKPORT [UPSTREAM] net: add real socket cookiesChenbo Feng2017-05-231-0/+1
* net: core: add UID to flows, rules, and routesLorenzo Colitti2017-05-232-0/+12
* Revert "net: core: Support UID-based routing."Lorenzo Colitti2017-05-238-34/+13
* Revert "Handle 'sk' being NULL in UID-based routing."Lorenzo Colitti2017-05-231-1/+1
* dccp/tcp: do not inherit mc_list from parentEric Dumazet2017-05-221-0/+2
* ANDROID: Add untag hacks to inet_release functionChenbo Feng2017-05-201-0/+4
* net: ping: check minimum size on ICMP header lengthKees Cook2017-05-101-0/+4
* Revert "net: ping: Fix stack buffer overflow in ping_common_sendmsg()"Mister Oyster2017-05-101-1/+1
* ping: implement proper lockingEric Dumazet2017-05-101-2/+3
* mtk: 3.10 updatesMister Oyster2017-04-296-45/+39
* ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang2017-04-294-6/+4
* Revert "netfilter: have ip*t REJECT set the sock err when an icmp is to be sent"Erik Kline2017-04-252-20/+0