summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2020-08-13mac80211: fix misplaced while instead of ifJohannes Berg
2020-08-13SUNRPC: Fix ("SUNRPC: Add "@len" parameter to gss_unwrap()")Chuck Lever
2020-08-13libceph: don't omit recovery_deletes in target_copy()Ilya Dryomov
2020-08-13xprtrdma: fix incorrect header size calculationsColin Ian King
2020-08-13cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang
2020-08-13tcp: md5: allow changing MD5 keys in all socket statesEric Dumazet
2020-08-13tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriersEric Dumazet
2020-08-13tcp: md5: do not send silly options in SYNCOOKIESEric Dumazet
2020-08-13tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet
2020-08-13tcp: make sure listeners don't initialize congestion-control stateChristoph Paasch
2020-08-13tcp: fix SO_RCVLOWAT possible hangs under high mem pressureEric Dumazet
2020-08-13sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen
2020-08-13net_sched: fix a memory leak in atm_tc_init()Cong Wang
2020-08-13llc: make sure applications use ARPHRD_ETHEREric Dumazet
2020-08-13l2tp: remove skb_dst_set() from l2tp_xmit_skb()Xin Long
2020-08-13ipv6: Fix use of anycast address with loopbackDavid Ahern
2020-08-13ipv4: fill fl4_icmp_{type,code} in ping_v4_sendmsgSabrina Dubroca
2020-08-13genetlink: remove genl_bindSean Tranchetti
2020-08-03xfrm: policy: match with both mark and mask on user interfacesXin Long
2020-08-03udp: Improve load balancing for SO_REUSEPORT.Kuniyuki Iwashima
2020-08-03udp: Copy has_conns in reuseport_grow().Kuniyuki Iwashima
2020-08-03rtnetlink: Fix memory(net_device) leak when ->newlink failsWeilong Chen
2020-08-03net: qrtr: Fix an out of bounds read qrtr_endpoint_post()Dan Carpenter
2020-07-24net/smc: fix restoring of fallback changesKarsten Graul
2020-07-24rxrpc: Fix afs large storage transmission performance dropDavid Howells
2020-07-24rxrpc: Fix race between incoming ACK parser and retransmitterDavid Howells
2020-07-16ip6_gre: fix null-ptr-deref in ip6gre_init_net()Wei Yongjun
2020-07-16xprtrdma: Fix handling of RDMA_ERROR repliesChuck Lever
2020-07-16SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment()Chuck Lever
2020-07-16sunrpc: fixed rollback in rpc_gssd_dummy_populate()Vasily Averin
2020-07-16netfilter: ipset: fix unaligned atomic accessRussell King
2020-07-16rxrpc: Fix handling of rwind from an ACK packetDavid Howells
2020-07-16xfrm: Fix double ESP trailer insertion in IPsec crypto offload.Huy Nguyen
2020-07-16tcp_cubic: refactor code to perform a divide only when neededEric Dumazet
2020-07-16tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell
2020-07-16tcp_cubic: make Hystart aware of pacingEric Dumazet
2020-07-16tcp_cubic: tweak Hystart detection for short RTT flowsEric Dumazet
2020-07-16tcp_cubic: switch bictcp_clock() to usec resolutionEric Dumazet
2020-07-16tcp_cubic: remove one conditional from hystart_update()Eric Dumazet
2020-07-16tcp_cubic: optimize hystart_update()Eric Dumazet
2020-07-16sch_cake: fix a few style nitsToke Høiland-Jørgensen
2020-07-16sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen
2020-07-16sch_cake: don't try to reallocate or unshare skb unconditionallyIlya Ponetayev
2020-07-16ip_tunnel: fix use-after-free in ip_tunnel_lookup()Taehee Yoo
2020-07-16ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()Taehee Yoo
2020-07-16tcp: grow window for OOO packets only for SACK flowsEric Dumazet
2020-07-16tcp: don't ignore ECN CWR on pure ACKDenis Kirjanov
2020-07-16sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner
2020-07-16openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt...Lorenzo Bianconi
2020-07-16net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet