index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2022-09-29
net: enetc: offload per-tc max SDU from tc-taprio
Vladimir Oltean
-6
/
+57
2022-09-29
net: enetc: use common naming scheme for PTGCR and PTGCAPR registers
Vladimir Oltean
-12
/
+11
2022-09-29
net: enetc: cache accesses to &priv->si->hw
Vladimir Oltean
-48
/
+49
2022-09-29
net: dsa: hellcreek: Offload per-tc max SDU from tc-taprio
Kurt Kanzenbach
-2
/
+81
2022-09-29
net: dsa: hellcreek: refactor hellcreek_port_setup_tc() to use switch/case
Vladimir Oltean
-8
/
+12
2022-09-29
net: dsa: felix: offload per-tc max SDU from tc-taprio
Vladimir Oltean
-2
/
+35
2022-09-29
net/sched: taprio: allow user input of per-tc max SDU
Vladimir Oltean
-1
/
+167
2022-09-29
net/sched: query offload capabilities through ndo_setup_tc()
Vladimir Oltean
-0
/
+26
2022-09-29
net/tipc: Remove unused struct distr_queue_item
Yuan Can
-8
/
+0
2022-09-29
net: skb: introduce and use a single page frag cache
Paolo Abeni
-22
/
+104
2022-09-29
net: sched: cls_u32: Avoid memcpy() false-positive warning
Kees Cook
-1
/
+5
2022-09-29
dt-bindings: net: snps,dwmac: Document stmmac-axi-config subnode
Marek Vasut
-0
/
+54
2022-09-29
docs: netlink: clarify the historical baggage of Netlink flags
Jakub Kicinski
-14
/
+49
2022-09-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1826
/
+1622
2022-09-29
Merge tag 'net-6.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-191
/
+223
2022-09-29
Merge tag 'input-for-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-3
/
+5
2022-09-29
Merge tag 'ata-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...
Linus Torvalds
-21
/
+24
2022-09-29
Merge tag 'loongarch-fixes-6.0-3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-15
/
+4
2022-09-29
net: cpmac: Add __init/__exit annotations to module init/exit funcs
ruanjinjie
-2
/
+2
2022-09-29
ethernet: 8390: remove unnecessary check of mem
Yang Yingliang
-2
/
+1
2022-09-29
nfp: Use skb_put_data() instead of skb_put/memcpy pair
Shang XiaoJing
-1
/
+1
2022-09-29
net: liquidio: Remove unused struct lio_trusted_vf_ctx
Yuan Can
-5
/
+0
2022-09-29
net: ethernet: mtk_eth_soc: use DEFINE_SHOW_ATTRIBUTE to simplify code
Liu Shixin
-30
/
+6
2022-09-29
wwan_hwsim: Use skb_put_data() instead of skb_put/memcpy pair
Shang XiaoJing
-3
/
+3
2022-09-29
net: ax88796c: Use skb_put_data() instead of skb_put/memcpy pair
Shang XiaoJing
-1
/
+1
2022-09-29
ethernet: s2io: Use skb_put_data() instead of skb_put/memcpy pair
Shang XiaoJing
-2
/
+1
2022-09-28
Merge tag 'mlx5-updates-2022-09-27' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
-176
/
+230
2022-09-28
net/mlx5e: Use runtime values of striding RQ parameters in datapath
Maxim Mikityanskiy
-42
/
+65
2022-09-28
net/mlx5e: Make dma_info array dynamic in struct mlx5e_mpw_info
Maxim Mikityanskiy
-19
/
+24
2022-09-28
net/mlx5e: Improve the MTU change shortcut
Maxim Mikityanskiy
-8
/
+8
2022-09-28
net/mlx5e: xsk: Fix SKB headroom calculation in validation
Maxim Mikityanskiy
-14
/
+11
2022-09-28
net/mlx5e: xsk: Remove dead code in validation
Maxim Mikityanskiy
-15
/
+3
2022-09-28
net/mlx5e: Simplify stride size calculation for linear RQ
Maxim Mikityanskiy
-36
/
+38
2022-09-28
net/mlx5e: kTLS, Check ICOSQ WQE size in advance
Maxim Mikityanskiy
-13
/
+20
2022-09-28
net/mlx5e: Use the aligned max TX MPWQE size
Maxim Mikityanskiy
-6
/
+14
2022-09-28
net/mlx5e: Fix a typo in mlx5e_xdp_mpwqe_is_full
Maxim Mikityanskiy
-2
/
+2
2022-09-28
net/mlx5e: Use mlx5e_stop_room_for_max_wqe where appropriate
Maxim Mikityanskiy
-1
/
+1
2022-09-28
net/mlx5e: Let mlx5e_get_sw_max_sq_mpw_wqebbs accept mdev
Maxim Mikityanskiy
-8
/
+6
2022-09-28
net/mlx5e: Validate striding RQ before enabling XDP
Maxim Mikityanskiy
-23
/
+45
2022-09-28
net/mlx5e: Make mlx5e_verify_rx_mpwqe_strides static
Maxim Mikityanskiy
-4
/
+2
2022-09-28
net/mlx5e: Remove unused fields from datapath structs
Maxim Mikityanskiy
-7
/
+5
2022-09-28
net/mlx5e: Convert mlx5e_get_max_sq_wqebbs to u8
Maxim Mikityanskiy
-3
/
+5
2022-09-28
net/mlx5: Add the log_min_mkey_entity_size capability
Maxim Mikityanskiy
-1
/
+7
2022-09-28
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...
Jakub Kicinski
-184
/
+406
2022-09-28
net: sunhme: Fix undersized zeroing of quattro->happy_meals
Sean Anderson
-3
/
+1
2022-09-28
net: wwan: iosm: Use skb_put_data() instead of skb_put/memcpy pair
Shang XiaoJing
-1
/
+1
2022-09-28
Merge branch 'rework-resource-allocation-in-felix-dsa-driver'
Jakub Kicinski
-229
/
+133
2022-09-28
net: dsa: felix: update regmap requests to be string-based
Vladimir Oltean
-54
/
+112
2022-09-29
LoongArch: Clean up loongson3_smp_ops declaration
Yanteng Si
-2
/
+0
2022-09-29
LoongArch: Fix and cleanup csr_era handling in do_ri()
Huacai Chen
-13
/
+2
[next]