index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-08
eth: switch to netif_napi_add_weight()
Jakub Kicinski
34
-47
/
+58
2022-05-08
caif_virtio: switch to netif_napi_add_weight()
Jakub Kicinski
1
-1
/
+2
2022-05-08
um: vector: switch to netif_napi_add_weight()
Jakub Kicinski
1
-1
/
+2
2022-05-07
Merge branch 'simplify-migration-of-host-filtered-addresses-in-felix-driver'
Jakub Kicinski
5
-145
/
+69
2022-05-07
net: dsa: delete dsa_port_walk_{fdbs,mdbs}
Vladimir Oltean
2
-46
/
+0
2022-05-07
net: dsa: felix: perform MDB migration based on ocelot->multicast list
Vladimir Oltean
3
-46
/
+69
2022-05-07
net: dsa: felix: stop migrating FDBs back and forth on tag proto change
Vladimir Oltean
1
-53
/
+2
2022-05-07
net: dsa: felix: use PGID_CPU for FDB entry migration on NPI port
Vladimir Oltean
1
-4
/
+2
2022-05-07
mlxbf_gige: increase MDIO polling rate to 5us
David Thompson
1
-2
/
+4
2022-05-07
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
2
-4
/
+4
2022-05-06
Merge branch 'tso-gso-limit-split'
David S. Miller
37
-84
/
+137
2022-05-06
net: move netif_set_gso_max helpers
Jakub Kicinski
2
-21
/
+21
2022-05-06
net: make drivers set the TSO limit not the GSO limit
Jakub Kicinski
28
-46
/
+49
2022-05-06
net: don't allow user space to lift the device limits
Jakub Kicinski
3
-2
/
+46
2022-05-06
net: add netif_inherit_tso_max()
Jakub Kicinski
9
-18
/
+24
2022-05-06
Merge branch 'nfp-flower-rework'
David S. Miller
5
-267
/
+453
2022-05-06
nfp: flower: enable decap_v2 bit
Louis Peens
1
-1
/
+2
2022-05-06
nfp: flower: remove unused neighbour cache
Louis Peens
2
-183
/
+0
2022-05-06
nfp: flower: link pre_tun flow rules with neigh entries
Louis Peens
3
-1
/
+154
2022-05-06
nfp: flower: rework tunnel neighbour configuration
Louis Peens
1
-59
/
+115
2022-05-06
nfp: flower: update nfp_tun_neigh structs
Louis Peens
2
-33
/
+47
2022-05-06
nfp: flower: fixup ipv6/ipv4 route lookup for neigh events
Louis Peens
1
-19
/
+33
2022-05-06
nfp: flower: enforce more strict pre_tun checks
Louis Peens
1
-7
/
+34
2022-05-06
nfp: flower: add/remove predt_list entries
Louis Peens
2
-7
/
+39
2022-05-06
nfp: flower: add infrastructure for pre_tun rework
Louis Peens
3
-33
/
+105
2022-05-06
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
13
-53
/
+150
2022-05-06
Merge branch 'mptcp-improve-mptcp-level-window-tracking'
Jakub Kicinski
7
-28
/
+90
2022-05-06
mptcp: add more offered MIBs counter
Paolo Abeni
3
-1
/
+13
2022-05-06
mptcp: never shrink offered window
Paolo Abeni
3
-12
/
+50
2022-05-06
tcp: allow MPTCP to update the announced window
Paolo Abeni
3
-8
/
+10
2022-05-06
mptcp: add mib for xmit window sharing
Paolo Abeni
3
-1
/
+5
2022-05-06
mptcp: really share subflow snd_wnd
Paolo Abeni
1
-9
/
+15
2022-05-06
firmware: tee_bnxt: Use UUID API for exporting the UUID
Andy Shevchenko
1
-1
/
+1
2022-05-06
net: Make msg_zerocopy_alloc static
David Ahern
2
-3
/
+1
2022-05-06
net: move snowflake callers to netif_napi_add_tx_weight()
Jakub Kicinski
3
-7
/
+8
2022-05-06
net: switch to netif_napi_add_tx()
Jakub Kicinski
19
-40
/
+29
2022-05-06
jme: remove an unnecessary indirection
Jakub Kicinski
2
-3
/
+1
2022-05-06
net: ethernet: Prepare cleanup of powerpc's asm/prom.h
Christophe Leroy
9
-3
/
+8
2022-05-06
sungem: Prepare cleanup of powerpc's asm/prom.h
Christophe Leroy
1
-5
/
+1
2022-05-06
net: align SO_RCVMARK required privileges with SO_MARK
Eyal Birger
1
-0
/
+6
2022-05-06
Revert "Merge branch 'mlxsw-line-card-model'"
Jakub Kicinski
9
-739
/
+10
2022-05-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
325
-1563
/
+3008
2022-05-05
ice: remove period on argument description in ice_for_each_vf
Jacob Keller
1
-2
/
+2
2022-05-05
ice: add a function comment for ice_cfg_mac_antispoof
Jacob Keller
1
-0
/
+7
2022-05-05
ice: fix wording in comment for ice_reset_vf
Jacob Keller
1
-2
/
+2
2022-05-05
ice: remove return value comment for ice_reset_all_vfs
Jacob Keller
1
-2
/
+2
2022-05-05
ice: always check VF VSI pointer values
Jacob Keller
6
-7
/
+77
2022-05-05
ice: add newline to dev_dbg in ice_vf_fdir_dump_info
Jacob Keller
1
-1
/
+1
2022-05-05
ice: get switch id on switchdev devices
Michal Swiatkowski
2
-0
/
+37
2022-05-05
ice: return ENOSPC when exceeding ICE_MAX_CHAIN_WORDS
Wojciech Drewek
2
-2
/
+4
[next]