summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-27xfrm: add SA information to the offloaded packetwangfe1-0/+21
2024-08-27Merge branch 'xfrm: speed up policy insertions'Steffen Klassert4-112/+175
2024-08-24xfrm: policy: remove remaining use of inexact listFlorian Westphal2-39/+0
2024-08-24xfrm: switch migrate to xfrm_policy_lookup_bytypeFlorian Westphal1-67/+39
2024-08-24xfrm: policy: don't iterate inexact policies twice at insert timeFlorian Westphal1-6/+53
2024-08-24selftests: add xfrm policy insertion speed test scriptFlorian Westphal2-1/+84
2024-08-23xfrm: Correct spelling in xfrm.hSimon Horman1-2/+2
2024-08-20net: add copy from skb_seq_state to buffer functionChristian Hopps2-0/+36
2024-08-16xfrm: Remove documentation WARN_ON to limit return values for offloaded SAPatrisious Haddad1-5/+1
2024-08-01Merge branch 'ethernet-convert-from-tasklet-to-bh-workqueue'Jakub Kicinski11-71/+73
2024-08-01net: macb: Convert tasklet API to new bottom half workqueue mechanismAllen Pais2-6/+7
2024-08-01net: cnic: Convert tasklet API to new bottom half workqueue mechanismAllen Pais2-10/+11
2024-08-01net: xgbe: Convert tasklet API to new bottom half workqueue mechanismAllen Pais5-38/+38
2024-08-01net: alteon: Convert tasklet API to new bottom half workqueue mechanismAllen Pais2-17/+17
2024-08-01Merge branch 'mlxsw-core_thermal-small-cleanups'Jakub Kicinski1-31/+12
2024-08-01mlxsw: core_thermal: Fix -Wformat-truncation warningIdo Schimmel1-1/+1
2024-08-01mlxsw: core_thermal: Remove unnecessary assignmentsIdo Schimmel1-2/+0
2024-08-01mlxsw: core_thermal: Remove unnecessary checksIdo Schimmel1-5/+3
2024-08-01mlxsw: core_thermal: Simplify rollbackIdo Schimmel1-1/+1
2024-08-01mlxsw: core_thermal: Make mlxsw_thermal_module_{init, fini} symmetricIdo Schimmel1-7/+6
2024-08-01mlxsw: core_thermal: Remove unused argumentsIdo Schimmel1-3/+2
2024-08-01mlxsw: core_thermal: Fold two loops into oneIdo Schimmel1-3/+1
2024-08-01mlxsw: core_thermal: Remove another unnecessary checkIdo Schimmel1-2/+0
2024-08-01mlxsw: core_thermal: Remove unnecessary checkIdo Schimmel1-3/+0
2024-08-01mlxsw: core_thermal: Call thermal_zone_device_unregister() unconditionallyIdo Schimmel1-8/+2
2024-08-01net/mlx4: Add support for EEPROM high pages query for QSFP/QSFP+/QSFP28Krzysztof Olędzki1-4/+4
2024-07-31Add support for PIO p flagPatrick Rohr4-4/+36
2024-07-31Merge branch 'smc-cleanups' into mainDavid S. Miller3-11/+2
2024-07-31net/smc: remove unused input parameters in smcr_new_buf_createZhengchao Shao1-2/+2
2024-07-31net/smc: remove redundant code in smc_connect_check_aclcZhengchao Shao1-4/+0
2024-07-31net/smc: remove the fallback in __smc_connectZhengchao Shao1-4/+0
2024-07-31net/smc: remove unreferenced header in smc_loopback.h fileZhengchao Shao1-1/+0
2024-07-31dt-bindings: net: dsa: vsc73xx: add {rx,tx}-internal-delay-psPawel Dembicki1-0/+32
2024-07-31net: dsa: vsc73xx: make RGMII delays configurablePawel Dembicki1-4/+66
2024-07-31Merge branch 'l2tp-session-cleanup' into mainDavid S. Miller8-168/+179
2024-07-31l2tp: use pre_exit pernet hook to avoid rcu_barrierJames Chapman1-2/+7
2024-07-31l2tp: cleanup eth/ppp pseudowire setup codeJames Chapman2-4/+6
2024-07-31l2tp: add idr consistency check in session_registerJames Chapman1-2/+9
2024-07-31l2tp: use rcu list add/del when updating listsJames Chapman1-6/+6
2024-07-31l2tp: prevent possible tunnel refcount underflowJames Chapman4-10/+24
2024-07-31l2tp: refactor ppp socket/session relationshipJames Chapman1-55/+39
2024-07-31l2tp: free sessions using rcuJames Chapman2-3/+2
2024-07-31l2tp: delete sessions using work queueJames Chapman2-16/+21
2024-07-31l2tp: simplify tunnel and socket cleanupJames Chapman2-62/+21
2024-07-31l2tp: remove unused tunnel magic fieldJames Chapman2-4/+0
2024-07-31l2tp: don't set sk_user_data in tunnel socketJames Chapman1-4/+6
2024-07-31l2tp: don't use tunnel socket sk_user_data in ppp procfs outputJames Chapman1-1/+1
2024-07-31l2tp: have l2tp_ip_destroy_sock use ip_flush_pending_framesJames Chapman1-3/+3
2024-07-31ipv4: export ip_flush_pending_framesJames Chapman1-0/+1
2024-07-31l2tp: lookup tunnel from socket without using sk_user_dataJames Chapman4-17/+54