index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipc
/
namespace.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-12-08
wifi: rtl8xxxu: Introduce rtl8xxxu_update_ra_report
Bitterblue Smith
1
-60
/
+45
2022-12-08
wifi: rtl8xxxu: Fix the channel width reporting
Bitterblue Smith
1
-3
/
+7
2022-12-08
wifi: rtl8xxxu: Add __packed to struct rtl8723bu_c2h
Bitterblue Smith
1
-1
/
+1
2022-12-08
wifi: brcmfmac: introduce BRCMFMAC exported symbols namespace
Arend van Spriel
5
-2
/
+11
2022-12-08
wifi: brcmfmac: add vendor name in revinfo debugfs file
Arend van Spriel
3
-1
/
+8
2022-12-08
wifi: brcmfmac: add support Broadcom BCA firmware api
Arend van Spriel
8
-29
/
+110
2022-12-08
wifi: brcmfmac: add support for Cypress firmware api
Arend van Spriel
8
-24
/
+105
2022-12-08
wifi: brcmfmac: add support for vendor-specific firmware api
Arend van Spriel
10
-0
/
+334
2022-12-08
wifi: brcmfmac: add firmware vendor info in driver info
Arend van Spriel
4
-15
/
+49
2022-12-08
wifi: brcmfmac: add function to unbind device to bus layer api
Arend van Spriel
2
-1
/
+24
2022-12-08
wifi: ipw2x00: Remove some unused functions
Jiapeng Chong
1
-11
/
+0
2022-12-03
net: ethernet: mtk_wed: fix sleep while atomic in mtk_wed_wo_queue_refill
Lorenzo Bianconi
1
-5
/
+6
2022-12-03
tcp: use 2-arg optimal variant of kfree_rcu()
Eric Dumazet
1
-2
/
+2
2022-12-02
wifi: ath10k: fix QCOM_SMEM dependency
Kalle Valo
1
-1
/
+1
2022-12-02
tsnep: Rework RX buffer allocation
Gerhard Engleder
3
-74
/
+140
2022-12-02
tsnep: Throttle interrupts
Gerhard Engleder
4
-0
/
+187
2022-12-02
tsnep: Add ethtool::get_channels support
Gerhard Engleder
1
-0
/
+12
2022-12-02
tsnep: Consistent naming of struct net_device
Gerhard Engleder
1
-6
/
+6
2022-12-02
Documentation: bonding: correct xmit hash steps
Jonathan Toppins
1
-0
/
+1
2022-12-02
Documentation: bonding: update miimon default to 100
Jonathan Toppins
1
-1
/
+2
2022-12-02
net: thunderbolt: Use bitwise types in the struct thunderbolt_ip_frame_header
Andy Shevchenko
1
-4
/
+4
2022-12-02
net: thunderbolt: Switch from __maybe_unused to pm_sleep_ptr() etc
Andy Shevchenko
1
-6
/
+4
2022-12-02
net: devlink: convert port_list into xarray
Jiri Pirko
1
-30
/
+27
2022-12-02
selftests: Add a basic HSR test.
Sebastian Andrzej Siewior
4
-0
/
+268
2022-12-02
hsr: Use a single struct for self_node.
Sebastian Andrzej Siewior
3
-37
/
+35
2022-12-02
hsr: Synchronize sequence number updates.
Sebastian Andrzej Siewior
2
-1
/
+10
2022-12-02
hsr: Synchronize sending frames to have always incremented outgoing seq nr.
Sebastian Andrzej Siewior
2
-7
/
+8
2022-12-02
hsr: Disable netpoll.
Sebastian Andrzej Siewior
2
-11
/
+8
2022-12-02
hsr: Avoid double remove of a node.
Sebastian Andrzej Siewior
2
-5
/
+12
2022-12-02
hsr: Add a rcu-read lock to hsr_forward_skb().
Sebastian Andrzej Siewior
1
-0
/
+3
2022-12-02
Revert "net: hsr: use hlist_head instead of list_head for mac addresses"
Sebastian Andrzej Siewior
7
-187
/
+106
2022-12-02
sctp: delete free member from struct sctp_sched_ops
Xin Long
4
-53
/
+20
2022-12-02
selftests: mptcp: listener test for in-kernel PM
Geliang Tang
1
-1
/
+57
2022-12-02
selftests: mptcp: make evts global in mptcp_join
Geliang Tang
1
-23
/
+29
2022-12-02
selftests: mptcp: listener test for userspace PM
Geliang Tang
1
-0
/
+76
2022-12-02
selftests: mptcp: make evts global in userspace_pm
Geliang Tang
1
-120
/
+93
2022-12-02
selftests: mptcp: enhance userspace pm tests
Geliang Tang
2
-4
/
+6
2022-12-02
mptcp: add pm listener events
Geliang Tang
4
-0
/
+71
2022-12-02
selftests: mptcp: declare var as local
Matthieu Baerts
1
-22
/
+29
2022-12-02
selftests: mptcp: clearly declare global ns vars
Matthieu Baerts
1
-8
/
+6
2022-12-02
selftests: mptcp: uniform 'rndh' variable
Matthieu Baerts
6
-5
/
+9
2022-12-02
selftests: mptcp: removed defined but unused vars
Matthieu Baerts
3
-7
/
+0
2022-12-02
selftests: mptcp: run mptcp_inq from a clean netns
Matthieu Baerts
1
-4
/
+1
2022-12-02
bnxt: report FEC block stats via standard interface
Jakub Kicinski
1
-0
/
+8
2022-12-02
dt-bindings: net: qca,ar71xx: remove label = "cpu" from examples
Arınç ÜNAL
1
-1
/
+0
2022-12-02
net/tcp: Separate initialization of twsk
Dmitry Safonov
1
-26
/
+35
2022-12-02
net/tcp: Do cleanup on tcp_md5_key_copy() failure
Dmitry Safonov
2
-14
/
+10
2022-12-02
net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destruction
Dmitry Safonov
6
-32
/
+84
2022-12-02
net/tcp: Separate tcp_md5sig_info allocation into tcp_md5sig_info_add()
Dmitry Safonov
1
-9
/
+21
2022-12-02
jump_label: Prevent key->enabled int overflow
Dmitry Safonov
2
-16
/
+61
[next]