| Commit message (Expand) | Author | Files | Lines |
2022-11-18 | rxrpc: uninitialized variable in rxrpc_send_ack_packet() | Dan Carpenter | 1 | -2/+0 |
2022-11-18 | rxrpc: fix rxkad_verify_response() | Dan Carpenter | 1 | -2/+4 |
2022-11-18 | net: ethernet: mtk_eth_soc: remove cpu_relax in mtk_pending_work | Lorenzo Bianconi | 1 | -5/+2 |
2022-11-18 | net: ethernet: mtk_eth_soc: do not overwrite mtu configuration running reset ... | Lorenzo Bianconi | 1 | -19/+34 |
2022-11-18 | net: ipa: avoid a null pointer dereference | Alex Elder | 1 | -3/+6 |
2022-11-18 | selftests: add a selftest for sctp vrf | Xin Long | 3 | -0/+317 |
2022-11-18 | sctp: add sysctl net.sctp.l3mdev_accept | Xin Long | 2 | -0/+20 |
2022-11-18 | sctp: add dif and sdif check in asoc and ep lookup | Xin Long | 8 | -61/+89 |
2022-11-18 | sctp: add skb_sdif in struct sctp_af | Xin Long | 3 | -1/+14 |
2022-11-18 | sctp: check sk_bound_dev_if when matching ep in get_port | Xin Long | 1 | -1/+4 |
2022-11-18 | sctp: check ipv6 addr with sk_bound_dev if set | Xin Long | 1 | -3/+11 |
2022-11-18 | sctp: verify the bind address with the tb_id from l3mdev | Xin Long | 1 | -3/+6 |
2022-11-18 | net: libwx: Fix dead code for duplicate check | Jiawen Wu | 1 | -2/+0 |
2022-11-18 | net: phy: mscc: macsec: do not copy encryption keys | Antoine Tenart | 2 | -29/+30 |
2022-11-18 | net: ipa: permit GSI firmware loading to be skipped | Alex Elder | 1 | -4/+12 |
2022-11-18 | dt-bindings: net: qcom,ipa: support skipping GSI firmware load | Alex Elder | 1 | -0/+2 |
2022-11-18 | net: ipa: introduce "qcom,gsi-loader" property | Alex Elder | 1 | -7/+37 |
2022-11-18 | net: ipa: encapsulate decision about firmware load | Alex Elder | 1 | -8/+31 |
2022-11-18 | dt-bindings: net: qcom,ipa: deprecate modem-init | Alex Elder | 1 | -21/+55 |
2022-11-18 | sctp: move SCTP_PAD4 and SCTP_TRUNC4 to linux/sctp.h | Xin Long | 4 | -7/+5 |
2022-11-18 | sctp: change to include linux/sctp.h in net/sctp/checksum.h | Xin Long | 1 | -1/+1 |
2022-11-18 | Documentation: Add documentation for new devlink-rate attributes | Michal Wilczynski | 1 | -1/+32 |
2022-11-18 | ice: Add documentation for devlink-rate implementation | Michal Wilczynski | 1 | -0/+115 |
2022-11-18 | ice: Prevent ADQ, DCB coexistence with Custom Tx scheduler | Michal Wilczynski | 6 | -0/+111 |
2022-11-18 | ice: Implement devlink-rate API | Michal Wilczynski | 3 | -0/+426 |
2022-11-18 | ice: Add an option to pre-allocate memory for ice_sched_node | Michal Wilczynski | 4 | -11/+24 |
2022-11-18 | ice: Introduce new parameters in ice_sched_node | Michal Wilczynski | 5 | -7/+116 |
2022-11-18 | devlink: Allow to set up parent in devl_rate_leaf_create() | Michal Wilczynski | 4 | -5/+14 |
2022-11-18 | devlink: Allow for devlink-rate nodes parent reassignment | Michal Wilczynski | 1 | -5/+7 |
2022-11-18 | devlink: Enable creation of the devlink-rate nodes from the driver | Michal Wilczynski | 2 | -0/+48 |
2022-11-18 | devlink: Introduce new attribute 'tx_weight' to devlink-rate | Michal Wilczynski | 3 | -0/+40 |
2022-11-18 | devlink: Introduce new attribute 'tx_priority' to devlink-rate | Michal Wilczynski | 3 | -0/+38 |
2022-11-18 | net: dsa: autoload tag driver module on tagging protocol change | Vladimir Oltean | 4 | -5/+7 |
2022-11-18 | net: dsa: rename dsa_tag_driver_get() to dsa_tag_driver_get_by_id() | Vladimir Oltean | 3 | -3/+3 |
2022-11-18 | net: dsa: strip sysfs "tagging" string of trailing newline | Vladimir Oltean | 3 | -4/+15 |
2022-11-18 | net: dsa: provide a second modalias to tag proto drivers based on their name | Vladimir Oltean | 18 | -51/+98 |
2022-11-18 | net: dsa: rename tagging protocol driver modalias | Vladimir Oltean | 2 | -4/+5 |
2022-11-18 | net: dsa: stop exposing tag proto module helpers to the world | Vladimir Oltean | 2 | -70/+70 |
2022-11-18 | dt-bindings: net: ipq4019-mdio: document required clock-names | Robert Marko | 1 | -0/+6 |
2022-11-18 | dt-bindings: net: ipq4019-mdio: require and validate clocks | Robert Marko | 1 | -7/+20 |
2022-11-18 | dt-bindings: net: ipq4019-mdio: add IPQ8074 compatible | Robert Marko | 1 | -0/+1 |
2022-11-18 | dt-bindings: net: ipq4019-mdio: document IPQ6018 compatible | Robert Marko | 1 | -3/+9 |
2022-11-18 | net: dsa: set name_assign_type to NET_NAME_ENUM for enumerated user ports | Rasmus Villemoes | 1 | -1/+1 |
2022-11-18 | net: dsa: use NET_NAME_PREDICTABLE for user ports with name given in DT | Rasmus Villemoes | 1 | -1/+1 |
2022-11-18 | net: dsa: refactor name assignment for user ports | Rasmus Villemoes | 2 | -5/+11 |
2022-11-18 | ethtool: doc: clarify what drivers can implement in their get_drvinfo() | Vincent Mailhol | 3 | -17/+8 |
2022-11-17 | net: ethernet: renesas: Fix return type in rswitch_etha_wait_link_verification() | Dan Carpenter | 1 | -1/+1 |
2022-11-17 | NFC: nci: Allow to create multiple virtual nci devices | Dmitry Vyukov | 1 | -76/+71 |
2022-11-17 | sundance: remove unused variable cnt | Colin Ian King | 1 | -2/+0 |
2022-11-17 | sctp: sm_statefuns: Remove pointer casts of the same type | Li zeming | 1 | -1/+1 |