summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-04-06net: skbuff: generalize the skb->decrypted bitJakub Kicinski-24/+24
2024-04-05Merge branch 'ynl-rename-array-nest-to-indexed-array'Jakub Kicinski-31/+70
2024-04-05ynl: support binary and integer sub-type for indexed-arrayHangbin Liu-3/+17
2024-04-05ynl: rename array-nest to indexed-arrayHangbin Liu-28/+53
2024-04-05tcp: annotate data-races around tp->window_clampEric Dumazet-23/+29
2024-04-05Merge branch 'ethtool-hw-timestamping-statistics'Jakub Kicinski-12/+209
2024-04-05tools: ynl: ethtool.py: Output timestamping statistics from tsinfo-get operationRahul Rameshbabu-1/+10
2024-04-05netlink: specs: ethtool: define header-flags as an enumJakub Kicinski-7/+5
2024-04-05net/mlx5e: Implement ethtool hardware timestamping statisticsRahul Rameshbabu-0/+56
2024-04-05net/mlx5e: Introduce timestamps statistic counter for Tx DMA layerRahul Rameshbabu-2/+12
2024-04-05net/mlx5e: Introduce lost_cqe statistic counter for PTP Tx port timestamping CQRahul Rameshbabu-0/+9
2024-04-05ethtool: add interface to read Tx hardware timestamping statisticsRahul Rameshbabu-2/+117
2024-04-05Merge branch 'address-all-wunused-const-warnings'Jakub Kicinski-14/+7
2024-04-05net: xgbe: remove extraneous #ifdef checksArnd Bergmann-8/+0
2024-04-05isdn: kcapi: don't build unused procfs codeArnd Bergmann-3/+7
2024-04-053c515: remove unused 'mtu' variableArnd Bergmann-3/+0
2024-04-05trace: events: cleanup deprecated strncpy usesJustin Stitt-3/+3
2024-04-05Merge branch 'mlx5e-rc2-misc-patches'Jakub Kicinski-32/+74
2024-04-05net/mlx5e: Un-expose functions in en.hTariq Toukan-24/+12
2024-04-05net/mlx5e: Support FEC settings for 100G/lane modesCosmin Ratiu-4/+52
2024-04-05net/mlx5e: Extract checking of FEC support for a link modeCosmin Ratiu-5/+11
2024-04-05bnxt_en: Fix PTP firmware timeout parameterMichael Chan-1/+1
2024-04-04Merge branch 'net-dsa-microchip-ksz8-refactor-fdb-dump-path'Jakub Kicinski-69/+69
2024-04-04net: dsa: microchip: ksz8_r_dyn_mac_table(): use entries variable to signal 0...Oleksij Rempel-17/+7
2024-04-04net: dsa: microchip: ksz8_r_dyn_mac_table(): return read/write error if we go...Oleksij Rempel-5/+15
2024-04-04net: dsa: microchip: ksz8_r_dyn_mac_table(): ksz: do not return EAGAIN on tim...Oleksij Rempel-6/+5
2024-04-04net: dsa: microchip: ksz8: Unify variable naming in ksz8_r_dyn_mac_table()Oleksij Rempel-6/+6
2024-04-04net: dsa: microchip: ksz8: Refactor ksz8_r_dyn_mac_table() for readabilityOleksij Rempel-29/+31
2024-04-04net: dsa: microchip: ksz8: Refactor ksz8_fdb_dump()Oleksij Rempel-13/+17
2024-04-04net: dsa: microchip: Make ksz8_r_dyn_mac_table() staticOleksij Rempel-4/+2
2024-04-04net: dsa: microchip: Remove unused FDB timestamp support in ksz8_r_dyn_mac_ta...Oleksij Rempel-6/+3
2024-04-04Merge branch 'add-starfive-jh8100-dwmac-support'Jakub Kicinski-5/+23
2024-04-04dt-bindings: net: starfive,jh7110-dwmac: Add StarFive JH8100 supportTan Chun Hau-5/+23
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3079/+6710
2024-04-04Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-405/+1606
2024-04-04Merge tag 'bcachefs-2024-04-03' of https://evilpiepirate.org/git/bcachefsLinus Torvalds-494/+1869
2024-04-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-24/+75
2024-04-04Merge branch 'selftests-net-groundwork-for-ynl-based-tests'Jakub Kicinski-1/+8
2024-04-04tools: ynl: copy netlink error to NlErrorJakub Kicinski-1/+2
2024-04-04netlink: specs: define ethtool header flagsJakub Kicinski-0/+6
2024-04-04netfilter: validate user input for expected lengthEric Dumazet-0/+18
2024-04-04Merge tag 'nf-24-04-04' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski-16/+34
2024-04-04Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-18/+16
2024-04-04net/sched: act_skbmod: prevent kernel-infoleakEric Dumazet-5/+5
2024-04-04net: usb: ax88179_178a: avoid the interface always configured as random addressJose Ignacio Tornos Martinez-0/+2
2024-04-04Merge branch 'bnxt_en-update-for-net-next'Jakub Kicinski-73/+257
2024-04-04bnxt_en: Add warning message about disallowed speed changeSreekanth Reddy-0/+3
2024-04-04bnxt_en: Update firmware interface to 1.10.3.39Pavan Chebbi-47/+137
2024-04-04bnxt_en: Add XDP Metadata supportSomnath Kotur-5/+41
2024-04-04bnxt_en: Change bnxt_rx_xdp function prototypeSomnath Kotur-16/+16