summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-01-31rxrpc: Convert call->recvmsg_lock to a spinlockDavid Howells4-10/+10
2023-01-30rxrpc: Fix trace stringDavid Howells1-1/+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-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski6-12/+126
2023-01-28netpoll: Remove 4s sleep during carrier detectionBreno Leitao1-11/+1
2023-01-28Merge 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: extend add state callback to set failure reasonLeon Romanovsky2-5/+3
2023-01-27xfrm: 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-26inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki5-5/+44
2023-01-26net: Kconfig: fix spellosRandy Dunlap2-2/+2
2023-01-26bpf: Check the protocol of a sock to agree the calls to bpf_setsockopt().Kui-Feng Lee1-1/+1
2023-01-25bpf/selftests: Verify struct_ops prog sleepable behaviorDavid Vernet1-0/+18
2023-01-25bpf: Pass const struct bpf_prog * to .check_memberDavid Vernet1-1/+2
2023-01-25net: mctp: mark socks as dead on unhash, prevent re-addJeremy Kerr2-0/+7
2023-01-25net: mctp: hold key reference when looking up a general keyPaolo Abeni1-7/+7
2023-01-25net: mctp: move expiry timer delete to unhashJeremy Kerr1-3/+6
2023-01-25net: mctp: add an explicit reference from a mctp_sk_key to sockJeremy Kerr1-6/+8
2023-01-25net: ethtool: fix NULL pointer dereference in pause_prepare_data()Vladimir Oltean1-1/+1
2023-01-25net: ethtool: fix NULL pointer dereference in stats_prepare_data()Vladimir Oltean1-1/+1
2023-01-25net/x25: Fix to not accept on connected socketHyunwoo Kim1-0/+6
2023-01-25net/smc: De-tangle ism and smc device initializationStefan Raspl4-63/+39
2023-01-25s390/ism: Consolidate SMC-D-related codeStefan Raspl1-24/+39
2023-01-25net/smc: Separate SMC-D and ISM APIsStefan Raspl3-6/+14
2023-01-25net/smc: Register SMC-D as ISM clientStefan Raspl4-26/+68
2023-01-25net/ism: Add new API for client registrationStefan Raspl1-2/+2
2023-01-25net/smc: Terminate connections prior to device removalStefan Raspl1-2/+2
2023-01-25devlink: remove a dubious assumption in fmsg dumpingJakub Kicinski1-1/+1
2023-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2-114/+72
2023-01-25sctp: fail if no bound addresses can be used for a given scopeMarcelo Ricardo Leitner1-0/+6
2023-01-25net/sched: sch_taprio: do not schedule in taprio_reset()Eric Dumazet1-1/+0
2023-01-25ipv6: Make ip6_route_output_flags_noref() static.Guillaume Nault1-4/+4
2023-01-25netlink: fix spelling mistake in dump size assertJakub Kicinski2-2/+2
2023-01-24Revert "Merge branch 'ethtool-mac-merge'"Paolo Abeni1-26/+0