summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_evt()Peilin Ye2020-08-211-1/+1
* Bluetooth: Fix slab-out-of-bounds read in hci_extended_inquiry_result_evt()Peilin Ye2020-08-211-1/+1
* mac80211: mesh: Free pending skb when destroying a mpathRemi Pommarel2020-08-051-0/+1
* mac80211: mesh: Free ie data when leaving meshRemi Pommarel2020-08-051-0/+1
* net/x25: Fix null-ptr-deref in x25_disconnectYueHaibing2020-08-051-4/+6
* net/x25: Fix x25_neigh refcnt leak when x25 disconnectXiyu Yang2020-08-051-0/+4
* rds: Prevent kernel-infoleak in rds_notify_queue_get()Peilin Ye2020-08-051-1/+2
* 9p/trans_fd: Fix concurrency del of req_list in p9_fd_cancelled/p9_read_workWang Hai2020-08-051-1/+14
* 9p/trans_fd: abort p9_read_work if req status changedDominique Martinet2020-08-051-6/+11
* tcp: allow at most one TLP probe per flightYuchung Cheng2020-07-312-10/+14
* rtnetlink: Fix memory(net_device) leak when ->newlink failsWeilong Chen2020-07-311-1/+2
* ip6_gre: fix null-ptr-deref in ip6gre_init_net()Wei Yongjun2020-07-311-5/+6
* AX.25: Prevent integer overflows in connect and sendmsgDan Carpenter2020-07-311-1/+4
* rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATADavid Howells2020-07-312-2/+2
* net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin2020-07-312-2/+2
* net-sysfs: add a newline when printing 'tx_timeout' by sysfsXiongfeng Wang2020-07-311-1/+1
* dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan2020-07-311-1/+1
* AX.25: Prevent out-of-bounds read in ax25_sendmsg()Peilin Ye2020-07-311-1/+2
* AX.25: Fix out-of-bounds read in ax25_connect()Peilin Ye2020-07-311-1/+3
* ipvs: fix the connection sync failed in some casesguodeqing2020-07-291-4/+8
* mac80211: allow rx of mesh eapol frames with default rx keyMarkus Theil2020-07-291-0/+26
* libceph: don't omit recovery_deletes in target_copy()Ilya Dryomov2020-07-221-0/+1
* cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang2020-07-221-1/+1
* tcp: md5: do not send silly options in SYNCOOKIESEric Dumazet2020-07-221-4/+6
* tcp: make sure listeners don't initialize congestion-control stateChristoph Paasch2020-07-222-1/+4
* net_sched: fix a memory leak in atm_tc_init()Cong Wang2020-07-221-4/+4
* 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-2/+8
* llc: make sure applications use ARPHRD_ETHEREric Dumazet2020-07-221-3/+7
* l2tp: remove skb_dst_set() from l2tp_xmit_skb()Xin Long2020-07-221-4/+1
* ipv4: fill fl4_icmp_{type,code} in ping_v4_sendmsgSabrina Dubroca2020-07-221-0/+3
* genetlink: remove genl_bindSean Tranchetti2020-07-221-49/+0
* SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment()Chuck Lever2020-06-301-0/+4
* sunrpc: fixed rollback in rpc_gssd_dummy_populate()Vasily Averin2020-06-301-0/+1
* netfilter: ipset: fix unaligned atomic accessRussell King2020-06-301-0/+2
* rxrpc: Fix handling of rwind from an ACK packetDavid Howells2020-06-301-4/+3
* net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan2020-06-301-0/+2
* net: Fix the arp error in some casesguodeqing2020-06-301-1/+1
* ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()Taehee Yoo2020-06-301-3/+6
* 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
* sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner2020-06-303-2/+7
* rxrpc: Fix notification call on completion of discarded callsDavid Howells2020-06-301-0/+7
* net: fix memleak in register_netdevice()Yang Yingliang2020-06-301-0/+7
* net: bridge: enfore alignment for ethernet addressThomas Martitz2020-06-301-1/+1
* mld: fix memory leak in ipv6_mc_destroy_dev()Wang Hai2020-06-301-0/+1
* net: sched: export __netdev_watchdog_up()Valentin Longchamp2020-06-301-0/+1
* net: core: device_rename: Use rwsem instead of a seqcountAhmed S. Darwish2020-06-251-22/+18