summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2018-02-25ipv4: ipconfig: avoid unused ic_proto_used symbolArnd Bergmann1-0/+4
2018-02-25netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni2-11/+9
2018-02-25netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()Dmitry Vyukov1-3/+13
2018-02-16tcp: release sk_frag.page in tcp_disconnectLi RongQing1-0/+6
2018-02-16net: igmp: add a missing rcu locking sectionEric Dumazet1-0/+4
2018-01-31net: tcp: close sock if net namespace is exitingDan Streetman2-0/+18
2018-01-31ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall1-1/+6
2018-01-31net: igmp: fix source address check for IGMPv3 reportsFelix Fietkau1-1/+1
2018-01-31netfilter: fix IS_ERR_VALUE usagePablo Neira Ayuso2-4/+8
2018-01-31netfilter: use fwmark_reflect in nf_send_resetPau Espin Pedrol1-0/+2
2018-01-31netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia1-2/+2
2018-01-31netfilter: x_tables: speed up jump target validationFlorian Westphal2-43/+49
2018-01-02ipv4: Fix use-after-free when flushing FIB tablesIdo Schimmel1-2/+7
2018-01-02net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam1-5/+10
2018-01-02tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch1-1/+1
2018-01-02net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee1-1/+19
2018-01-02ipv4: igmp: guard against silly MTU valuesEric Dumazet3-12/+18
2017-12-25tcp: fix under-evaluated ssthresh in TCP VegasHoang Tran1-1/+1
2017-12-25netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng1-18/+1
2017-12-25inet: frag: release spinlock before calling icmp_send()Eric Dumazet1-8/+17
2017-12-16route: update fnhe_expires for redirect when the fnhe existsXin Long1-3/+2
2017-12-16route: also update fnhe_genid when updating a route cacheXin Long1-2/+7
2017-12-16netfilter: don't track fragmented packetsFlorian Westphal2-5/+4
2017-12-09tcp: correct memory barrier usage in tcp_check_space()Jason Baron1-1/+1
2017-11-30net: Allow IP_MULTICAST_IF to set index to L3 slaveDavid Ahern1-1/+6
2017-11-24tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet1-7/+2
2017-11-18tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet2-3/+3
2017-11-18tcp/dccp: fix lockdep splat in inet_csk_route_req()Eric Dumazet1-1/+2
2017-11-18tcp/dccp: fix ireq->opt racesEric Dumazet5-33/+24
2017-11-18ipip: only increase err_count for some certain type icmp in ipip_errXin Long1-16/+42
2017-11-18tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet1-1/+2
2017-11-15IPsec: do not ignore crypto err in ah4 inputGilad Ben-Yossef1-0/+3
2017-10-21vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev1-1/+2
2017-10-08netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang1-0/+1
2017-09-27Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer1-9/+3
2017-09-27Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer1-3/+1
2017-09-27tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang1-0/+4
2017-08-30tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell1-2/+1
2017-08-30ipv4: better IP_MAX_MTU enforcementEric Dumazet1-1/+1
2017-08-30ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet1-5/+7
2017-08-13net: account for current skb length when deciding about UFOMichal Kubeček1-1/+1
2017-08-13ipv4: Should use consistent conditional judgement for ip fragment in __ip_app...zheng li1-1/+1
2017-08-13udp: consistently apply ufo or fragmentationWillem de Bruijn2-3/+6
2017-08-13revert "ipv4: Should use consistent conditional judgement for ip fragment in ...Greg Kroah-Hartman1-1/+1
2017-08-13revert "net: account for current skb length when deciding about UFO"Greg Kroah-Hartman1-2/+1
2017-08-13net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn1-1/+1
2017-08-13tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet1-0/+3
2017-08-13net: fix keepalive code vs TCP_FASTOPEN_CONNECTEric Dumazet1-1/+2
2017-08-13tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng1-2/+2
2017-08-11net: account for current skb length when deciding about UFOMichal Kubeček1-1/+2