summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorLines
2019-03-01ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu-5/+14
2019-02-27netlabel: fix out-of-bounds memory accessesPaul Moore-1/+2
2019-02-27ipv4: Pass original device to ip_rcv_finish_coreDavid Ahern-4/+5
2019-02-26ipv4: Return error for RTA_VIA attributeDavid Ahern-0/+4
2019-02-25net: avoid use IPCB in cipso_v4_errorNazarov Sergey-7/+32
2019-02-25net: Add __icmp_send helper.Nazarov Sergey-3/+4
2019-02-23tcp: repaired skbs must init their tso_segsEric Dumazet-0/+1
2019-02-22udp: fix possible user after free in error handlerPaolo Abeni-2/+4
2019-02-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-1/+1
2019-02-21net: ip_gre: do not report erspan_ver for gre or gretapLorenzo Bianconi-16/+17
2019-02-17tcp: tcp_v4_err() should be more carefulEric Dumazet-1/+4
2019-02-17tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet-1/+1
2019-02-12inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov-1/+9
2019-02-11netfilter: nat: fix spurious connection timeoutsFlorian Westphal-0/+1
2019-02-11netfilter: nf_nat_snmp_basic: add missing length checks in ASN.1 cbsJann Horn-1/+6
2019-02-08net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi-2/+6
2019-01-30net: ip_gre: always reports o_key to userspaceLorenzo Bianconi-1/+6
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-1/+1
2019-01-28esp: Skip TX bytes accounting when sending from a request socketMartin Willi-1/+1
2019-01-28netfilter: ipt_CLUSTERIP: fix warning unused variable cnAnders Roxell-1/+1
2019-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-0/+50
2019-01-24ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnelwenxu-1/+7
2019-01-22net: ip_gre: use erspan key field for tunnel lookupLorenzo Bianconi-9/+17
2019-01-18net: Fix usage of pskb_trim_rcsumRoss Lagerwall-0/+1
2019-01-17udp: add missing rehash callback to udpliteAlexey Kodanev-1/+3
2019-01-16udp: with udp_segment release on error pathWillem de Bruijn-4/+12
2019-01-16erspan: build the header with the right proto according to erspan_verXin Long-9/+14
2019-01-15fou, fou6: do not assume linear skbsEric Dumazet-2/+7
2019-01-15tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT stateWillem de Bruijn-1/+1
2019-01-15net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel-5/+14
2019-01-11net: bpfilter: disallow to remove bpfilter module while being usedTaehee Yoo-6/+16
2019-01-11net: bpfilter: restart bpfilter_umh when error occurredTaehee Yoo-1/+10
2019-01-11net: bpfilter: use cleanup callback to release umh_infoTaehee Yoo-7/+26
2019-01-10tcp: change txhash on SYN-data timeoutYuchung Cheng-1/+1
2019-01-10ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn-7/+5
2019-01-09vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnelSu Yanjun-0/+50
2019-01-04fou: Prevent unbounded recursion in GUE error handler also with UDP-LiteStefano Brivio-1/+2
2019-01-04netlink: fixup regression in RTM_GETADDRArthur Gautier-1/+1
2019-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-14/+24
2019-01-01ip: validate header length on virtual device xmitWillem de Bruijn-12/+18
2018-12-30ipv4: fib_rules: Fix possible infinite loop in fib_empty_tableYueHaibing-2/+6
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS-1/+1
2018-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2018-12-24net: dccp: fix kernel crash on module loadPeter Oskolkov-8/+26
2018-12-24iptunnel: Set tun_flags in the iptunnel_metadata_reply from srcwenxu-0/+1
2018-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+3
2018-12-20tcp: fix a race in inet_diag_dump_icsk()Eric Dumazet-1/+3
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-360/+112
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-2/+13
2018-12-20net: ipv4: Set skb->dev for output route resolutionIdo Schimmel-0/+1