index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-05
net: dsa: mt7530: sort link settings ops and force link down on all ports
Arınç ÜNAL
1
-2
/
+12
2024-03-05
net: dsa: mt7530: put initialising PCS devices code back to original order
Arınç ÜNAL
1
-10
/
+10
2024-03-05
net: dsa: mt7530: get rid of mt753x_mac_config()
Arınç ÜNAL
1
-12
/
+2
2024-03-05
net: dsa: mt7530: get rid of priv->info->cpu_port_config()
Arınç ÜNAL
2
-118
/
+7
2024-03-05
net: dsa: mt7530: get rid of useless error returns on phylink code path
Arınç ÜNAL
2
-68
/
+19
2024-03-05
net: dsa: mt7530: do not use SW_PHY_RST to reset MT7531 switch
Arınç ÜNAL
1
-4
/
+2
2024-03-05
net: dsa: mt7530: set interrupt register only for MT7530
Arınç ÜNAL
1
-1
/
+1
2024-03-05
net: dsa: mt7530: remove .mac_port_config for MT7988 and make it optional
Arınç ÜNAL
1
-14
/
+4
2024-03-05
tools: virtio: introduce vhost_net_test
Yunsheng Lin
4
-3
/
+542
2024-03-05
vhost/net: remove vhost_net_page_frag_refill()
Yunsheng Lin
1
-64
/
+27
2024-03-05
net: introduce page_frag_cache_drain()
Yunsheng Lin
6
-33
/
+17
2024-03-05
page_frag: unify gfp bits for order 3 page allocation
Yunsheng Lin
2
-3
/
+3
2024-03-05
mm/page_alloc: modify page_frag_alloc_align() to accept align as an argument
Yunsheng Lin
3
-11
/
+21
2024-03-05
net: txgbe: fix to clear interrupt status after handling IRQ
Jiawen Wu
1
-0
/
+2
2024-03-05
net: txgbe: fix GPIO interrupt blocking
Jiawen Wu
3
-0
/
+29
2024-03-05
e1000e: Minor flow correction in e1000_shutdown function
Vitaly Lifshits
1
-4
/
+4
2024-03-05
igc: fix LEDS_CLASS dependency
Arnd Bergmann
1
-0
/
+1
2024-03-05
ixgbe: Add 1000BASE-BX support
Ernesto Castellotti
5
-5
/
+38
2024-03-05
intel: make module parameters readable in sys filesystem
Jon Maxwell
3
-4
/
+4
2024-03-05
tcp: align tcp_sock_write_rx group
Eric Dumazet
2
-2
/
+2
2024-03-05
selftests/tc-testing: require an up to date iproute2 for blockcast tests
Pedro Tammela
1
-0
/
+7
2024-03-05
selftests: net: Correct couple of spelling mistakes
Prabhav Kumar Vaish
2
-2
/
+2
2024-03-04
selftests: mptcp: userspace pm get addr tests
Geliang Tang
1
-0
/
+30
2024-03-04
selftests: mptcp: add token for get_addr
Geliang Tang
1
-1
/
+13
2024-03-04
mptcp: get addr in userspace pm list
Geliang Tang
3
-1
/
+15
2024-03-04
mptcp: implement mptcp_userspace_pm_get_addr
Geliang Tang
2
-0
/
+76
2024-03-04
mptcp: add userspace_pm_lookup_addr_by_id helper
Geliang Tang
1
-15
/
+16
2024-03-04
selftests: mptcp: dump userspace addrs list
Geliang Tang
1
-0
/
+61
2024-03-04
selftests: mptcp: add mptcp_lib_check_output helper
Geliang Tang
2
-11
/
+30
2024-03-04
selftests: mptcp: add token for dump_addr
Geliang Tang
1
-0
/
+17
2024-03-04
selftests: mptcp: add userspace pm subflow flag
Geliang Tang
1
-0
/
+8
2024-03-04
mptcp: check userspace pm flags
Geliang Tang
1
-5
/
+10
2024-03-04
mptcp: dump addrs in userspace pm list
Geliang Tang
3
-2
/
+20
2024-03-04
mptcp: add token for get-addr in yaml
Geliang Tang
3
-5
/
+7
2024-03-04
mptcp: implement mptcp_userspace_pm_dump_addr
Geliang Tang
2
-0
/
+62
2024-03-04
mptcp: export mptcp_genl_family & mptcp_nl_fill_addr
Geliang Tang
2
-6
/
+7
2024-03-04
mptcp: make pm_remove_addrs_and_subflows static
Geliang Tang
2
-4
/
+2
2024-03-04
net: ipa: don't save the platform device
Alex Elder
12
-79
/
+73
2024-03-04
net: ipa: pass a platform device to ipa_smp2p_init()
Alex Elder
3
-8
/
+11
2024-03-04
net: ipa: pass a platform device to ipa_smp2p_irq_init()
Alex Elder
1
-7
/
+9
2024-03-04
net: ipa: pass a platform device to ipa_mem_init()
Alex Elder
3
-8
/
+12
2024-03-04
net: ipa: pass a platform device to ipa_reg_init()
Alex Elder
3
-6
/
+8
2024-03-04
net: ipa: introduce ipa_interrupt_init()
Alex Elder
3
-19
/
+68
2024-03-04
net: ipa: change ipa_interrupt_config() prototype
Alex Elder
3
-24
/
+24
2024-03-04
mptcp: cleanup SOL_TCP handling
Paolo Abeni
1
-45
/
+30
2024-03-04
mptcp: implement TCP_NOTSENT_LOWAT support
Paolo Abeni
3
-6
/
+73
2024-03-04
mptcp: avoid some duplicate code in socket option handling
Paolo Abeni
1
-12
/
+8
2024-03-04
mptcp: cleanup writer wake-up
Paolo Abeni
2
-22
/
+9
2024-03-04
net: nlmon: Simplify nlmon_get_stats64
Breno Leitao
1
-9
/
+1
2024-03-04
net: nlmon: Remove init and uninit functions
Breno Leitao
1
-13
/
+1
[next]