aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-01-12rxrpc: Fix wrong error return in rxrpc_connect_call()David Howells1-1/+1
2023-01-12Merge tag 'wireless-2023-01-12' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski11-187/+176
2023-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski36-1734/+1499
2023-01-12Merge tag 'net-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds29-1719/+1470
2023-01-12Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2023-01-12xfrm: compat: change expression for switch in xfrm_xlate64Anastasia Belova1-1/+1
2023-01-12vsock: return errors other than -ENOMEM to socketBobby Eshleman1-1/+2
2023-01-12net: rfkill: gpio: add DT supportPhilipp Zabel1-2/+18
2023-01-12wifi: mac80211: fix double space in commentNick Hainke1-1/+1
2023-01-12wifi: mac80211: Drop stations iterator where the iterator function may sleepMartin Blumenstingl1-13/+0
2023-01-11devlink: keep the instance mutex alive until references are goneJakub Kicinski2-4/+15
2023-01-11netfilter: nft_payload: incorrect arithmetics when fetching VLAN header bitsPablo Neira Ayuso1-1/+1
2023-01-11netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function.Gavrilov Ilia1-2/+2
2023-01-11ipv6: raw: Deduct extension header length in rawv6_push_pending_framesHerbert Xu1-0/+4
2023-01-11drivers/net/phy: add the link modes for the 10BASE-T1S Ethernet PHYPiergiorgio Beruto1-0/+8
2023-01-11net/ethtool: add netlink interface for the PLCA RSPiergiorgio Beruto4-1/+313
2023-01-10net: sched: disallow noqueue for qdisc classesFrederick Lawler1-0/+5
2023-01-10bpf: Remove the unnecessary insn buffer comparisonHaiyue Wang1-6/+0
2023-01-10Merge tag 'nfsd-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds5-11/+11
2023-01-10wifi: mac80211: fix MLO + AP_VLAN checkFelix Fietkau1-1/+3
2023-01-10mac80211: Fix MLO address translation for multiple bss caseSriram R1-0/+3
2023-01-10wifi: mac80211: reset multiple BSSID options in stop_ap()Aloka Dixit1-0/+7
2023-01-10wifi: mac80211: Fix iTXQ AMPDU fragmentation handlingAlexander Wetzel3-14/+37
2023-01-10wifi: mac80211: sdata can be NULL during AMPDU startAlexander Wetzel2-1/+8
2023-01-10wifi: mac80211: Proper mark iTXQs for resumptionAlexander Wetzel5-50/+21
2023-01-10wifi: mac80211: fix initialization of rx->link and rx->link_staFelix Fietkau1-123/+99
2023-01-09net/sched: act_mpls: Fix warning during failed attribute validationIdo Schimmel1-1/+7
2023-01-09net: skb: remove old comments about frag_size for build_skb()Jakub Kicinski1-5/+3
2023-01-09gro: take care of DODGY packetsEric Dumazet1-2/+3
2023-01-09mptcp: add statistics for mptcp socket in useMenglong Dong2-1/+17
2023-01-09mptcp: rename 'sk' to 'ssk' in mptcp_token_new_connect()Menglong Dong2-5/+5
2023-01-09mptcp: init sk->sk_prot in build_msk()Menglong Dong1-0/+3
2023-01-09mptcp: introduce 'sk' to replace 'sock->sk' in mptcp_listen()Menglong Dong1-6/+7
2023-01-09mptcp: use local variable ssk in write_optionsGeliang Tang1-2/+1
2023-01-09mptcp: use net instead of sock_netGeliang Tang2-5/+4
2023-01-09mptcp: use msk_owned_by_me helperGeliang Tang2-6/+5
2023-01-09Fix XFRM-I support for nested ESP tunnelsBenedict Wong2-4/+53
2023-01-07Merge tag 'rxrpc-fixes-20230107' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller24-1712/+1443
2023-01-07Merge tag 'nfs-for-6.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+17
2023-01-07rxrpc: Fix incoming call setup raceDavid Howells4-15/+15
2023-01-06net: ipv6: rpl_iptunnel: Replace 0-length arrays with flexible arraysKees Cook1-1/+1
2023-01-06Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever5-11/+11
2023-01-06devlink: allow registering parameters after the instanceJakub Kicinski1-11/+11
2023-01-06devlink: don't require setting features before registrationJakub Kicinski1-2/+0
2023-01-06devlink: remove the registration guarantee of referencesJakub Kicinski2-38/+28
2023-01-06devlink: always check if the devlink instance is registeredJakub Kicinski4-12/+60
2023-01-06devlink: protect devlink->dev by the instance lockJakub Kicinski3-8/+11
2023-01-06devlink: update the code in netns move to latest helpersJakub Kicinski1-3/+4
2023-01-06devlink: bump the instance index directly when iteratingJakub Kicinski2-35/+13
2023-01-06tipc: fix unexpected link reset due to discovery messagesTung Nguyen1-4/+8