summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-09-28netfilter: nft_fib: Fix for rpath check with VRF devicesPhil Sutter
2022-09-28net: sched: act_bpf: simplify code logic in tcf_bpf_init()Zhengchao Shao
2022-09-28xfrm: Reinject transport-mode packets through workqueueLiu Jian
2022-09-27Add skb drop reasons to IPv6 UDP receive pathDonald Hunter
2022-09-27net: tls: Add ARIA-GCM algorithmTaehee Yoo
2022-09-27Merge tag 'wireless-2022-09-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2022-09-27Bluetooth: hci_core: Fix not handling link timeouts propertlyLuiz Augusto von Dentz
2022-09-27NFC: hci: Split memcpy() of struct hcp_message flexible arrayKees Cook
2022-09-27net: openvswitch: allow conntrack in non-initial user namespaceMichael Weiß
2022-09-27net: openvswitch: allow metering in non-initial user namespaceMichael Weiß
2022-09-27wifi: mac80211: mlme: Fix double unlock on assoc success handlingRafael Mendonca
2022-09-27wifi: mac80211: mlme: Fix missing unlock on beacon RXRafael Mendonca
2022-09-27wifi: mac80211: fix memory corruption in minstrel_ht_update_rates()Paweł Lenkow
2022-09-27wifi: mac80211: fix regression with non-QoS driversHans de Goede
2022-09-27wifi: mac80211: ensure vif queues are operational after startAlexander Wetzel
2022-09-27wifi: mac80211: don't start TX with fq->lock to fix deadlockAlexander Wetzel
2022-09-27wifi: cfg80211: fix MCS divisor valueTamizh Chelvam Raja
2022-09-27net/smc: Support SO_REUSEPORTTony Lu
2022-09-26net: sched: act_ct: fix possible refcount leak in tcf_ct_init()Hangyu Hua
2022-09-26net/sched: taprio: simplify list iteration in taprio_dev_notifier()Vladimir Oltean
2022-09-26net: dsa: make user ports return to init_net on netns deletionVladimir Oltean
2022-09-26xdp: improve page_pool xdp_return performanceJesper Dangaard Brouer
2022-09-26SUNRPC: Fix typo in xdr_buf_subsegment's kdoc commentChuck Lever
2022-09-26NFSD: Refactor common code out of dirlist helpersChuck Lever
2022-09-26SUNRPC: Clarify comment that documents svc_max_payload()Chuck Lever
2022-09-26SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever
2022-09-26SUNRPC: Optimize svc_process()Chuck Lever
2022-09-26af_unix: Refactor unix_read_skb()Peilin Ye
2022-09-26udp: Refactor udp_read_skb()Peilin Ye
2022-09-26skmsg: Schedule psock work if the cached skb exists on the psockLiu Jian
2022-09-26net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memoryLiu Jian
2022-09-25Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Greg Kroah-Hartman
2022-09-24Bluetooth: RFCOMM: remove define-only RFCOMM_TTY_MAGIC ex-magic-numberнаб
2022-09-23ipv6: tcp: send consistent autoflowlabel in RST packetsEric Dumazet
2022-09-23Merge branch 'for-6.0-fixes' into for-6.1Tejun Heo
2022-09-23Merge tag 'linux-can-next-for-6.1-20220923' of git://git.kernel.org/pub/scm/l...Jakub Kicinski
2022-09-23can: bcm: check the result of can_send() in bcm_can_tx()Ziyang Xuan
2022-09-23can: bcm: registration process optimization in bcm_module_init()Ziyang Xuan
2022-09-23net: phy: Add support for rate matchingSean Anderson
2022-09-22ethtool: tunnels: check the return value of nla_nest_start()Li Zhong
2022-09-22net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao
2022-09-22net/sched: taprio: remove unnecessary taprio_list_lockVladimir Oltean
2022-09-22net/tls: Support 256 bit keys with TX device offloadGal Pressman
2022-09-22net/tls: Use cipher sizes structsGal Pressman
2022-09-22net/tls: Describe ciphers sizes by const structsTariq Toukan
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-22Merge tag 'net-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-09-22xsk: Inherit need_wakeup flag for shared socketsJalal Mostafa
2022-09-22net: sched: fix possible refcount leak in tc_new_tfilter()Hangyu Hua
2022-09-22udp: Use WARN_ON_ONCE() in udp_read_skb()Peilin Ye