summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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
* ip: Fix SO_MARK in RST, ACK and ICMP packetsWillem de Bruijn2020-07-222-3/+3
* 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
* 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
* net: Fix the arp error in some casesguodeqing2020-06-301-1/+1
* bpf/sockmap: Fix kernel panic at __tcp_bpf_recvmsgdihu2020-06-241-0/+3
* ipv4: fix a RCU-list lock in fib_triestat_seq_showQian Cai2020-06-171-0/+3
* devinet: fix memleak in inetdev_init()Yang Yingliang2020-06-101-0/+1
* ipv4: nexthop version of fib_info_nh_uses_devDavid Ahern2020-06-031-9/+10
* nexthops: don't modify published nexthop groupsNikolay Aleksandrov2020-06-031-33/+58
* nexthops: Move code from remove_nexthop_from_groups to remove_nh_grp_entryDavid Ahern2020-06-031-14/+13
* 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
* xfrm: remove the xfrm_state_put call becofe going to out_resetXin Long2020-06-031-3/+1
* nexthop: Fix attribute checking for groupsDavid Ahern2020-06-031-1/+1
* net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"Yuqi Jin2020-06-031-8/+6
* net: nlmsg_cancel() if put fails for nhmsgStephen Worley2020-06-031-0/+1
* 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
* net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca2020-06-032-3/+2
* bpf: Fix sk_psock refcnt leak when receiving messageXiyu Yang2020-05-201-3/+6
* bpf, sockmap: bpf_tcp_ingress needs to subtract bytes from sg.sizeJohn Fastabend2020-05-201-1/+0
* 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
* tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet2020-05-202-4/+13
* tcp: fix error recovery in tcp_zerocopy_receive()Eric Dumazet2020-05-201-3/+4
* netlabel: cope with NULL catmapPaolo Abeni2020-05-201-2/+4
* xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finishDavid Ahern2020-04-291-2/+0
* ipv4: Update fib_select_default to handle nexthop objectsDavid Ahern2020-04-291-3/+3
* net, ip_tunnel: fix interface lookup with no keyWilliam Dauchy2020-04-291-5/+1
* net: ipv4: devinet: Fix crash when add/del multicast IP with autojoinTaras Chornyi2020-04-211-4/+9
* tcp: fix TFO SYNACK undo to avoid double-timestamp-undoNeal Cardwell2020-04-081-1/+5
* vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel2020-04-012-8/+31
* net: ip_gre: Accept IFLA_INFO_DATA-less configurationPetr Machata2020-04-011-0/+2
* net: ip_gre: Separate ERSPAN newlink / changelink callbacksPetr Machata2020-04-011-18/+85
* tcp: repair: fix TCP_QUEUE_SEQ implementationEric Dumazet2020-04-011-1/+3
* tcp: ensure skb->dev is NULL before leaving TCP stackEric Dumazet2020-04-011-0/+4
* tcp: also NULL skb->dev when copy was neededFlorian Westphal2020-04-011-2/+6
* ipv4: fix a RCU-list lock in inet_dump_fib()Qian Cai2020-04-011-0/+2