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
2022-02-07
net: asix: add proper error handling of usb read errors
Pavel Skripkin
3
-11
/
+33
2022-02-07
r8169: factor out redundant RTL8168d PHY config functionality to rtl8168d_1_c...
Heiner Kallweit
1
-46
/
+25
2022-02-07
ip6mr: fix use-after-free in ip6mr_sk_done()
Eric Dumazet
2
-3
/
+7
2022-02-07
caif: cleanup double word in comment
Tom Rix
1
-1
/
+1
2022-02-07
Merge branch 'mlxsw-dip-sip-mangling'
David S. Miller
6
-9
/
+394
2022-02-07
selftests: forwarding: Add a test for pedit munge SIP and DIP
Danielle Ratson
1
-0
/
+201
2022-02-07
mlxsw: Support FLOW_ACTION_MANGLE for SIP and DIP IPv6 addresses
Danielle Ratson
3
-11
/
+103
2022-02-07
mlxsw: Support FLOW_ACTION_MANGLE for SIP and DIP IPv4 addresses
Danielle Ratson
3
-0
/
+47
2022-02-07
mlxsw: core_acl_flex_actions: Add SIP_DIP_ACTION
Danielle Ratson
1
-0
/
+45
2022-02-07
Merge branch 'ipv6-kfree_skb_reason'
David S. Miller
5
-21
/
+84
2022-02-07
net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb()
Menglong Dong
3
-3
/
+14
2022-02-07
net: udp: use kfree_skb_reason() in udp_queue_rcv_one_skb()
Menglong Dong
1
-3
/
+9
2022-02-07
net: ipv4: use kfree_skb_reason() in ip_protocol_deliver_rcu()
Menglong Dong
3
-2
/
+7
2022-02-07
net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()
Menglong Dong
3
-4
/
+22
2022-02-07
net: ipv4: use kfree_skb_reason() in ip_rcv_core()
Menglong Dong
3
-2
/
+22
2022-02-07
net: netfilter: use kfree_drop_reason() for NF_DROP
Menglong Dong
3
-1
/
+4
2022-02-07
net: skb_drop_reason: add document for drop reasons
Menglong Dong
1
-6
/
+6
2022-02-06
ref_tracker: remove filter_irq_stacks() call
Eric Dumazet
1
-2
/
+0
2022-02-06
net: initialize init_net earlier
Eric Dumazet
4
-14
/
+14
2022-02-06
net: hsr: use hlist_head instead of list_head for mac addresses
Juhee Kang
7
-107
/
+171
2022-02-05
skmsg: convert struct sk_msg_sg::copy to a bitmap
Eric Dumazet
2
-8
/
+7
2022-02-05
net: typhoon: implement ndo_features_check method
Eric Dumazet
1
-5
/
+16
2022-02-05
net: sundance: Replace one-element array with non-array object
Gustavo A. R. Silva
1
-30
/
+30
2022-02-05
bnx2x: Replace one-element array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2022-02-05
Merge branch 'net-mana-next'
David S. Miller
1
-5
/
+5
2022-02-05
net: mana: Remove unnecessary check of cqe_type in mana_process_rx_cqe()
Haiyang Zhang
1
-3
/
+0
2022-02-05
net: mana: Add handling of CQE_RX_TRUNCATED
Haiyang Zhang
1
-2
/
+5
2022-02-05
Merge branch 'net-dev-tracking-improvements'
David S. Miller
5
-28
/
+70
2022-02-05
net: refine dev_put()/dev_hold() debugging
Eric Dumazet
3
-27
/
+50
2022-02-05
ref_tracker: add a count of untracked references
Eric Dumazet
2
-1
/
+13
2022-02-05
ref_tracker: implement use-after-free detection
Eric Dumazet
2
-0
/
+7
2022-02-05
Merge branch 'ipv6-mc_forwarding-changes'
David S. Miller
5
-9
/
+12
2022-02-05
ip6mr: ip6mr_sk_done() can exit early in common cases
Eric Dumazet
1
-0
/
+3
2022-02-05
ipv6: make mc_forwarding atomic
Eric Dumazet
5
-9
/
+9
2022-02-05
net: dsa: realtek: don't default Kconfigs to y
Jakub Kicinski
1
-4
/
+0
2022-02-05
net: sparx5: remove phylink_config.pcs_poll usage
Russell King (Oracle)
1
-1
/
+0
2022-02-05
net: phylink: remove phylink_set_10g_modes()
Russell King (Oracle)
2
-12
/
+0
2022-02-05
Merge branch 'gro-minor-opts'
David S. Miller
2
-36
/
+32
2022-02-05
net: gro: minor optimization for dev_gro_receive()
Paolo Abeni
2
-35
/
+32
2022-02-05
net: gro: avoid re-computing truesize twice on recycle
Paolo Abeni
1
-1
/
+0
2022-02-05
net: dsa: qca8k: check correct variable in qca8k_phy_eth_command()
Dan Carpenter
1
-1
/
+1
2022-02-05
Merge branch 'lan966x-mcast-snooping'
David S. Miller
5
-2
/
+166
2022-02-05
net: lan966x: Update mdb when enabling/disabling mcast_snooping
Horatiu Vultur
3
-0
/
+51
2022-02-05
net: lan966x: Implement the callback SWITCHDEV_ATTR_ID_BRIDGE_MC_DISABLED
Horatiu Vultur
4
-1
/
+110
2022-02-05
net: lan966x: Update the PGID used by IPV6 data frames
Horatiu Vultur
1
-1
/
+5
2022-02-05
net/sched: Enable tc skb ext allocation on chain miss only when needed
Paul Blakey
5
-23
/
+56
2022-02-05
Merge branch 'mptcp-improve-set-flags-command-and-update-self-tests'
Jakub Kicinski
4
-388
/
+595
2022-02-05
selftests: mptcp: set ip_mptcp in command line
Geliang Tang
1
-3
/
+9
2022-02-05
selftests: mptcp: add set_flags tests in pm_netlink.sh
Geliang Tang
1
-0
/
+18
2022-02-05
selftests: mptcp: add the id argument for set_flags
Geliang Tang
1
-21
/
+42
[next]