index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/net: fix missing xdp_dummy
Wang Yufen
2022-11-18
5
-15
/
+23
*
ipvlan: hold lower dev to avoid possible use-after-free
Mahesh Bandewar
2022-11-18
2
-0
/
+3
*
net: neigh: decrement the family specific qlen
Thomas Zeitlhofer
2022-11-18
2
-29
/
+31
*
net: liquidio: simplify if expression
Leon Romanovsky
2022-11-18
1
-2
/
+2
*
Merge branch 'mptcp-selftests-fix-timeouts-and-test-isolation'
Jakub Kicinski
2022-11-17
3
-9
/
+11
|
\
|
*
selftests: mptcp: fix mibit vs mbit mix up
Matthieu Baerts
2022-11-17
1
-2
/
+3
|
*
selftests: mptcp: run mptcp_sockopt from a new netns
Matthieu Baerts
2022-11-17
1
-4
/
+5
|
*
selftests: mptcp: gives slow test-case more time
Paolo Abeni
2022-11-17
1
-3
/
+3
|
/
*
Merge tag 'net-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2022-11-17
59
-311
/
+477
|
\
|
*
net: use struct_group to copy ip/ipv6 header addresses
Hangbin Liu
2022-11-17
4
-6
/
+10
|
*
net: usb: smsc95xx: fix external PHY reset
Alexandru Tachici
2022-11-17
1
-4
/
+42
|
*
net: usb: qmi_wwan: add Telit 0x103a composition
Enrico Sau
2022-11-17
1
-0
/
+1
|
*
netdevsim: Fix memory leak of nsim_dev->fa_cookie
Wang Yufen
2022-11-16
1
-0
/
+1
|
*
tcp: configurable source port perturb table size
Gleb Mazovetskiy
2022-11-16
2
-5
/
+15
|
*
l2tp: Serialize access to sk_user_data with sk_callback_lock
Jakub Sitnicki
2022-11-16
2
-7
/
+14
|
*
net: thunderbolt: Fix error handling in tbnet_init()
Yuan Can
2022-11-16
1
-5
/
+14
|
*
Merge branch 'microchip-fixes'
David S. Miller
2022-11-16
3
-0
/
+9
|
|
\
|
|
*
net: microchip: sparx5: Fix potential null-ptr-deref in sparx_stats_init() an...
Shang XiaoJing
2022-11-16
2
-0
/
+6
|
|
*
net: lan966x: Fix potential null-ptr-deref in lan966x_stats_init()
Shang XiaoJing
2022-11-16
1
-0
/
+3
|
|
/
|
*
net: dsa: don't leak tagger-owned storage on switch driver unbind
Vladimir Oltean
2022-11-15
1
-0
/
+10
|
*
net/x25: Fix skb leak in x25_lapb_receive_frame()
Wei Yongjun
2022-11-15
1
-1
/
+1
|
*
net: ag71xx: call phylink_disconnect_phy if ag71xx_hw_enable() fail in ag71xx...
Liu Jian
2022-11-15
1
-1
/
+2
|
*
bridge: switchdev: Fix memory leaks when changing VLAN protocol
Ido Schimmel
2022-11-15
1
-3
/
+14
|
*
Merge branch 'net-hns3-this-series-bugfix-for-the-hns3-ethernet-driver'
Paolo Abeni
2022-11-15
6
-99
/
+103
|
|
\
|
|
*
net: hns3: fix setting incorrect phy link ksettings for firmware in resetting...
Guangbin Huang
2022-11-15
1
-3
/
+7
|
|
*
net: hns3: fix return value check bug of rx copybreak
Jie Wang
2022-11-15
1
-2
/
+2
|
|
*
net: hns3: fix incorrect hw rss hash type of rx packet
Jian Shen
2022-11-15
6
-94
/
+94
|
|
/
|
*
net: phy: marvell: add sleep time after enabling the loopback bit
Aminuddin Jamaluddin
2022-11-15
1
-7
/
+9
|
*
net: ena: Fix error handling in ena_init()
Yuan Can
2022-11-15
1
-1
/
+7
|
*
kcm: close race conditions on sk_receive_queue
Cong Wang
2022-11-15
1
-52
/
+6
|
*
net: ionic: Fix error handling in ionic_init_module()
Yuan Can
2022-11-14
1
-1
/
+7
|
*
mlxsw: Avoid warnings when not offloaded FDB entry with IPv6 is removed
Amit Cohen
2022-11-14
1
-0
/
+2
|
*
net: dsa: make dsa_master_ioctl() see through port_hwtstamp_get() shims
Vladimir Oltean
2022-11-14
3
-2
/
+18
|
*
net: mhi: Fix memory leak in mhi_net_dellink()
Wei Yongjun
2022-11-14
1
-0
/
+2
|
*
Merge branch 'octeon_ep-fixes'
David S. Miller
2022-11-14
1
-5
/
+11
|
|
\
|
|
*
octeon_ep: ensure get mac address successfully before eth_hw_addr_set()
Ziyang Xuan
2022-11-14
1
-1
/
+5
|
|
*
octeon_ep: fix potential memory leak in octep_device_setup()
Ziyang Xuan
2022-11-14
1
-1
/
+5
|
|
*
octeon_ep: ensure octep_get_link_status() successfully before octep_link_up()
Ziyang Xuan
2022-11-14
1
-1
/
+1
|
|
*
octeon_ep: delete unnecessary napi rollback under set_queues_err in octep_open()
Ziyang Xuan
2022-11-14
1
-2
/
+0
|
|
/
|
*
bnxt_en: Remove debugfs when pci_register_driver failed
Gaosheng Cui
2022-11-14
1
-1
/
+9
|
*
net: caif: fix double disconnect client in chnl_net_open()
Zhengchao Shao
2022-11-14
1
-3
/
+0
|
*
net: macvlan: Use built-in RCU list checking
Chuang Wang
2022-11-14
1
-2
/
+2
|
*
mISDN: fix misuse of put_device() in mISDN_register_device()
Wang ShaoBo
2022-11-14
1
-1
/
+1
|
*
net: liquidio: release resources when liquidio driver open failed
Zhengchao Shao
2022-11-14
1
-8
/
+26
|
*
mctp i2c: don't count unused / invalid keys for flow release
Jeremy Kerr
2022-11-11
1
-15
/
+32
|
*
net/tls: Fix memory leak in tls_enc_skb() and tls_sw_fallback_init()
Yu Liao
2022-11-11
1
-2
/
+3
|
*
net: stmmac: ensure tx function is not running in stmmac_xdp_release()
Mohd Faizal Abdul Rahim
2022-11-11
1
-0
/
+3
|
*
net: phy: dp83867: Fix SGMII FIFO depth for non OF devices
Michael Sit Wei Hong
2022-11-11
1
-0
/
+7
|
*
net: hinic: Fix error handling in hinic_module_init()
Yuan Can
2022-11-11
1
-1
/
+8
|
*
mISDN: fix possible memory leak in mISDN_dsp_element_register()
Yang Yingliang
2022-11-11
1
-1
/
+2
[next]