summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-2814-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-252-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-251-0/+6
| * | net/sched: sch_taprio: do not schedule in taprio_reset()Eric Dumazet2023-01-251-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-241-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-241-0/+2
| * | ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()Eric Dumazet2023-01-241-0/+2
| * | netlink: annotate data races around sk_stateEric Dumazet2023-01-241-4/+6
| * | netlink: annotate data races around dst_portid and dst_groupEric Dumazet2023-01-241-9/+14
| * | netlink: annotate data races around nlk->portidEric Dumazet2023-01-241-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-211-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-272-5/+3
* | xfrm: extend add policy callback to set failure reasonLeon Romanovsky2023-01-271-2/+1
* | mptcp: userspace pm: use a single point of exitMatthieu Baerts2023-01-261-2/+3
* | mptcp: propagate sk_ipv6only to subflowsMatthieu Baerts2023-01-261-0/+1
* | mptcp: let the in-kernel PM use mixed IPv4 and IPv6 addressesPaolo Abeni2023-01-261-27/+31
* | icmp: Add counters for rate limitsJamie Bainbridge2023-01-264-3/+13
* | inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki2023-01-265-5/+44
* | net: Kconfig: fix spellosRandy Dunlap2023-01-262-2/+2
* | net: ethtool: fix NULL pointer dereference in pause_prepare_data()Vladimir Oltean2023-01-251-1/+1
* | net: ethtool: fix NULL pointer dereference in stats_prepare_data()Vladimir Oltean2023-01-251-1/+1
* | net/smc: De-tangle ism and smc device initializationStefan Raspl2023-01-254-63/+39
* | s390/ism: Consolidate SMC-D-related codeStefan Raspl2023-01-251-24/+39
* | net/smc: Separate SMC-D and ISM APIsStefan Raspl2023-01-253-6/+14
* | net/smc: Register SMC-D as ISM clientStefan Raspl2023-01-254-26/+68