aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-01-31rxrpc: De-atomic call->ackr_window and call->ackr_nr_unackedDavid Howells7-25/+22
2023-01-31rxrpc: Generate extra pings for RTT during heavy-receive callDavid Howells2-5/+17
2023-01-31rxrpc: Allow a delay to be injected into packet receptionDavid Howells6-2/+91
2023-01-31rxrpc: Convert call->recvmsg_lock to a spinlockDavid Howells4-10/+10
2023-01-31Revert "netfilter: conntrack: fix bug in for_each_sctp_chunk"Florian Westphal1-2/+3
2023-01-31netfilter: br_netfilter: disable sabotage_in hook after first suppressionFlorian Westphal1-0/+1
2023-01-31net: sched: sch: Bounds check priorityKees Cook1-1/+4
2023-01-30Merge tag 'ieee802154-for-net-2023-01-30' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski1-1/+0
2023-01-30net/tls: tls_is_tx_ready() checked list_entryPietro Borrello1-1/+1
2023-01-30mac802154: Avoid superfluous endianness handlingMiquel Raynal1-2/+2
2023-01-30rxrpc: Fix trace stringDavid Howells1-1/+1
2023-01-30xfrm: fix bug with DSCP copy to v6 from v4 tunnelChristian Hopps1-2/+1
2023-01-30devlink: remove devlink featuresJiri Pirko3-23/+0
2023-01-30devlink: send objects notifications during devlink reloadJiri Pirko1-18/+2
2023-01-30devlink: move devlink reload notifications back in between _down() and _up() ...Jiri Pirko1-21/+16
2023-01-30Merge tag 'batadv-next-pullrequest-20230127' of git://git.open-mesh.org/linux...David S. Miller15-322/+107
2023-01-30netrom: Fix use-after-free caused by accept on already connected socketHyunwoo Kim1-0/+5
2023-01-28selftests/bpf: Add a sign-extension test for kfuncsIlya Leoshkevich1-0/+9
2023-01-28bpf: Use ARG_CONST_SIZE_OR_ZERO for 3rd argument of bpf_tcp_raw_gen_syncookie...Ilya Leoshkevich1-2/+2
2023-01-28mac802154: Handle basic beaconingMiquel Raynal7-3/+230
2023-01-28ieee802154: Add support for user beaconing requestsMiquel Raynal4-0/+143
2023-01-28net: mctp: purge receive queues on sk destructionJeremy Kerr1-0/+6
2023-01-28net: qrtr: free memory on error path in radix_tree_insert()Natalia Petrova1-1/+4
2023-01-28net/rose: Fix to not accept on connected socketHyunwoo Kim1-0/+8
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski6-12/+126
2023-01-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-29/+36
2023-01-27netpoll: Remove 4s sleep during carrier detectionBreno Leitao1-11/+1
2023-01-27skb: Do mix page pool and page referenced frags in GROAlexander Duyck1-0/+9
2023-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-275/+362
2023-01-27devlink: protect devlink param list by instance lockJiri Pirko1-24/+53
2023-01-27devlink: put couple of WARN_ONs in devlink_param_driverinit_value_get()Jiri Pirko1-4/+6
2023-01-27devlink: make devlink_param_driverinit_value_set() return voidJiri Pirko1-8/+7
2023-01-27devlink: don't work with possible NULL pointer in devlink_param_unregister()Jiri Pirko1-1/+2
2023-01-27devlink: make devlink_param_register/unregister staticJiri Pirko1-53/+37
2023-01-27ethtool: netlink: convert commands to common SETJakub Kicinski16-725/+508
2023-01-27ethtool: netlink: handle SET intro/outro in the common codeJakub Kicinski3-50/+100
2023-01-27net: add missing includes of linux/splice.hJakub Kicinski3-0/+3
2023-01-27net: add missing includes of linux/sched/clock.hJakub Kicinski2-0/+2
2023-01-27net: skbuff: drop the linux/textsearch.h includeJakub Kicinski1-0/+1
2023-01-27xfrm: annotate data-race around use_timeEric Dumazet2-9/+12
2023-01-27xfrm: consistently use time64_t in xfrm_timer_handler()Eric Dumazet1-4/+4
2023-01-26xfrm: extend add state callback to set failure reasonLeon Romanovsky2-5/+3
2023-01-26xfrm: extend add policy callback to set failure reasonLeon Romanovsky1-2/+1
2023-01-26mptcp: userspace pm: use a single point of exitMatthieu Baerts1-2/+3
2023-01-26mptcp: propagate sk_ipv6only to subflowsMatthieu Baerts1-0/+1
2023-01-26mptcp: let the in-kernel PM use mixed IPv4 and IPv6 addressesPaolo Abeni1-27/+31
2023-01-26icmp: Add counters for rate limitsJamie Bainbridge4-3/+13
2023-01-25inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki5-5/+44
2023-01-25net: Kconfig: fix spellosRandy Dunlap2-2/+2
2023-01-25bpf: Check the protocol of a sock to agree the calls to bpf_setsockopt().Kui-Feng Lee1-1/+1