index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'ceph-for-6.8-rc4' of https://github.com/ceph/ceph-client
Linus Torvalds
2024-02-10
3
-27
/
+37
|
\
|
*
libceph: just wait for more data to be available on the socket
Xiubo Li
2024-02-07
3
-20
/
+18
|
*
libceph: rename read_sparse_msg_*() to read_partial_sparse_msg_*()
Xiubo Li
2024-02-07
1
-4
/
+4
|
*
libceph: fail sparse-read if the data length doesn't match
Xiubo Li
2024-02-07
1
-3
/
+15
*
|
work around gcc bugs with 'asm goto' with outputs
Linus Torvalds
2024-02-10
1
-1
/
+1
*
|
Merge tag 'nf-24-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
2024-02-08
12
-99
/
+144
|
\
\
|
*
|
netfilter: nft_set_pipapo: remove scratch_aligned pointer
Florian Westphal
2024-02-08
3
-39
/
+10
|
*
|
netfilter: nft_set_pipapo: add helper to release pcpu scratch area
Florian Westphal
2024-02-08
1
-5
/
+23
|
*
|
netfilter: nft_set_pipapo: store index in scratch maps
Florian Westphal
2024-02-08
3
-26
/
+44
|
*
|
netfilter: nft_set_rbtree: skip end interval element from gc
Pablo Neira Ayuso
2024-02-08
1
-3
/
+3
|
*
|
netfilter: nfnetlink_queue: un-break NF_REPEAT
Florian Westphal
2024-02-08
1
-3
/
+10
|
*
|
netfilter: nf_tables: use timestamp to check for set element timeout
Pablo Neira Ayuso
2024-02-08
4
-13
/
+28
|
*
|
netfilter: nft_ct: reject direction for ct id
Pablo Neira Ayuso
2024-02-08
1
-0
/
+3
|
*
|
netfilter: ctnetlink: fix filtering for zone 0
Felix Huettner
2024-02-08
1
-4
/
+8
|
*
|
netfilter: ipset: Missing gc cancellations fixed
Jozsef Kadlecsik
2024-02-08
2
-2
/
+4
|
*
|
netfilter: nft_set_pipapo: remove static in nft_pipapo_get()
Pablo Neira Ayuso
2024-02-08
1
-1
/
+1
|
*
|
netfilter: nft_compat: restrict match/target protocol to u16
Pablo Neira Ayuso
2024-02-07
1
-1
/
+7
|
*
|
netfilter: nft_compat: reject unused compat flag
Pablo Neira Ayuso
2024-02-07
1
-1
/
+2
|
*
|
netfilter: nft_compat: narrow down revision to unsigned 8-bits
Pablo Neira Ayuso
2024-02-07
1
-3
/
+3
*
|
|
Merge tag 'wireless-2024-02-06' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
2024-02-07
10
-67
/
+175
|
\
\
\
|
*
|
|
wifi: mac80211: accept broadcast probe responses on 6 GHz
Johannes Berg
2024-02-02
1
-12
/
+18
|
*
|
|
wifi: mac80211: adding missing drv_mgd_complete_tx() call
Johannes Berg
2024-02-02
1
-0
/
+1
|
*
|
|
wifi: mac80211: fix waiting for beacons logic
Johannes Berg
2024-02-02
1
-2
/
+1
|
*
|
|
wifi: mac80211: fix unsolicited broadcast probe config
Johannes Berg
2024-02-02
1
-7
/
+7
|
*
|
|
wifi: mac80211: initialize SMPS mode correctly
Johannes Berg
2024-02-02
1
-4
/
+3
|
*
|
|
wifi: mac80211: fix driver debugfs for vif type change
Johannes Berg
2024-02-02
3
-8
/
+3
|
*
|
|
wifi: mac80211: set station RX-NSS on reconfig
Johannes Berg
2024-02-02
1
-0
/
+2
|
*
|
|
wifi: mac80211: fix RCU use in TDLS fast-xmit
Johannes Berg
2024-02-02
1
-3
/
+4
|
*
|
|
wifi: mac80211: improve CSA/ECSA connection refusal
Johannes Berg
2024-02-02
1
-27
/
+76
|
*
|
|
wifi: cfg80211: detect stuck ECSA element in probe resp
Johannes Berg
2024-02-02
1
-1
/
+58
|
*
|
|
wifi: mac80211: Drop WBRF debugging statements
Mario Limonciello
2024-01-26
1
-2
/
+0
|
*
|
|
wifi: cfg80211: fix wiphy delayed work queueing
Johannes Berg
2024-01-26
1
-1
/
+2
*
|
|
|
devlink: avoid potential loop in devlink_rel_nested_in_notify_work()
Jiri Pirko
2024-02-07
1
-6
/
+6
*
|
|
|
af_unix: Call kfree_skb() for dead unix_(sk)->oob_skb in GC.
Kuniyuki Iwashima
2024-02-07
1
-0
/
+11
*
|
|
|
tipc: Check the bearer type before calling tipc_udp_nl_bearer_add()
Shigeru Yoshida
2024-02-06
1
-0
/
+6
*
|
|
|
rxrpc: Fix counting of new acks and nacks
David Howells
2024-02-05
4
-25
/
+117
*
|
|
|
rxrpc: Fix response to PING RESPONSE ACKs to a dead call
David Howells
2024-02-05
1
-0
/
+8
*
|
|
|
rxrpc: Fix delayed ACKs to not set the reference serial number
David Howells
2024-02-05
2
-6
/
+1
*
|
|
|
rxrpc: Fix generation of serial numbers to skip zero
David Howells
2024-02-05
5
-9
/
+23
|
|
/
/
|
/
|
|
*
|
|
inet: read sk->sk_family once in inet_recv_error()
Eric Dumazet
2024-02-04
1
-2
/
+4
*
|
|
tunnels: fix out of bounds access when building IPv6 PMTU error
Antoine Tenart
2024-02-03
1
-1
/
+1
*
|
|
net: Fix from address in memcpy_to_iter_csum()
Michael Lass
2024-02-02
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge tag 'net-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2024-02-01
29
-78
/
+207
|
\
\
|
*
\
Merge tag 'batadv-net-pullrequest-20240201' of git://git.open-mesh.org/linux-...
Jakub Kicinski
2024-02-01
1
-0
/
+3
|
|
\
\
|
|
*
|
batman-adv: mcast: fix memory leak on deleting a batman-adv interface
Linus Lüssing
2024-01-27
1
-0
/
+1
|
|
*
|
batman-adv: mcast: fix mcast packet type counter on timeouted nodes
Linus Lüssing
2024-01-27
1
-0
/
+2
|
*
|
|
Merge tag 'nf-24-01-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Jakub Kicinski
2024-02-01
10
-31
/
+106
|
|
\
\
\
|
|
*
|
|
netfilter: nft_ct: sanitize layer 3 and 4 protocol number in custom expectations
Pablo Neira Ayuso
2024-01-31
1
-0
/
+24
|
|
*
|
|
netfilter: nf_log: replace BUG_ON by WARN_ON_ONCE when putting logger
Pablo Neira Ayuso
2024-01-31
1
-3
/
+4
|
|
*
|
|
netfilter: ipset: fix performance regression in swap operation
Jozsef Kadlecsik
2024-01-31
4
-18
/
+61
[next]