index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-07
bridge: mcast: Propagate MDB configuration structure further
Ido Schimmel
1
-13
/
+11
2022-12-07
bridge: mcast: Use MDB configuration structure where possible
Ido Schimmel
1
-19
/
+15
2022-12-07
bridge: mcast: Remove redundant checks
Ido Schimmel
1
-54
/
+9
2022-12-07
bridge: mcast: Centralize netlink attribute parsing
Ido Schimmel
2
-0
/
+127
2022-12-07
net: ethernet: use sysfs_emit() to instead of scnprintf()
ye xingchen
1
-1
/
+1
2022-12-07
Merge tag 'ieee802154-for-net-next-2022-12-05' of git://git.kernel.org/pub/sc...
Jakub Kicinski
6
-21
/
+150
2022-12-06
net/ncsi: Silence runtime memcpy() false positive warning
Kees Cook
1
-1
/
+2
2022-12-05
ethtool: add netlink based get rss support
Sudheer Mogilappagari
4
-1
/
+163
2022-12-05
Merge tag 'rxrpc-next-20221201-b' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
29
-1985
/
+2511
2022-12-03
net: add netdev_sw_irq_coalesce_default_on()
Heiner Kallweit
1
-0
/
+16
2022-12-02
tcp: use 2-arg optimal variant of kfree_rcu()
Eric Dumazet
1
-2
/
+2
2022-12-02
Merge tag 'wireless-next-2022-12-02' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
8
-167
/
+230
2022-12-02
net: devlink: convert port_list into xarray
Jiri Pirko
1
-30
/
+27
2022-12-01
hsr: Use a single struct for self_node.
Sebastian Andrzej Siewior
3
-37
/
+35
2022-12-01
hsr: Synchronize sequence number updates.
Sebastian Andrzej Siewior
2
-1
/
+10
2022-12-01
hsr: Synchronize sending frames to have always incremented outgoing seq nr.
Sebastian Andrzej Siewior
2
-7
/
+8
2022-12-01
hsr: Disable netpoll.
Sebastian Andrzej Siewior
2
-11
/
+8
2022-12-01
hsr: Avoid double remove of a node.
Sebastian Andrzej Siewior
2
-5
/
+12
2022-12-01
hsr: Add a rcu-read lock to hsr_forward_skb().
Sebastian Andrzej Siewior
1
-0
/
+3
2022-12-01
Revert "net: hsr: use hlist_head instead of list_head for mac addresses"
Sebastian Andrzej Siewior
7
-187
/
+106
2022-12-01
sctp: delete free member from struct sctp_sched_ops
Xin Long
3
-51
/
+20
2022-12-01
mptcp: add pm listener events
Geliang Tang
3
-0
/
+62
2022-12-01
net/tcp: Separate initialization of twsk
Dmitry Safonov
1
-26
/
+35
2022-12-01
net/tcp: Do cleanup on tcp_md5_key_copy() failure
Dmitry Safonov
2
-14
/
+10
2022-12-01
net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destruction
Dmitry Safonov
5
-29
/
+77
2022-12-01
net/tcp: Separate tcp_md5sig_info allocation into tcp_md5sig_info_add()
Dmitry Safonov
1
-9
/
+21
2022-12-01
wifi: mac80211: fix and simplify unencrypted drop check for mesh
Felix Fietkau
1
-28
/
+10
2022-12-01
wifi: mac80211: add support for restricting netdev features per vif
Felix Fietkau
2
-97
/
+187
2022-12-01
wifi: mac80211: update TIM for S1G specification changes
Kieran Frewen
1
-5
/
+9
2022-12-01
wifi: mac80211: don't parse multi-BSSID in assoc resp
Johannes Berg
1
-1
/
+1
2022-12-01
wifi: cfg80211: use bss_from_pub() instead of container_of()
Johannes Berg
1
-30
/
+11
2022-12-01
wifi: mac80211: remove unnecessary synchronize_net()
Johannes Berg
1
-2
/
+1
2022-12-01
wifi: mac80211: Drop not needed check for NULL
Alexander Wetzel
1
-1
/
+1
2022-12-01
wifi: cfg80211: Fix not unregister reg_pdev when load_builtin_regdb_keys() fails
Chen Zhongjin
1
-1
/
+3
2022-12-01
wifi: cfg80211: fix comparison of BSS frequencies
JUN-KYU SHIN
1
-1
/
+2
2022-12-01
wifi: mac80211: fix maybe-unused warning
Íñigo Huguet
1
-1
/
+1
2022-12-01
rxrpc: Transmit ACKs at the point of generation
David Howells
8
-72
/
+5
2022-12-01
rxrpc: Fold __rxrpc_unuse_local() into rxrpc_unuse_local()
David Howells
2
-14
/
+10
2022-12-01
rxrpc: Move the cwnd degradation after transmitting packets
David Howells
4
-24
/
+39
2022-12-01
rxrpc: Trace/count transmission underflows and cwnd resets
David Howells
5
-7
/
+23
2022-12-01
rxrpc: Remove the _bh annotation from all the spinlocks
David Howells
13
-75
/
+75
2022-12-01
rxrpc: Make the I/O thread take over the call and local processor work
David Howells
14
-769
/
+525
2022-12-01
rxrpc: Extract the peer address from an incoming packet earlier
David Howells
4
-27
/
+31
2022-12-01
rxrpc: Reduce the use of RCU in packet input
David Howells
4
-32
/
+59
2022-12-01
rxrpc: Simplify skbuff accounting in receive path
David Howells
2
-61
/
+54
2022-12-01
rxrpc: Remove RCU from peer->error_targets list
David Howells
6
-11
/
+28
2022-12-01
rxrpc: Move DATA transmission into call processor work item
David Howells
6
-79
/
+156
2022-12-01
rxrpc: Copy client call parameters into rxrpc_call earlier
David Howells
10
-48
/
+84
2022-12-01
rxrpc: Implement a mechanism to send an event notification to a call
David Howells
5
-5
/
+48
2022-12-01
rxrpc: Don't use sk->sk_receive_queue.lock to guard socket state changes
David Howells
1
-4
/
+0
[next]