summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault2019-03-192-2/+13
* tcp: Don't access TCP_SKB_CB before initializing itChristoph Paasch2019-03-191-8/+1
* tcp: do not report TCP_CM_INQ of 0 for closed connectionsSoheil Hassas Yeganeh2019-03-191-0/+5
* route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long2019-03-191-0/+4
* ipv4/route: fail early when inet dev is missingPaolo Abeni2019-03-191-4/+5
* fou, fou6: avoid uninit-value in gue_err() and gue6_err()Eric Dumazet2019-03-191-2/+2
* ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu2019-03-012-5/+14
* netlabel: fix out-of-bounds memory accessesPaul Moore2019-02-271-1/+2
* ipv4: Pass original device to ip_rcv_finish_coreDavid Ahern2019-02-271-4/+5
* ipv4: Return error for RTA_VIA attributeDavid Ahern2019-02-261-0/+4
* net: avoid use IPCB in cipso_v4_errorNazarov Sergey2019-02-252-7/+32
* net: Add __icmp_send helper.Nazarov Sergey2019-02-251-3/+4
* tcp: repaired skbs must init their tso_segsEric Dumazet2019-02-231-0/+1
* udp: fix possible user after free in error handlerPaolo Abeni2019-02-221-2/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-02-211-1/+1
|\
| * esp: Skip TX bytes accounting when sending from a request socketMartin Willi2019-01-281-1/+1
* | net: ip_gre: do not report erspan_ver for gre or gretapLorenzo Bianconi2019-02-211-16/+17
* | tcp: tcp_v4_err() should be more carefulEric Dumazet2019-02-171-1/+4
* | tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet2019-02-171-1/+1
* | inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov2019-02-121-1/+9
* | netfilter: nat: fix spurious connection timeoutsFlorian Westphal2019-02-111-0/+1
* | netfilter: nf_nat_snmp_basic: add missing length checks in ASN.1 cbsJann Horn2019-02-111-1/+6
* | net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi2019-02-082-2/+6
* | net: ip_gre: always reports o_key to userspaceLorenzo Bianconi2019-01-301-1/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-01-281-1/+1
|\ \ | |/ |/|
| * netfilter: ipt_CLUSTERIP: fix warning unused variable cnAnders Roxell2019-01-281-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-01-271-0/+50
|\ \
| * | vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnelSu Yanjun2019-01-091-0/+50
* | | ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnelwenxu2019-01-241-1/+7
* | | net: ip_gre: use erspan key field for tunnel lookupLorenzo Bianconi2019-01-222-9/+17
* | | net: Fix usage of pskb_trim_rcsumRoss Lagerwall2019-01-181-0/+1
| |/ |/|
* | udp: add missing rehash callback to udpliteAlexey Kodanev2019-01-173-1/+3
* | udp: with udp_segment release on error pathWillem de Bruijn2019-01-161-4/+12
* | erspan: build the header with the right proto according to erspan_verXin Long2019-01-161-9/+14
* | fou, fou6: do not assume linear skbsEric Dumazet2019-01-151-2/+7
* | tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT stateWillem de Bruijn2019-01-151-1/+1
* | net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel2019-01-152-5/+14
* | net: bpfilter: disallow to remove bpfilter module while being usedTaehee Yoo2019-01-111-6/+16
* | net: bpfilter: restart bpfilter_umh when error occurredTaehee Yoo2019-01-111-1/+10
* | net: bpfilter: use cleanup callback to release umh_infoTaehee Yoo2019-01-111-7/+26
* | tcp: change txhash on SYN-data timeoutYuchung Cheng2019-01-101-1/+1
* | ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn2019-01-101-7/+5
|/
* fou: Prevent unbounded recursion in GUE error handler also with UDP-LiteStefano Brivio2019-01-041-1/+2
* netlink: fixup regression in RTM_GETADDRArthur Gautier2019-01-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-034-14/+24
|\
| * ip: validate header length on virtual device xmitWillem de Bruijn2019-01-013-12/+18
| * ipv4: fib_rules: Fix possible infinite loop in fib_empty_tableYueHaibing2018-12-301-2/+6
* | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-241-0/+1
|\
| * iptunnel: Set tun_flags in the iptunnel_metadata_reply from srcwenxu2018-12-241-0/+1
OpenPOWER on IntegriCloud