summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan2020-12-302-14/+14
* tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell2020-12-301-3/+6
* tcp: select sane initial rcvq_space.space for big MSSEric Dumazet2020-12-301-1/+2
* ipv4: Fix tos mask in inet_rtm_getroute()Guillaume Nault2020-12-081-3/+4
* tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_controlAlexander Duyck2020-12-081-0/+5
* tcp: only postpone PROBE_RTT if RTT is < current min_rtt estimateRyan Sharpelletti2020-11-241-1/+1
* inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill()Wang Hai2020-11-241-1/+3
* net: Update window_clamp if SOCK_RCVBUF is setMao Wenan2020-11-181-2/+7
* netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld2020-11-186-10/+12
* tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy2020-11-052-1/+4
* ip_gre: set dev->hard_header_len and dev->needed_headroom properlyCong Wang2020-10-301-4/+11
* netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso2020-10-292-4/+21
* 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
* ipv4: Restore flowi4_oif update before call to xfrm_lookup_routeDavid Ahern2020-10-291-1/+3
* rt_cpu_seq_next should increase position indexVasily Averin2020-10-011-0/+1
* net: silence data-races on sk_backlog.tailEric Dumazet2020-10-011-1/+1
* tcp_bbr: adapt cwnd based on ack aggregation estimationPriyaranjan Jha2020-09-261-1/+121
* tcp_bbr: refactor bbr_target_cwnd() for general inflight provisioningPriyaranjan Jha2020-09-261-21/+39
* ipv4: Update exception handling for multipath routes via same deviceDavid Ahern2020-09-261-5/+8
* ip: fix tos reflection in ack and reset packetsWei Wang2020-09-261-1/+2
* net: initialize fastreuse on inet_inherit_portTim Froidcoeur2020-08-191-0/+1
* net: refactor bind_bucket fastreuse into helperTim Froidcoeur2020-08-191-42/+51
* net: gre: recompute gre csum for sctp over gre tunnelsLorenzo Bianconi2020-08-111-2/+11
* ipv4: Silence suspicious RCU usage warningIdo Schimmel2020-08-111-1/+1
* udp: Improve load balancing for SO_REUSEPORT.Kuniyuki Iwashima2020-07-311-6/+9
* 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: do not send silly options in SYNCOOKIESEric Dumazet2020-07-221-3/+5
* tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet2020-07-222-2/+8
* tcp: make sure listeners don't initialize congestion-control stateChristoph Paasch2020-07-222-1/+4
* tcp: fix SO_RCVLOWAT possible hangs under high mem pressureEric Dumazet2020-07-221-0/+2
* ipv4: fill fl4_icmp_{type,code} in ping_v4_sendmsgSabrina Dubroca2020-07-221-0/+3
* net: Fix the arp error in some casesguodeqing2020-06-301-1/+1
* tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell2020-06-301-0/+2
* ip_tunnel: fix use-after-free in ip_tunnel_lookup()Taehee Yoo2020-06-301-6/+8
* tcp: grow window for OOO packets only for SACK flowsEric Dumazet2020-06-301-2/+10
* tcp: don't ignore ECN CWR on pure ACKDenis Kirjanov2020-06-301-3/+11
* devinet: fix memleak in inetdev_init()Yang Yingliang2020-06-101-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
* net: ipip: fix wrong address family in init error pathVadim Fedorenko2020-06-031-1/+1
* net: inet_csk: Fix so_reuseport bind-address cache in tb->fast*Martin KaFai Lau2020-06-031-19/+24
* tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet2020-05-202-4/+13
* net: tcp: fix rx timestamp behavior for tcp_recvmsgKelly Littlepage2020-05-201-2/+4
* net: ipv4: really enforce backoff for redirectsPaolo Abeni2020-05-201-1/+1