summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ip_tunnel: better validate user provided tunnel namesEric Dumazet2018-04-131-5/+6
* ipsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld2018-04-132-6/+14
* net: Only honor ifindex in IP_PKTINFO if non-0David Ahern2018-04-081-2/+4
* tcp: remove poll() flakes with FastOpenEric Dumazet2018-03-241-7/+9
* fib_semantics: Don't match route with mismatching tclassidStefano Brivio2018-03-111-0/+5
* net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68Sabrina Dubroca2018-03-111-2/+5
* udplite: fix partial checksum initializationAlexey Kodanev2018-03-111-0/+5
* netfilter: drop outermost socket lock in getsockopt()Paolo Abeni2018-02-281-6/+1
* netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni2018-02-252-11/+9
* netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()Dmitry Vyukov2018-02-251-3/+13
* tcp: release sk_frag.page in tcp_disconnectLi RongQing2018-02-161-0/+6
* net: igmp: add a missing rcu locking sectionEric Dumazet2018-02-161-0/+4
* ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall2018-01-311-1/+6
* net: igmp: fix source address check for IGMPv3 reportsFelix Fietkau2018-01-311-1/+1
* net: tcp: close sock if net namespace is exitingDan Streetman2018-01-312-0/+18
* net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam2018-01-021-5/+10
* tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch2018-01-021-1/+1
* net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee2018-01-021-1/+19
* ipv4: igmp: guard against silly MTU valuesEric Dumazet2018-01-023-12/+18
* netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng2017-12-251-18/+1
* route: update fnhe_expires for redirect when the fnhe existsXin Long2017-12-161-3/+2
* route: also update fnhe_genid when updating a route cacheXin Long2017-12-161-2/+7
* tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet2017-11-241-7/+2
* ipip: only increase err_count for some certain type icmp in ipip_errXin Long2017-11-181-17/+42
* tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2017-11-181-1/+2
* IPsec: do not ignore crypto err in ah4 inputGilad Ben-Yossef2017-11-151-0/+3
* vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev2017-10-211-1/+2
* netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang2017-10-081-0/+1
* tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang2017-09-271-0/+4
* tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell2017-08-301-2/+1
* ipv4: Should use consistent conditional judgement for ip fragment in __ip_app...zheng li2017-08-121-1/+1
* udp: consistently apply ufo or fragmentationWillem de Bruijn2017-08-122-3/+6
* revert "ipv4: Should use consistent conditional judgement for ip fragment in ...Greg Kroah-Hartman2017-08-121-1/+1
* net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn2017-08-121-1/+1
* tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet2017-08-121-0/+3
* net: fix keepalive code vs TCP_FASTOPEN_CONNECTEric Dumazet2017-08-121-1/+2
* tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng2017-08-121-2/+2
* ipv4: Should use consistent conditional judgement for ip fragment in __ip_app...zheng li2017-08-111-1/+1
* ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar2017-08-111-4/+5
* tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong2017-07-211-0/+2
* igmp: add a missing spin_lock_init()WANG Cong2017-07-051-0/+1
* igmp: acquire pmc lock for ip_mc_clear_src()WANG Cong2017-07-051-8/+13
* net: ping: do not abuse udp_poll()Eric Dumazet2017-06-141-1/+1
* tcp: disallow cwnd undo when switching congestion controlYuchung Cheng2017-06-141-0/+1
* tcp: avoid fastopen API to be used on AF_UNSPECWei Wang2017-06-071-2/+5
* tcp: eliminate negative reordering in tcp_clean_rtx_queueSoheil Hassas Yeganeh2017-06-071-1/+1
* tcp: avoid fragmenting peculiar skbs in SACKYuchung Cheng2017-06-071-4/+5
* dccp/tcp: do not inherit mc_list from parentEric Dumazet2017-06-071-0/+2
* tcp: fix wraparound issue in tcp_lpEric Dumazet2017-05-151-2/+4
* ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko2017-05-151-0/+3