index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
octeontx2-af: cn10k: mcs: Fix a resource leak in the probe and remove functions
Christophe JAILLET
2022-12-13
1
-1
/
+5
*
Merge branch 'mptcp-fix-ipv6-reqsk-ops-and-some-netlink-error-codes'
Jakub Kicinski
2022-12-12
4
-16
/
+68
|
\
|
*
mptcp: use proper req destructor for IPv6
Matthieu Baerts
2022-12-12
1
-3
/
+16
|
*
mptcp: dedicated request sock for subflow in v6
Matthieu Baerts
2022-12-12
1
-8
/
+26
|
*
mptcp: remove MPTCP 'ifdef' in TCP SYN cookies
Matthieu Baerts
2022-12-12
3
-7
/
+24
|
*
mptcp: netlink: fix some error return code
Wei Yongjun
2022-12-12
1
-0
/
+4
|
/
*
Merge branch 'update-joakim-zhang-entries'
Jakub Kicinski
2022-12-12
4
-4
/
+12
|
\
|
*
dt-bindings: FEC/i.MX DWMAC and INTMUX maintainer
Florian Fainelli
2022-12-12
3
-3
/
+8
|
*
MAINTAINERS: Update NXP FEC maintainer
Florian Fainelli
2022-12-12
1
-1
/
+4
|
/
*
ntb_netdev: Use dev_kfree_skb_any() in interrupt context
Eric Pilmore
2022-12-12
1
-2
/
+2
*
net: lan9303: Fix read error execution path
Jerry Ray
2022-12-12
1
-1
/
+3
*
net: amd-xgbe: Check only the minimum speed for active/passive cables
Tom Lendacky
2022-12-12
1
-12
/
+2
*
net: amd-xgbe: Fix logic around active and passive cables
Tom Lendacky
2022-12-12
1
-3
/
+6
*
af_unix: call proto_unregister() in the error path in af_unix_init()
Yang Yingliang
2022-12-12
1
-0
/
+1
*
net: setsockopt: fix IPV6_UNICAST_IF option for connected sockets
Richard Gobert
2022-12-12
1
-5
/
+10
*
Merge branch 'net-dev_kfree_skb_irq'
David S. Miller
2022-12-12
5
-8
/
+8
|
\
|
*
net: amd: lance: don't call dev_kfree_skb() under spin_lock_irqsave()
Yang Yingliang
2022-12-12
2
-2
/
+2
|
*
hamradio: don't call dev_kfree_skb() under spin_lock_irqsave()
Yang Yingliang
2022-12-12
1
-3
/
+3
|
*
net: ethernet: dnet: don't call dev_kfree_skb() under spin_lock_irqsave()
Yang Yingliang
2022-12-12
1
-2
/
+2
|
*
net: emaclite: don't call dev_kfree_skb() under spin_lock_irqsave()
Yang Yingliang
2022-12-12
1
-1
/
+1
|
/
*
net: apple: bmac: don't call dev_kfree_skb() under spin_lock_irqsave()
Yang Yingliang
2022-12-12
1
-1
/
+1
*
net: apple: mace: don't call dev_kfree_skb() under spin_lock_irqsave()
Yang Yingliang
2022-12-12
1
-1
/
+1
*
net/tunnel: wait until all sk_user_data reader finish before releasing the sock
Hangbin Liu
2022-12-12
1
-0
/
+1
*
net: farsync: Fix kmemleak when rmmods farsync
Li Zetao
2022-12-12
1
-0
/
+2
*
ethernet: s2io: don't call dev_kfree_skb() under spin_lock_irqsave()
Yang Yingliang
2022-12-12
1
-1
/
+1
*
drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init()
Yuan Can
2022-12-09
1
-0
/
+2
*
net: stmmac: fix possible memory leak in stmmac_dvr_probe()
Gaosheng Cui
2022-12-09
1
-1
/
+2
*
net: stmmac: selftests: fix potential memleak in stmmac_test_arpoffload()
Zhang Changzhong
2022-12-09
1
-2
/
+6
*
net: defxx: Fix missing err handling in dfx_init()
Yongqiang Liu
2022-12-09
1
-4
/
+18
*
net: vmw_vsock: vmci: Check memcpy_from_msg()
Artem Chernyshev
2022-12-09
1
-1
/
+5
*
Merge tag 'net-6.1-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2022-12-09
81
-164
/
+643
|
\
|
*
net: dsa: sja1105: avoid out of bounds access in sja1105_init_l2_policing()
Radu Nicolae Pirea (OSS)
2022-12-08
1
-1
/
+1
|
*
s390/qeth: fix use-after-free in hsci
Alexandra Winter
2022-12-08
1
-1
/
+1
|
*
macsec: add missing attribute validation for offload
Emeel Hakim
2022-12-08
1
-0
/
+1
|
*
net: mvneta: Fix an out of bounds check
Dan Carpenter
2022-12-08
1
-4
/
+1
|
*
net: thunderbolt: fix memory leak in tbnet_open()
Zhengchao Shao
2022-12-08
1
-0
/
+1
|
*
ipv6: avoid use-after-free in ip6_fragment()
Eric Dumazet
2022-12-08
1
-0
/
+5
|
*
net: plip: don't call kfree_skb/dev_kfree_skb() under spin_lock_irq()
Yang Yingliang
2022-12-08
1
-2
/
+2
|
*
net: phy: mxl-gpy: add MDINT workaround
Michael Walle
2022-12-08
1
-0
/
+85
|
*
Merge tag 'linux-can-fixes-for-6.1-20221207' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
2022-12-08
4
-14
/
+25
|
|
\
|
|
*
can: esd_usb: Allow REC and TEC to return to zero
Frank Jungclaus
2022-12-07
1
-0
/
+6
|
|
*
can: can327: flush TX_work on ldisc .close()
Max Staudt
2022-12-07
1
-7
/
+10
|
|
*
can: slcan: fix freed work crash
Jiri Slaby (SUSE)
2022-12-07
1
-4
/
+6
|
|
*
can: af_can: fix NULL pointer dereference in can_rcv_filter
Oliver Hartkopp
2022-12-07
1
-3
/
+3
|
*
|
net: dsa: mv88e6xxx: accept phy-mode = "internal" for internal PHY ports
Vladimir Oltean
2022-12-07
1
-2
/
+5
|
*
|
xen/netback: don't call kfree_skb() under spin_lock_irqsave()
Yang Yingliang
2022-12-07
1
-1
/
+1
|
*
|
Merge tag 'ieee802154-for-net-2022-12-05' of git://git.kernel.org/pub/scm/lin...
Paolo Abeni
2022-12-07
3
-2
/
+3
|
|
\
\
|
|
*
|
mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add()
Wei Yongjun
2022-12-05
1
-0
/
+1
|
|
*
|
ca8210: Fix crash by zero initializing data
Hauke Mehrtens
2022-11-29
1
-1
/
+1
|
|
*
|
ieee802154: cc2520: Fix error return code in cc2520_hw_init()
Ziyang Xuan
2022-11-29
1
-1
/
+1
[next]