summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ip_tunnel: fix preempt warning in ip tunnel creation/updatingPaolo Abeni2018-02-281-2/+2
* ip_tunnel: replace dst_cache with generic implementationPaolo Abeni2018-02-282-65/+14
* netfilter: drop outermost socket lock in getsockopt()Paolo Abeni2018-02-281-6/+1
* ipv4: ipconfig: avoid unused ic_proto_used symbolArnd Bergmann2018-02-251-0/+4
* 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
* net: tcp: close sock if net namespace is exitingDan Streetman2018-01-312-0/+18
* 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
* netfilter: fix IS_ERR_VALUE usagePablo Neira Ayuso2018-01-312-4/+8
* netfilter: use fwmark_reflect in nf_send_resetPau Espin Pedrol2018-01-311-0/+2
* netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia2018-01-311-2/+2
* netfilter: x_tables: speed up jump target validationFlorian Westphal2018-01-312-43/+49
* ipv4: Fix use-after-free when flushing FIB tablesIdo Schimmel2018-01-021-2/+7
* 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
* tcp: fix under-evaluated ssthresh in TCP VegasHoang Tran2017-12-251-1/+1
* netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng2017-12-251-18/+1
* inet: frag: release spinlock before calling icmp_send()Eric Dumazet2017-12-251-8/+17
* 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
* netfilter: don't track fragmented packetsFlorian Westphal2017-12-162-5/+4
* tcp: correct memory barrier usage in tcp_check_space()Jason Baron2017-12-091-1/+1
* net: Allow IP_MULTICAST_IF to set index to L3 slaveDavid Ahern2017-11-301-1/+6
* tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet2017-11-241-7/+2
* tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet2017-11-182-3/+3
* tcp/dccp: fix lockdep splat in inet_csk_route_req()Eric Dumazet2017-11-181-1/+2
* tcp/dccp: fix ireq->opt racesEric Dumazet2017-11-185-33/+24
* ipip: only increase err_count for some certain type icmp in ipip_errXin Long2017-11-181-16/+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
* Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer2017-09-271-9/+3
* Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer2017-09-271-3/+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: better IP_MAX_MTU enforcementEric Dumazet2017-08-301-1/+1
* ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet2017-08-301-5/+7
* net: account for current skb length when deciding about UFOMichal Kubeček2017-08-121-1/+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
* revert "net: account for current skb length when deciding about UFO"Greg Kroah-Hartman2017-08-121-2/+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