index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-23
net/sunrpc: make use of the helper macro LIST_HEAD()
Hongbo Li
1
-7
/
+3
2024-09-23
SUNRPC: clnt.c: Remove misleading comment
Siddh Raman Pant
1
-5
/
+0
2024-09-23
SUNRPC: Fix -Wformat-truncation warning
Kunwu Chan
1
-1
/
+1
2024-09-23
Merge tag 'nfsd-6.12' into linux-next-with-localio
Anna Schumaker
6
-78
/
+85
2024-09-20
sunrpc: xprtrdma: Use ERR_CAST() to return
Yan Zhen
1
-1
/
+1
2024-09-20
svcrdma: Handle device removal outside of the CM event handler
Chuck Lever
1
-1
/
+15
2024-09-20
sunrpc: allow svc threads to fail initialisation cleanly
NeilBrown
1
-0
/
+10
2024-09-20
sunrpc: merge svc_rqst_alloc() into svc_prepare_thread()
NeilBrown
1
-18
/
+7
2024-09-20
sunrpc: don't take ->sv_lock when updating ->sv_nrthreads.
NeilBrown
1
-6
/
+0
2024-09-20
sunrpc: change sp_nrthreads from atomic_t to unsigned int.
NeilBrown
1
-20
/
+11
2024-09-20
sunrpc: document locking rules for svc_exit_thread()
NeilBrown
1
-0
/
+14
2024-09-05
ila: call nf_unregister_net_hooks() sooner
Eric Dumazet
3
-4
/
+16
2024-09-05
sched: sch_cake: fix bulk flow accounting logic for host fairness
Toke Høiland-Jørgensen
1
-4
/
+7
2024-09-04
net: bridge: br_fdb_external_learn_add(): always set EXT_LEARN
Jonas Gorski
1
-4
/
+2
2024-09-04
fou: Fix null-ptr-deref in GRO.
Kuniyuki Iwashima
1
-5
/
+24
2024-09-03
bpf, net: Fix a potential race in do_sock_getsockopt()
Tze-nan Wu
1
-2
/
+2
2024-09-03
net: dqs: Do not use extern for unused dql_group
Breno Leitao
1
-1
/
+1
2024-09-03
sch/netem: fix use after free in netem_dequeue
Stephen Hemminger
1
-5
/
+4
2024-09-02
Merge tag 'for-net-2024-08-30' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
4
-87
/
+112
2024-09-02
Merge tag 'linux-can-fixes-for-6.11-20240830' of git://git.kernel.org/pub/scm...
Jakub Kicinski
1
-0
/
+4
2024-09-01
SUNRPC: make various functions static, or not exported.
NeilBrown
5
-34
/
+29
2024-08-30
Bluetooth: MGMT: Ignore keys being loaded with invalid type
Luiz Augusto von Dentz
1
-18
/
+19
2024-08-30
Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"
Luiz Augusto von Dentz
2
-25
/
+7
2024-08-30
Bluetooth: MGMT: Fix not generating command complete for MGMT_OP_DISCONNECT
Luiz Augusto von Dentz
2
-43
/
+47
2024-08-30
Bluetooth: hci_sync: Introduce hci_cmd_sync_run/hci_cmd_sync_run_once
Luiz Augusto von Dentz
1
-2
/
+40
2024-08-30
tcp_bpf: fix return value of tcp_bpf_sendmsg()
Cong Wang
1
-1
/
+1
2024-08-30
net/smc: prevent NULL pointer dereference in txopt_get
Jeongjun Park
2
-1
/
+10
2024-08-30
Merge tag 'net-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
18
-156
/
+244
2024-08-29
mptcp: pm: ADD_ADDR 0 is not a new address
Matthieu Baerts (NGI0)
3
-1
/
+14
2024-08-29
mptcp: avoid duplicated SUB_CLOSED events
Matthieu Baerts (NGI0)
2
-1
/
+8
2024-08-29
mptcp: pm: fix ID 0 endp usage after multiple re-creations
Matthieu Baerts (NGI0)
1
-2
/
+5
2024-08-29
mptcp: pm: do not remove already closed subflows
Matthieu Baerts (NGI0)
1
-0
/
+2
2024-08-29
mptcp: pm: reset MPC endp ID when re-added
Matthieu Baerts (NGI0)
1
-2
/
+11
2024-08-29
mptcp: pm: skip connecting to already established sf
Matthieu Baerts (NGI0)
1
-3
/
+6
2024-08-29
mptcp: pm: send ACK on an active subflow
Matthieu Baerts (NGI0)
1
-3
/
+6
2024-08-29
mptcp: pm: fix RM_ADDR ID for the initial subflow
Matthieu Baerts (NGI0)
1
-13
/
+15
2024-08-29
mptcp: pm: reuse ID 0 after delete and re-add
Matthieu Baerts (NGI0)
1
-0
/
+10
2024-08-28
Merge tag 'wireless-2024-08-28' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
2
-2
/
+4
2024-08-27
sctp: fix association labeling in the duplicate COOKIE-ECHO case
Ondrej Mosnacek
1
-6
/
+16
2024-08-27
mptcp: pr_debug: add missing \n at the end
Matthieu Baerts (NGI0)
9
-107
/
+107
2024-08-27
mptcp: sched: check both backup in retrans
Matthieu Baerts (NGI0)
1
-1
/
+1
2024-08-27
mptcp: close subflow when receiving TCP+FIN
Matthieu Baerts (NGI0)
2
-3
/
+10
2024-08-27
tcp: fix forever orphan socket caused by tcp_abort
Xueming Feng
1
-7
/
+11
2024-08-27
net_sched: sch_fq: fix incorrect behavior for small weights
Eric Dumazet
1
-1
/
+3
2024-08-26
ethtool: check device is present when getting link settings
Jamie Bainbridge
2
-1
/
+4
2024-08-26
wifi: mac80211: free skb on error path in ieee80211_beacon_get_ap()
Dmitry Antipov
1
-1
/
+3
2024-08-26
wifi: mac80211: fix beacon SSID mismatch handling
Daniel Gabay
1
-1
/
+1
2024-08-24
Merge tag 'nfs-for-6.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-2
/
+4
2024-08-23
Bluetooth: hci_core: Fix not handling hibernation actions
Luiz Augusto von Dentz
1
-2
/
+8
2024-08-22
pktgen: use cpus_read_lock() in pg_net_init()
Eric Dumazet
1
-1
/
+3
[next]