index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-22
Merge tag 'nf-23-06-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
1
-2
/
+29
2023-06-21
wifi: cfg80211: Retrieve PSD information from RNR AP information
Ilan Peer
1
-0
/
+2
2023-06-21
wifi: mac80211: fix documentation config reference
Johannes Berg
1
-1
/
+1
2023-06-20
mctp: Reorder fields in 'struct mctp_route'
Christophe JAILLET
1
-2
/
+2
2023-06-20
netfilter: nf_tables: reject unbound anonymous set before commit phase
Pablo Neira Ayuso
1
-0
/
+3
2023-06-20
netfilter: nf_tables: drop map element references from preparation phase
Pablo Neira Ayuso
1
-1
/
+4
2023-06-20
netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain
Pablo Neira Ayuso
1
-0
/
+2
2023-06-20
netfilter: nf_tables: fix chain binding transaction logic
Pablo Neira Ayuso
1
-1
/
+20
2023-06-20
Merge tag 'ipsec-2023-06-20' of git://git.kernel.org/pub/scm/linux/kernel/git...
David S. Miller
1
-0
/
+1
2023-06-20
net: dsa: introduce preferred_default_local_cpu_port and use on MT7530
Vladimir Oltean
1
-0
/
+8
2023-06-19
ipv6: rpl: Remove pskb(_may)?_pull() in ipv6_rpl_srh_rcv().
Kuniyuki Iwashima
1
-3
/
+0
2023-06-19
xsk: Remove unused inline function xsk_buff_discard()
YueHaibing
1
-4
/
+0
2023-06-19
wifi: cfg80211/nl80211: Add support to indicate STA MLD setup links removal
Veerendranath Jakkam
1
-0
/
+13
2023-06-19
wifi: cfg80211: fix regulatory disconnect with OCB/NAN
Johannes Berg
1
-12
/
+1
2023-06-19
wifi: cfg80211: add element defragmentation helper
Benjamin Berg
1
-0
/
+22
2023-06-19
wifi: cfg80211: add inform_bss op to update BSS
Benjamin Berg
1
-0
/
+13
2023-06-19
wifi: cfg80211: make TDLS management link-aware
Mukesh Sisodiya
1
-3
/
+4
2023-06-19
wifi: mac80211: Support disabled links during association
Ilan Peer
1
-2
/
+4
2023-06-18
tcp: Use per-vma locking for receive zerocopy
Arjun Roy
1
-0
/
+1
2023-06-17
tcp: enforce receive buffer memory limits by allowing the tcp window to shrink
[email protected]
1
-0
/
+1
2023-06-17
net: sched: Remove unused qdisc_l2t()
YueHaibing
1
-14
/
+0
2023-06-15
net: ioctl: Use kernel memory on protocol ioctl callbacks
Breno Leitao
4
-3
/
+27
2023-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-2
/
+12
2023-06-15
net: tls: make the offload check helper take skb not socket
Jakub Kicinski
1
-3
/
+5
2023-06-14
wifi: iwlwifi: mvm: support U-SIG EHT validate checks
Johannes Berg
1
-0
/
+2
2023-06-14
wifi: mac80211: Do not use "non-MLD AP" syntax
Ilan Peer
1
-3
/
+6
2023-06-14
wifi: cfg80211: Support association to AP MLD with disabled links
Ilan Peer
1
-1
/
+4
2023-06-14
wifi: mac80211: Add getter functions for vif MLD state
Ilan Peer
1
-0
/
+21
2023-06-14
wifi: mac80211: allow disabling SMPS debugfs controls
Miri Korenblit
1
-0
/
+3
2023-06-14
wifi: mac80211: add helpers to access sband iftype data
Johannes Berg
1
-1
/
+43
2023-06-14
wifi: cfg80211: S1G rate information and calculations
Gilad Itzkovitch
1
-3
/
+15
2023-06-14
net/sched: qdisc_destroy() old ingress and clsact Qdiscs before grafting
Peilin Ye
1
-0
/
+8
2023-06-14
net/sched: act_ct: Fix promotion of offloaded unreplied tuple
Paul Blakey
1
-1
/
+1
2023-06-12
kcm: Send multiple frags in one sendmsg()
David Howells
1
-1
/
+1
2023-06-12
net: flow_dissector: add support for cfm packets
Zahari Doychev
1
-0
/
+21
2023-06-12
tcp: remove size parameter from tcp_stream_alloc_skb()
Eric Dumazet
1
-1
/
+1
2023-06-12
tcp: let tcp_send_syn_data() build headless packets
Eric Dumazet
1
-0
/
+1
2023-06-12
scm: add SO_PASSPIDFD and SCM_PIDFD
Alexander Mikhalitsyn
1
-2
/
+37
2023-06-12
net/sched: taprio: report class offload stats per TXQ, not per TC
Vladimir Oltean
1
-5
/
+5
2023-06-10
Merge tag 'nf-23-06-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
David S. Miller
1
-1
/
+3
2023-06-10
net: move gso declarations and functions to their own files
Eric Dumazet
3
-0
/
+111
2023-06-09
Merge tag 'wireless-next-2023-06-09' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
2
-4
/
+96
2023-06-08
ipv4, ipv6: Use splice_eof() to flush
David Howells
3
-0
/
+3
2023-06-08
splice, net: Add a splice_eof op to file-ops and socket-ops
David Howells
1
-0
/
+1
2023-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
9
-18
/
+26
2023-06-08
netfilter: nf_tables: integrate pipapo into commit protocol
Pablo Neira Ayuso
1
-1
/
+3
2023-06-07
wifi: cfg80211: add a work abstraction with special semantics
Johannes Berg
1
-4
/
+91
2023-06-07
net: sched: move rtm_tca_policy declaration to include file
Eric Dumazet
1
-0
/
+2
2023-06-07
net: sched: add rcu annotations around qdisc->qdisc_sleeping
Eric Dumazet
1
-2
/
+4
2023-06-07
rfs: annotate lockless accesses to sk->sk_rxhash
Eric Dumazet
1
-5
/
+13
[prev]
[next]