summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-12-30xprtrdma: Fix XDRBUF_SPARSE_PAGES supportChuck Lever
2020-12-30sunrpc: fix xs_read_xdr_buf for partial pages receiveDan Aloni
2020-12-30mac80211: fix a mistake check for rx_stats updateWen Gong
2020-12-30mac80211: don't set set TDLS STA bandwidth wider than possibleJohannes Berg
2020-12-30Bluetooth: sco: Fix crash when using BT_SNDMTU/BT_RCVMTU optionWei Yongjun
2020-12-30net: sunrpc: Fix 'snprintf' return value check in 'do_xprt_debugfs'Fedor Tokarev
2020-12-30SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust
2020-12-30SUNRPC: rpc_wake_up() should wake up tasks in the correct orderTrond Myklebust
2020-12-30Bluetooth: Fix: LL PRivacy BLE device fails to connectSathish Narasimman
2020-12-30Bluetooth: Fix null pointer dereference in hci_event_packet()Anmol Karn
2020-12-30nl80211/cfg80211: fix potential infinite loopColin Ian King
2020-12-26nl80211: validate key indexes for cfg80211_registered_deviceAnant Thazhemadam
2020-12-26Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()Peilin Ye
2020-12-26net: ipconfig: Avoid spurious blank lines in boot logThierry Reding
2020-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-12-09net: sched: Fix dump of MPLS_OPT_LSE_LABEL attribute in cls_flowerGuillaume Nault
2020-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-12-09tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell
2020-12-09net: flow_offload: Fix memory leak for indirect flow blockChris Mi
2020-12-09tcp: Retain ECT bits for tos reflectionWei Wang
2020-12-09ethtool: fix stack overflow in ethnl_parse_bitset()Michal Kubecek
2020-12-09can: isotp: isotp_setsockopt(): block setsockopt on bound socketsOliver Hartkopp
2020-12-09xdp: Remove the xdp_attachment_flags_ok() callbackToke Høiland-Jørgensen
2020-12-09netfilter: nft_ct: Remove confirmation check for NFT_CT_IDBrett Mastbergen
2020-12-08tcp: select sane initial rcvq_space.space for big MSSEric Dumazet
2020-12-08net: tipc: prevent possible null deref of linkCengiz Can
2020-12-08netfilter: nftables: comment indirect serialization of commit_mutex with rtnl...Pablo Neira Ayuso
2020-12-08netfilter: nft_dynset: fix timeouts later than 23 daysPablo Neira Ayuso
2020-12-08netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan
2020-12-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski
2020-12-07mptcp: print new line in mptcp_seq_show() if mptcp isn't in useJianguo Wu
2020-12-07bridge: Fix a deadlock when enabling multicast snoopingJoseph Huang
2020-12-07lwt_bpf: Replace preempt_disable() with migrate_disable()Cong Wang
2020-12-07lwt: Disable BH too in run_lwt_bpf()Dongdong Wang
2020-12-07udp: fix the proto value passed to ip_protocol_deliver_rcu for the segmentsXin Long
2020-12-04mac80211: mesh: fix mesh_pathtbl_init() error pathEric Dumazet
2020-12-04openvswitch: fix error return code in validate_and_copy_dec_ttl()Wang Hai
2020-12-04net: bridge: vlan: fix error return code in __vlan_add()Zhang Changzhong
2020-12-04ipv4: fix error return code in rtm_to_fib_config()Zhang Changzhong
2020-12-04net/sched: fq_pie: initialize timer earlier in fq_pie_init()Davide Caratti
2020-12-04xsk: Return error code if force_zc is setZhang Changzhong
2020-12-04mac80211: set SDATA_STATE_RUNNING for monitor interfacesBorwankar, Antara
2020-12-04cfg80211: initialize rekey_dataSara Sharon
2020-12-04mac80211: fix return value of ieee80211_chandef_he_6ghz_operWen Gong
2020-12-03net/sched: act_mpls: ensure LSE is pullable before reading itDavide Caratti
2020-12-03net: openvswitch: ensure LSE is pullable before reading itDavide Caratti
2020-12-03net: skbuff: ensure LSE is pullable before decrementing the MPLS ttlDavide Caratti
2020-12-02net/x25: prevent a couple of overflowsDan Carpenter
2020-12-03xsk: Change the tx writeable conditionXuan Zhuo
2020-12-03xsk: Replace datagram_poll by sock_poll_waitXuan Zhuo