summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfrm: Add dir validation to "out" data path lookupAntony Antony2024-05-014-0/+11
* xfrm: Add Direction to the SA in or outAntony Antony2024-05-017-9/+160
* udpencap: Remove Obsolete UDP_ENCAP_ESPINUDP_NON_IKE SupportAntony Antony2024-04-186-53/+1
* Merge branch 'phy-listing-link_topology-tracking'David S. Miller2024-04-0622-8/+385
|\
| * net: ethtool: Allow passing a phy index for some commandsMaxime Chevallier2024-04-064-2/+59
| * net: sfp: Add helper to return the SFP bus nameMaxime Chevallier2024-04-062-0/+17
| * net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier2024-04-067-0/+60
| * net: sfp: pass the phy_device when disconnecting an sfp module's PHYMaxime Chevallier2024-04-063-4/+5
| * net: phy: Introduce ethernet link topology representationMaxime Chevallier2024-04-0610-2/+244
|/
* net: phy: marvell: implement cable test for 88E1111Pawel Dembicki2024-04-061-0/+93
* netlink: add nlmsg_consume() and use it in devlink compatJakub Kicinski2024-04-062-3/+13
* net: skbuff: generalize the skb->decrypted bitJakub Kicinski2024-04-068-24/+24
* Merge branch 'ynl-rename-array-nest-to-indexed-array'Jakub Kicinski2024-04-0610-31/+70
|\
| * ynl: support binary and integer sub-type for indexed-arrayHangbin Liu2024-04-062-3/+17
| * ynl: rename array-nest to indexed-arrayHangbin Liu2024-04-0610-28/+53
|/
* tcp: annotate data-races around tp->window_clampEric Dumazet2024-04-067-23/+29
* Merge branch 'ethtool-hw-timestamping-statistics'Jakub Kicinski2024-04-0612-12/+209
|\
| * tools: ynl: ethtool.py: Output timestamping statistics from tsinfo-get operationRahul Rameshbabu2024-04-061-1/+10
| * netlink: specs: ethtool: define header-flags as an enumJakub Kicinski2024-04-062-7/+5
| * net/mlx5e: Implement ethtool hardware timestamping statisticsRahul Rameshbabu2024-04-063-0/+56
| * net/mlx5e: Introduce timestamps statistic counter for Tx DMA layerRahul Rameshbabu2024-04-064-2/+12
| * net/mlx5e: Introduce lost_cqe statistic counter for PTP Tx port timestamping CQRahul Rameshbabu2024-04-064-0/+9
| * ethtool: add interface to read Tx hardware timestamping statisticsRahul Rameshbabu2024-04-065-2/+117
|/
* Merge branch 'address-all-wunused-const-warnings'Jakub Kicinski2024-04-064-14/+7
|\
| * net: xgbe: remove extraneous #ifdef checksArnd Bergmann2024-04-061-8/+0
| * isdn: kcapi: don't build unused procfs codeArnd Bergmann2024-04-062-3/+7
| * 3c515: remove unused 'mtu' variableArnd Bergmann2024-04-061-3/+0
|/
* trace: events: cleanup deprecated strncpy usesJustin Stitt2024-04-063-3/+3
* Merge branch 'mlx5e-rc2-misc-patches'Jakub Kicinski2024-04-065-32/+74
|\
| * net/mlx5e: Un-expose functions in en.hTariq Toukan2024-04-063-24/+12
| * net/mlx5e: Support FEC settings for 100G/lane modesCosmin Ratiu2024-04-062-4/+52
| * net/mlx5e: Extract checking of FEC support for a link modeCosmin Ratiu2024-04-061-5/+11
|/
* bnxt_en: Fix PTP firmware timeout parameterMichael Chan2024-04-061-1/+1
* Merge branch 'net-dsa-microchip-ksz8-refactor-fdb-dump-path'Jakub Kicinski2024-04-053-69/+69
|\
| * net: dsa: microchip: ksz8_r_dyn_mac_table(): use entries variable to signal 0...Oleksij Rempel2024-04-051-17/+7
| * net: dsa: microchip: ksz8_r_dyn_mac_table(): return read/write error if we go...Oleksij Rempel2024-04-051-5/+15
| * net: dsa: microchip: ksz8_r_dyn_mac_table(): ksz: do not return EAGAIN on tim...Oleksij Rempel2024-04-051-6/+5
| * net: dsa: microchip: ksz8: Unify variable naming in ksz8_r_dyn_mac_table()Oleksij Rempel2024-04-051-6/+6
| * net: dsa: microchip: ksz8: Refactor ksz8_r_dyn_mac_table() for readabilityOleksij Rempel2024-04-051-29/+31
| * net: dsa: microchip: ksz8: Refactor ksz8_fdb_dump()Oleksij Rempel2024-04-052-13/+17
| * net: dsa: microchip: Make ksz8_r_dyn_mac_table() staticOleksij Rempel2024-04-052-4/+2
| * net: dsa: microchip: Remove unused FDB timestamp support in ksz8_r_dyn_mac_ta...Oleksij Rempel2024-04-052-6/+3
|/
* Merge branch 'add-starfive-jh8100-dwmac-support'Jakub Kicinski2024-04-051-5/+23
|\
| * dt-bindings: net: starfive,jh7110-dwmac: Add StarFive JH8100 supportTan Chun Hau2024-04-051-5/+23
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-05442-3079/+6710
|\
| * Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-04-0485-405/+1606
| |\
| | * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-049-24/+75
| | |\
| | | * bpf, sockmap: Prevent lock inversion deadlock in map delete elemJakub Sitnicki2024-04-021-0/+6
| | | * Merge branch 'x86-bpf-fixes-for-the-bpf-jit-with-retbleed-stuff'Alexei Starovoitov2024-04-023-15/+12
| | | |\
| | | | * x86/bpf: Fix IP for relocating call depth accountingJoan Bruguera Micó2024-04-023-15/+12