summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-09-18fix array-index-out-of-bounds in taprio_changeHaimin Zhang1-1/+3
2021-09-18net: fix NULL pointer reference in cipso_v4_doi_free王贇1-2/+2
2021-09-18net: Fix offloading indirect devices dependency on qdisc order creationEli Cohen4-1/+91
2021-09-18rpc: fix gss_svc_init cleanup on failureJ. Bruce Fields1-1/+1
2021-09-18tcp: enable data-less, empty-cookie SYN with TFO_SERVER_COOKIE_NOT_REQDLuke Hsiao1-2/+1
2021-09-18Bluetooth: Fix race condition in handling NOP commandKiran K1-6/+4
2021-09-18Bluetooth: Fix handling of LE Enhanced Connection CompleteLuiz Augusto von Dentz1-31/+62
2021-09-18mac80211: Fix monitor MTU limit so that A-MSDUs get throughJohan Almbladh1-2/+9
2021-09-18Bluetooth: avoid circular locks in sco_sock_connectDesmond Cheong Zhi Xi1-23/+16
2021-09-18Bluetooth: schedule SCO timeouts with delayed_workDesmond Cheong Zhi Xi1-6/+29
2021-09-18Bluetooth: Fix not generating RPA when requiredLuiz Augusto von Dentz2-56/+57
2021-09-18netfilter: nft_compat: use nfnetlink_unicast()Pablo Neira Ayuso1-5/+3
2021-09-18Bluetooth: skip invalid hci_sync_conn_complete_evtDesmond Cheong Zhi Xi1-0/+15
2021-09-18flow_dissector: Fix out-of-bounds warningsGustavo A. R. Silva1-4/+8
2021-09-18ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs()Gustavo A. R. Silva1-2/+3
2021-09-18ethtool: improve compat ioctl handlingArnd Bergmann2-140/+121
2021-09-18netlink: Deal with ESRCH error in nlmsg_notify()Yajun Deng1-1/+3
2021-09-18tipc: keep the skb in rcv queue until the whole data is readXin Long1-9/+27
2021-09-18sunrpc: Fix return value of get_srcport()Anna Schumaker1-1/+1
2021-09-18SUNRPC/xprtrdma: Fix reconnection lockingTrond Myklebust2-6/+7
2021-09-18SUNRPC: Fix potential memory corruptionTrond Myklebust1-2/+4
2021-09-18xprtrdma: Put rpcrdma_reps before waking the tear-down completionChuck Lever1-5/+5
2021-09-189p/xen: Fix end of loop tests for list_for_each_entryHarshvardhan Jha1-2/+2
2021-09-15devlink: Break parameter notification sequence to be before/after unload/load...Leon Romanovsky1-12/+20
2021-09-15ipv4: fix endianness issue in inet_rtm_getroute_build_skb()Eric Dumazet1-1/+1
2021-09-15net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failedXiyu Yang1-1/+1
2021-09-15sch_htb: Fix inconsistency when leaf qdisc creation failsMaxim Mikityanskiy1-35/+62
2021-09-15net: qrtr: make checks in qrtr_endpoint_post() stricterDan Carpenter1-2/+6
2021-09-15ipv4: make exception cache less predictibleEric Dumazet1-16/+30
2021-09-15ipv6: make exception cache less predictibleEric Dumazet1-1/+4
2021-09-15Bluetooth: add timeout sanity check to hci_inquiryPavel Skripkin1-0/+6
2021-09-15SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()Chuck Lever1-0/+15
2021-09-15mac80211: Fix insufficient headroom issue for AMSDUChih-Kang Chang1-1/+3
2021-09-15Bluetooth: Move shutdown callback before flushing tx and rx queueKai-Heng Feng1-8/+8
2021-09-15devlink: Clear whole devlink_flash_notify structLeon Romanovsky1-2/+2
2021-09-15mac80211: remove unnecessary NULL check in ieee80211_register_hw()Dan Carpenter1-1/+1
2021-09-15Bluetooth: fix repeated calls to sco_sock_killDesmond Cheong Zhi Xi1-5/+1
2021-09-15net: dsa: don't disable multicast flooding to the CPU even without an IGMP qu...Vladimir Oltean3-19/+0
2021-09-15net: dsa: stop syncing the bridge mcast_router attribute at join timeVladimir Oltean1-10/+0
2021-09-15Bluetooth: increase BTNAMSIZ to 21 chars to fix potential buffer overflowColin Ian King1-1/+1
2021-09-15net: dsa: tag_sja1105: optionally build as module when switch driver is modul...Vladimir Oltean1-0/+1
2021-09-15net: dsa: build tag_8021q.c as part of DSA coreVladimir Oltean3-16/+1
2021-09-15Bluetooth: mgmt: Fix wrong opcode in the response for add_adv cmdTedd Ho-Jeong An1-1/+1
2021-09-15net: cipso: fix warnings in netlbl_cipsov4_add_stdPavel Skripkin1-4/+4
2021-09-15tcp: seq_file: Avoid skipping sk during tcp_seek_last_posMartin KaFai Lau1-2/+3
2021-09-156lowpan: iphc: Fix an off-by-one check of array indexColin Ian King1-1/+2
2021-09-15Bluetooth: sco: prevent information leak in sco_conn_defer_accept()Dan Carpenter1-0/+5
2021-09-12igmp: Add ip_mc_list lock in ip_check_mc_rcuLiu Jian1-0/+2
2021-09-03net: don't unconditionally copy_from_user a struct ifreq for socket ioctlsPeter Collingbourne1-1/+5
2021-08-26Merge tag 'nfsd-5.14-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+2