summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Add a sign-extension test for kfuncsIlya Leoshkevich2023-01-281-0/+9
* bpf: Use ARG_CONST_SIZE_OR_ZERO for 3rd argument of bpf_tcp_raw_gen_syncookie...Ilya Leoshkevich2023-01-281-2/+2
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-286-12/+126
|\
| * bpf: Check the protocol of a sock to agree the calls to bpf_setsockopt().Kui-Feng Lee2023-01-251-1/+1
| * bpf/selftests: Verify struct_ops prog sleepable behaviorDavid Vernet2023-01-251-0/+18
| * bpf: Pass const struct bpf_prog * to .check_memberDavid Vernet2023-01-251-1/+2
| * bpf: XDP metadata RX kfuncsStanislav Fomichev2023-01-232-0/+67
| * bpf: Introduce device-bound XDP programsStanislav Fomichev2023-01-231-0/+5
| * bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloadedStanislav Fomichev2023-01-232-3/+3
| * bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()Ziyang Xuan2023-01-151-1/+30
| * bpf: Remove the unnecessary insn buffer comparisonHaiyue Wang2023-01-101-6/+0
* | netpoll: Remove 4s sleep during carrier detectionBreno Leitao2023-01-271-11/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-2714-275/+362
|\ \
| * | net: mctp: mark socks as dead on unhash, prevent re-addJeremy Kerr2023-01-252-0/+7
| * | net: mctp: hold key reference when looking up a general keyPaolo Abeni2023-01-251-7/+7
| * | net: mctp: move expiry timer delete to unhashJeremy Kerr2023-01-251-3/+6
| * | net: mctp: add an explicit reference from a mctp_sk_key to sockJeremy Kerr2023-01-251-6/+8
| * | net/x25: Fix to not accept on connected socketHyunwoo Kim2023-01-251-0/+6
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2023-01-242-114/+72
| |\ \
| | * | netfilter: conntrack: unify established states for SCTP pathsSriram Yagnaraman2023-01-242-62/+39
| | * | Revert "netfilter: conntrack: add sctp DATA_SENT state"Sriram Yagnaraman2023-01-242-68/+42
| | * | netfilter: conntrack: fix bug in for_each_sctp_chunkSriram Yagnaraman2023-01-241-2/+2
| | * | netfilter: conntrack: fix vtag checks for ABORT/SHUTDOWN_COMPLETESriram Yagnaraman2023-01-241-9/+16
| * | | sctp: fail if no bound addresses can be used for a given scopeMarcelo Ricardo Leitner2023-01-241-0/+6
| * | | net/sched: sch_taprio: do not schedule in taprio_reset()Eric Dumazet2023-01-241-1/+0
| * | | Revert "Merge branch 'ethtool-mac-merge'"Paolo Abeni2023-01-241-26/+0
| * | | netrom: Fix use-after-free of a listening socket.Kuniyuki Iwashima2023-01-241-0/+1
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2023-01-231-128/+204
| |\ \
| | * | netfilter: nft_set_rbtree: skip elements in transaction from garbage collectionPablo Neira Ayuso2023-01-231-1/+15
| | * | netfilter: nft_set_rbtree: Switch to node list walk for overlap detectionPablo Neira Ayuso2023-01-231-127/+189
| * | | ipv4: prevent potential spectre v1 gadget in fib_metrics_match()Eric Dumazet2023-01-231-0/+2
| * | | ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()Eric Dumazet2023-01-231-0/+2
| * | | netlink: annotate data races around sk_stateEric Dumazet2023-01-231-4/+6
| * | | netlink: annotate data races around dst_portid and dst_groupEric Dumazet2023-01-231-9/+14
| * | | netlink: annotate data races around nlk->portidEric Dumazet2023-01-231-2/+5
| * | | ipv6: fix reachability confirmation with proxy_ndpGergely Risko2023-01-231-1/+14
| * | | net: ethtool: netlink: introduce ethnl_update_bool()Vladimir Oltean2023-01-231-0/+26
| |/ /
| * | net: fix UaF in netns ops registration error pathPaolo Abeni2023-01-201-1/+1
* | | devlink: protect devlink param list by instance lockJiri Pirko2023-01-271-24/+53
* | | devlink: put couple of WARN_ONs in devlink_param_driverinit_value_get()Jiri Pirko2023-01-271-4/+6
* | | devlink: make devlink_param_driverinit_value_set() return voidJiri Pirko2023-01-271-8/+7
* | | devlink: don't work with possible NULL pointer in devlink_param_unregister()Jiri Pirko2023-01-271-1/+2
* | | devlink: make devlink_param_register/unregister staticJiri Pirko2023-01-271-53/+37
* | | ethtool: netlink: convert commands to common SETJakub Kicinski2023-01-2716-725/+508
* | | ethtool: netlink: handle SET intro/outro in the common codeJakub Kicinski2023-01-273-50/+100
* | | net: add missing includes of linux/splice.hJakub Kicinski2023-01-273-0/+3
* | | net: add missing includes of linux/sched/clock.hJakub Kicinski2023-01-272-0/+2
* | | net: skbuff: drop the linux/textsearch.h includeJakub Kicinski2023-01-271-0/+1
* | | xfrm: extend add state callback to set failure reasonLeon Romanovsky2023-01-262-5/+3
* | | xfrm: extend add policy callback to set failure reasonLeon Romanovsky2023-01-261-2/+1