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.13.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
2021-04-07
usbnet: add _mii suffix to usbnet_set/get_link_ksettings
Oliver Neukum
10
-28
/
+31
2021-04-07
tcp: Reset tcp connections in SYN-SENT state
Manoj Basapathi
1
-3
/
+2
2021-04-06
net: smsc911x: skip acpi_device_id table when !CONFIG_ACPI
Krzysztof Kozlowski
1
-0
/
+2
2021-04-06
net: hns3: Limiting the scope of vector_ring_chain variable
Salil Mehta
1
-1
/
+2
2021-04-06
net: Allow to specify ifindex when device is moved to another namespace
Andrei Vagin
6
-17
/
+39
2021-04-05
net: nfc: Fix spelling errors in net/nfc module
Zheng Yongjun
3
-4
/
+4
2021-04-05
tipc: Fix a kernel-doc warning in name_table.c
Wu XiangCheng
1
-0
/
+2
2021-04-05
mld: change lockdep annotation for ip6_sf_socklist and ipv6_mc_socklist
Taehee Yoo
2
-25
/
+25
2021-04-05
qede: Use 'skb_add_rx_frag()' instead of hand coding it
Christophe JAILLET
1
-5
/
+2
2021-04-05
qede: Remove a erroneous ++ in 'qede_rx_build_jumbo()'
Christophe JAILLET
1
-1
/
+1
2021-04-05
sfc: Use 'skb_add_rx_frag()' instead of hand coding it
Christophe JAILLET
1
-7
/
+4
2021-04-05
ibmvnic: Use 'skb_frag_address()' instead of hand coding it
Christophe JAILLET
1
-3
/
+2
2021-04-05
net: ag71xx: Slightly simplify 'ag71xx_rx_packets()'
Christophe JAILLET
1
-2
/
+2
2021-04-05
net: x25: Queue received packets in the drivers instead of per-CPU queues
Xie He
3
-64
/
+80
2021-04-04
net: openvswitch: Use 'skb_push_rcsum()' instead of hand coding it
Christophe JAILLET
2
-8
/
+5
2021-04-04
Merge tag 'mlx5-updates-2021-04-02' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
14
-198
/
+323
2021-04-04
Merge branch 'stmmac-xdp'
David S. Miller
5
-80
/
+547
2021-04-04
net: stmmac: Add support for XDP_REDIRECT action
Ong Boon Leong
2
-11
/
+84
2021-04-04
net: stmmac: Add support for XDP_TX action
Ong Boon Leong
2
-18
/
+232
2021-04-04
net: stmmac: Add initial XDP support
Ong Boon Leong
5
-27
/
+197
2021-04-04
net: stmmac: arrange Tx tail pointer update to stmmac_flush_tx_descriptors
Ong Boon Leong
1
-30
/
+26
2021-04-04
net: stmmac: make SPH enable/disable to be configurable
Ong Boon Leong
2
-5
/
+8
2021-04-04
net: stmmac: set IRQ affinity hint for multi MSI vectors
Ong Boon Leong
1
-2
/
+13
2021-04-03
net/mlx5e: Dynamic alloc vlan table for netdev when needed
Vu Pham
4
-67
/
+90
2021-04-03
net/mlx5e: Dynamic alloc arfs table for netdev when needed
Vu Pham
2
-54
/
+69
2021-04-03
net/mlx5e: Reject tc rules which redirect from a VF to itself
Ariel Levkovich
1
-0
/
+13
2021-04-03
net/mlx5: Use ida_alloc_range() instead of ida_simple_alloc()
Roi Dayan
3
-11
/
+11
2021-04-03
net/mlx5: E-Switch, move QoS specific fields to existing qos struct
Parav Pandit
1
-2
/
+0
2021-04-03
net/mlx5: E-Switch, cut down mlx5_vport_info structure size by 8 bytes
Parav Pandit
1
-0
/
+2
2021-04-03
net/mlx5: Pair mutex_destory with mutex_init for rate limit table
Parav Pandit
1
-1
/
+3
2021-04-03
net/mlx5: Allocate rate limit table when rate is configured
Parav Pandit
2
-9
/
+38
2021-04-03
net/mlx5: Use helper to increment, decrement rate entry refcount
Parav Pandit
1
-16
/
+18
2021-04-03
net/mlx5: Use helpers to allocate and free rl table entries
Parav Pandit
1
-19
/
+36
2021-04-03
net/mlx5: Do not hold mutex while reading table constants
Parav Pandit
1
-4
/
+6
2021-04-03
net/mlx5: Pack mlx5_rl_entry structure
Parav Pandit
1
-1
/
+1
2021-04-03
net/mlx5: Use unsigned int for free_count
Parav Pandit
1
-1
/
+1
2021-04-03
net/mlx5: E-Switch, move QoS specific fields to existing qos struct
Parav Pandit
2
-15
/
+15
2021-04-03
net/mlx5: E-Switch, cut down mlx5_vport_info structure size by 8 bytes
Parav Pandit
1
-3
/
+3
2021-04-03
net/mlx5: CT: Add support for matching on ct_state inv and rel flags
Ariel Levkovich
1
-2
/
+24
2021-04-03
tcp: reorder tcp_congestion_ops for better cache locality
Eric Dumazet
1
-15
/
+27
2021-04-03
net: reorganize fields in netns_mib
Eric Dumazet
1
-10
/
+20
2021-04-03
nfc: pn533: prevent potential memory corruption
Dan Carpenter
1
-0
/
+3
2021-04-03
Merge branch 'dpaa2-rx-copybreak'
David S. Miller
3
-18
/
+98
2021-04-03
dpaa2-eth: export the rx copybreak value as an ethtool tunable
Ioana Ciornei
3
-2
/
+47
2021-04-03
dpaa2-eth: add rx copybreak support
Ioana Ciornei
2
-3
/
+36
2021-04-03
dpaa2-eth: rename dpaa2_eth_xdp_release_buf into dpaa2_eth_recycle_buf
Ioana Ciornei
2
-15
/
+17
2021-04-03
Merge branch 'mptcp-misc'
David S. Miller
15
-57
/
+291
2021-04-03
selftests: mptcp: dump more info on mpjoin errors
Matthieu Baerts
1
-2
/
+15
2021-04-03
selftests: mptcp: init nstat history
Matthieu Baerts
1
-0
/
+7
2021-04-03
selftests: mptcp: launch mptcp_connect with timeout
Matthieu Baerts
4
-33
/
+72
[next]