index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
mfreemon@cloudflare.com
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
2023-06-06
Merge tag 'for-net-2023-06-05' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
2
-1
/
+4
2023-06-06
ipv6: rpl: Fix Route of Death.
Kuniyuki Iwashima
1
-3
/
+0
2023-06-06
wifi: mac80211: provide a helper to fetch the medium synchronization delay
Emmanuel Grumbach
1
-0
/
+3
2023-06-06
wifi: mac80211: fetch and store the EML capability information
Emmanuel Grumbach
1
-0
/
+2
2023-06-06
gro: decrease size of CB
Richard Gobert
1
-10
/
+16
2023-06-06
Merge tag 'v6.4-rc4' into wpan-next/staging
Miquel Raynal
47
-686
/
+1318
2023-06-05
Bluetooth: ISO: use correct CIS order in Set CIG Parameters event
Pauli Virtanen
1
-1
/
+2
2023-06-05
Bluetooth: fix debugfs registration
Johan Hovold
1
-0
/
+1
2023-06-05
Bluetooth: hci_sync: add lock to protect HCI_UNREGISTER
Zhengping Jiang
1
-0
/
+1
[prev]
[next]