summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2020-08-21sctp: shrink stream outq when fails to do addstream reconfXin Long
2020-08-21sctp: shrink stream outq only when new outcnt < old outcntXin Long
2020-08-21AX.25: Prevent integer overflows in connect and sendmsgDan Carpenter
2020-08-21tcp: allow at most one TLP probe per flightYuchung Cheng
2020-08-21rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATADavid Howells
2020-08-21qrtr: orphan socket in qrtr_release()Cong Wang
2020-08-21net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin
2020-08-21net-sysfs: add a newline when printing 'tx_timeout' by sysfsXiongfeng Wang
2020-08-21dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan
2020-08-21AX.25: Prevent out-of-bounds read in ax25_sendmsg()Peilin Ye
2020-08-21AX.25: Fix out-of-bounds read in ax25_connect()Peilin Ye
2020-08-18ipvs: fix the connection sync failed in some casesguodeqing
2020-08-18mac80211: allow rx of mesh eapol frames with default rx keyMarkus Theil
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