summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net: Update window_clamp if SOCK_RCVBUF is setMao Wenan2020-11-181-2/+7
* icmp: randomize the global rate limiterEric Dumazet2020-10-291-2/+5
* tcp: fix to update snd_wl1 in bulk receiver fast pathNeal Cardwell2020-10-291-0/+2
* rt_cpu_seq_next should increase position indexVasily Averin2020-10-011-0/+1
* ip: fix tos reflection in ack and reset packetsWei Wang2020-10-011-1/+2
* net: initialize fastreuse on inet_inherit_portTim Froidcoeur2020-09-121-0/+1
* net: refactor bind_bucket fastreuse into helperTim Froidcoeur2020-09-121-18/+28
* udp: drop corrupt packets earlier to avoid data corruptionDexuan Cui2020-08-211-2/+1
* ipv4: Silence suspicious RCU usage warningIdo Schimmel2020-08-211-1/+1
* tcp: allow at most one TLP probe per flightYuchung Cheng2020-07-312-10/+14
* net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin2020-07-311-1/+1
* tcp: md5: allow changing MD5 keys in all socket statesEric Dumazet2020-07-221-4/+1
* tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriersEric Dumazet2020-07-222-7/+13
* tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet2020-07-222-1/+7
* tcp: make sure listeners don't initialize congestion-control stateChristoph Paasch2020-07-222-1/+4
* ipv4: fill fl4_icmp_{type,code} in ping_v4_sendmsgSabrina Dubroca2020-07-221-0/+3
* net: Fix the arp error in some casesguodeqing2020-06-291-1/+1
* tcp: grow window for OOO packets only for SACK flowsEric Dumazet2020-06-291-2/+10
* tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell2020-06-291-0/+2
* ip_tunnel: fix use-after-free in ip_tunnel_lookup()Taehee Yoo2020-06-291-6/+8
* devinet: fix memleak in inetdev_init()Yang Yingliang2020-06-111-0/+1
* netfilter: nf_conntrack_pptp: prevent buffer overflows in debug codePablo Neira Ayuso2020-06-031-5/+2
* ip_vti: receive ipip packet by calling ip_tunnel_rcvXin Long2020-06-031-1/+22
* vti4: eliminated some duplicate code.Jeremy Sowden2020-06-031-38/+22
* net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"Yuqi Jin2020-06-031-8/+6
* netlabel: cope with NULL catmapPaolo Abeni2020-05-201-2/+4
* net: ipv4: really enforce backoff for redirectsPaolo Abeni2020-05-201-1/+1
* gre: do not keep the GRE header around in collect medata modeJiri Benc2020-05-201-1/+6
* net: icmp_route_lookup should use rt dev to determine L3 domainDavid Ahern2020-05-101-2/+2
* gre: reject GUE and FOU in collect metadata modeJiri Benc2020-05-101-0/+5
* gre: build header correctly for collect metadata tunnelsJiri Benc2020-05-101-4/+5
* gre: do not assign header_ops in collect metadata modeJiri Benc2020-05-101-2/+3
* ovs/gre: fix rtnl notifications on iface deletionNicolas Dichtel2020-05-101-0/+4
* ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern2020-05-101-1/+1
* net: Don't delete routes in different VRFsMark Tomlinson2020-05-102-3/+8
* net: vrf: Fix dst reference countingDavid Ahern2020-05-101-3/+4
* udp: restore UDPlite many-cast deliveryPablo Neira2020-05-101-3/+3
* netfilter: nft_dup: do not use sreg_dev if the user doesn't specify itLiping Zhang2020-05-101-2/+4
* ipv4: accept u8 in IP_TOS ancillary dataEric Dumazet2020-05-101-2/+5
* ipv4: do not abuse GFP_ATOMIC in inet_netconf_notify_devconf()Eric Dumazet2020-05-101-6/+6
* ipv4: fix checksum annotation in udp4_csum_initHannes Frederic Sowa2020-05-101-2/+5
* ipv4: Fix memory leak in exception case for splitting triesAlexander Duyck2020-05-101-1/+3
* net: get rid of an signed integer overflow in ip_idents_reserve()Eric Dumazet2020-05-101-2/+8
* tcp: do not set rtt_min to 1Eric Dumazet2020-05-101-1/+4
* GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck2020-05-103-3/+24
* ovs/gre,geneve: fix error path when creating an ifaceNicolas Dichtel2020-05-101-3/+7
* xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finishDavid Ahern2020-05-021-2/+0
* vti4: removed duplicate log message.Jeremy Sowden2020-05-021-3/+1
* net: ipv4: avoid unused variable warning for sysctlArnd Bergmann2020-05-021-2/+1
* net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()Nicolai Stange2020-05-021-1/+3