aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-01-17net: kfree_skb_list use kmem_cache_free_bulkJesper Dangaard Brouer1-1/+39
2023-01-17net: fix call location in kfree_skb_list_reasonJesper Dangaard Brouer1-13/+21
2023-01-17devlink: remove some unnecessary codeDan Carpenter1-11/+6
2023-01-17sched: add new attr TCA_EXT_WARN_MSG to report tc extact messageHangbin Liu3-49/+83
2023-01-16virtio/vsock: replace virtio_vsock_pkt with sk_buffBobby Eshleman3-322/+300
2023-01-16unix: Improve locking scheme in unix_show_fdinfo()Kirill Tkhai1-10/+10
2023-01-13plca.c: fix obvious mistake in checking retvalPiergiorgio Beruto1-5/+5
2023-01-13ipv6: remove max_size check inline with ipv4Jon Maxwell2-14/+7
2023-01-13caif: don't assume iov_iter typeKeith Busch1-4/+0
2023-01-13sock: add tracepoint for send recv lengthYunhui Cui1-4/+29
2023-01-13ethtool: add tx aggregation parametersDaniele Palmas1-2/+20
2023-01-13net: dsa: microchip: ptp: move pdelay_rsp correction field to tail tagChristian Eggers1-1/+28
2023-01-13net: dsa: microchip: ptp: add packet transmission timestampingChristian Eggers1-3/+51
2023-01-13net: dsa: microchip: ptp: add packet reception timestampingChristian Eggers1-6/+19
2023-01-13net: dsa: microchip: ptp: add 4 bytes in tail tag when ptp enabledArun Ramadoss1-7/+88
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-12vsock: return errors other than -ENOMEM to socketBobby Eshleman1-1/+2
2023-01-11devlink: keep the instance mutex alive until references are goneJakub Kicinski2-4/+15
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-10Merge tag 'nfsd-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds5-11/+11
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-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
2023-01-06sysctl: expose all net/core sysctls inside netnsMahesh Bandewar1-5/+0
2023-01-06rxrpc: Move client call connection to the I/O threadDavid Howells13-527/+295