summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet2019-06-171-0/+1
* tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-173-2/+13
* tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-172-0/+6
* tcp: limit payload size of sacked skbsEric Dumazet2019-06-173-9/+24
* ipv4: not do cache for local delivery if bc_forwarding is enabledXin Long2019-06-111-11/+11
* ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet2019-06-041-11/+11
* ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet2019-06-041-17/+30
* inet: switch IP ID generator to siphashEric Dumazet2019-06-041-5/+7
* xfrm4: Fix uninitialized memory read in _decode_session4Steffen Klassert2019-05-251-11/+13
* esp4: add length check for UDP encapsulationSabrina Dubroca2019-05-251-5/+15
* vti4: ipip tunnel deregistration fixes.Jeremy Sowden2019-05-251-2/+3
* ipv4: Fix raw socket lookup for local trafficDavid Ahern2019-05-161-2/+2
* ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani2019-05-051-0/+1
* ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu2019-05-021-1/+4
* ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet2019-05-021-9/+23
* net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov2019-04-272-267/+328
* ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet2019-04-271-2/+8
* ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra2019-04-271-1/+9
* tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet2019-04-271-5/+5
* net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvLorenzo Bianconi2019-04-271-1/+3
* net: ip_gre: fix possible use-after-free in erspan_rcvLorenzo Bianconi2019-04-171-5/+10
* vrf: check accept_source_route on the original netdeviceStephen Suryaputra2019-04-172-6/+5Star
* tcp: fix a potential NULL pointer dereference in tcp_sk_exitDust Li2019-04-171-1/+2
* tcp: Ensure DCTCP reacts to lossesKoen De Schepper2019-04-171-18/+18
* netfilter: ipt_CLUSTERIP: fix warning unused variable cnAnders Roxell2019-03-231-1/+1
* esp: Skip TX bytes accounting when sending from a request socketMartin Willi2019-03-231-1/+1
* 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/+1Star
* 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
* vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnelSu Yanjun2019-03-131-0/+50
* ipv4: Pass original device to ip_rcv_finish_coreDavid Ahern2019-03-101-4/+5
* ipv4: Return error for RTA_VIA attributeDavid Ahern2019-03-101-0/+4
* net: avoid use IPCB in cipso_v4_errorNazarov Sergey2019-03-102-7/+32
* net: Add __icmp_send helper.Nazarov Sergey2019-03-101-3/+4
* netlabel: fix out-of-bounds memory accessesPaul Moore2019-03-101-1/+2
* ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu2019-03-102-5/+14
* netfilter: ipt_CLUSTERIP: fix sleep-in-atomic bug in clusterip_config_entry_p...Taehee Yoo2019-02-271-5/+14
* inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov2019-02-271-1/+9
* netfilter: nf_nat_snmp_basic: add missing length checks in ASN.1 cbsJann Horn2019-02-231-1/+6
* tcp: tcp_v4_err() should be more carefulEric Dumazet2019-02-231-3/+4
* tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet2019-02-231-1/+1
* net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi2019-02-232-2/+6
* net: ip_gre: use erspan key field for tunnel lookupLorenzo Bianconi2019-02-062-9/+17
* net: ip_gre: always reports o_key to userspaceLorenzo Bianconi2019-02-061-1/+6
* Fix "net: ipv4: do not handle duplicate fragments as overlapping"Greg Kroah-Hartman2019-02-061-1/+1
* tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT stateWillem de Bruijn2019-01-311-1/+1
* erspan: build the header with the right proto according to erspan_verXin Long2019-01-311-9/+14
* udp: with udp_segment release on error pathWillem de Bruijn2019-01-311-4/+12