index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
Lines
2024-09-10
Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILED
Luiz Augusto von Dentz
-2
/
+2
2024-09-10
Bluetooth: L2CAP: Remove unused declarations
Yue Haibing
-4
/
+0
2024-09-10
Bluetooth: Add a helper function to extract iso header
Kiran K
-0
/
+5
2024-09-09
libeth: add Tx buffer completion helpers
Alexander Lobakin
-0
/
+154
2024-09-09
wifi: cfg80211: fix kernel-doc for per-link data
Johannes Berg
-3
/
+3
2024-09-06
Merge tag 'nf-next-24-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
-20
/
+33
2024-09-06
wifi: mac80211: handle ieee80211_radar_detected() for MLO
Aditya Kumar Singh
-1
/
+4
2024-09-06
wifi: cfg80211: handle DFS per link
Aditya Kumar Singh
-3
/
+5
2024-09-06
wifi: cfg80211: move DFS related members to links[] in wireless_dev
Aditya Kumar Singh
-8
/
+9
2024-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-5
/
+6
2024-09-04
Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
-14
/
+46
2024-09-04
ipv4: Fix user space build failure due to header change
Ido Schimmel
-0
/
+1
2024-09-04
net: mana: Improve mana_set_channels() in low mem conditions
Shradha Gupta
-1
/
+1
2024-09-04
net: mana: Fix error handling in mana_create_txq/rxq's NAPI cleanup
Souradeep Chakrabarti
-0
/
+2
2024-09-03
Merge tag 'ieee802154-for-net-2024-09-01' of git://git.kernel.org/pub/scm/lin...
Jakub Kicinski
-3
/
+3
2024-09-03
netfilter: nf_tables: set element timeout update support
Pablo Neira Ayuso
-1
/
+15
2024-09-03
netfilter: nf_tables: zero timeout means element never times out
Pablo Neira Ayuso
-2
/
+5
2024-09-03
netfilter: nf_tables: consolidate timeout extension for elements
Pablo Neira Ayuso
-10
/
+8
2024-09-03
netfilter: nf_tables: annotate data-races around element expiration
Pablo Neira Ayuso
-1
/
+1
2024-09-03
wifi: cfg80211: wext: Update spelling and grammar
Simon Horman
-6
/
+6
2024-09-03
netfilter: nf_tables: Add missing Kernel doc
Simon Horman
-0
/
+3
2024-09-03
netfilter: nf_tables: Correct spelling in nf_tables.h
Simon Horman
-1
/
+1
2024-09-03
netfilter: nf_tables: drop unused 3rd argument from validate callback ops
Florian Westphal
-9
/
+4
2024-08-31
xfrm: Unmask upper DSCP bits in xfrm_get_tos()
Ido Schimmel
-2
/
+0
2024-08-31
ipv4: Unmask upper DSCP bits in get_rttos()
Ido Schimmel
-1
/
+4
2024-08-31
ipv4: Unmask upper DSCP bits in ip_sock_rt_tos()
Ido Schimmel
-1
/
+2
2024-08-30
Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"
Luiz Augusto von Dentz
-5
/
+0
2024-08-30
Bluetooth: hci_sync: Introduce hci_cmd_sync_run/hci_cmd_sync_run_once
Luiz Augusto von Dentz
-0
/
+4
2024-08-30
ieee802154: Correct spelling in nl802154.h
Simon Horman
-1
/
+1
2024-08-30
mac802154: Correct spelling in mac802154.h
Simon Horman
-2
/
+2
2024-08-30
icmp: icmp_msgs_per_sec and icmp_msgs_burst sysctls become per netns
Eric Dumazet
-3
/
+2
2024-08-30
icmp: move icmp_global.credit and icmp_global.stamp to per netns storage
Eric Dumazet
-3
/
+4
2024-08-30
icmp: change the order of rate limits
Eric Dumazet
-0
/
+2
2024-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-8
/
+11
2024-08-29
Merge tag 'nf-24-08-28' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
-6
/
+9
2024-08-28
net: busy-poll: use ktime_get_ns() instead of local_clock()
Eric Dumazet
-1
/
+1
2024-08-28
tcp: remove volatile qualifier on tw_substate
Eric Dumazet
-1
/
+1
2024-08-28
xfrm: minor update to sdb and xfrm_policy comments
Florian Westphal
-5
/
+35
2024-08-27
net: mana: Implement get_ringparam/set_ringparam for mana
Shradha Gupta
-3
/
+20
2024-08-27
bonding: change ipsec_lock from spin lock to mutex
Jianbo Liu
-1
/
+1
2024-08-27
netfilter: nf_tables_ipv6: consider network offset in netdev/egress validation
Pablo Neira Ayuso
-2
/
+3
2024-08-27
wifi: mac80211: export ieee80211_purge_tx_queue() for drivers
Ping-Ke Shih
-0
/
+13
2024-08-27
wifi: mac80211: Add non-atomic station iterator
Rory Little
-0
/
+18
2024-08-27
wifi: lib80211: Handle const struct lib80211_crypto_ops in lib80211
Christophe JAILLET
-4
/
+4
2024-08-27
wifi: mac80211: don't use rate mask for offchannel TX either
Ping-Ke Shih
-3
/
+4
2024-08-27
wifi: mac80211: refactor block ack management code
Dmitry Antipov
-1
/
+1
2024-08-26
net: Correct spelling in headers
Simon Horman
-29
/
+29
2024-08-26
x25: Correct spelling in x25.h
Simon Horman
-1
/
+1
2024-08-26
sctp: Correct spelling in headers
Simon Horman
-11
/
+11
2024-08-26
net: sched: Correct spelling in headers
Simon Horman
-5
/
+5
[prev]
[next]