index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
doc/netlink: Update schema to support cmd-cnt-name and cmd-max-name
Davide Caratti
2023-10-27
2
-8
/
+4
*
net: Add MDB get device operation
Ido Schimmel
2023-10-27
1
-0
/
+4
*
bridge: add MDB get uAPI attributes
Ido Schimmel
2023-10-27
1
-0
/
+18
*
net/tcp: Add TCP_AO_REPAIR
Dmitry Safonov
2023-10-27
2
-0
/
+22
*
net/tcp: Wire up l3index to TCP-AO
Dmitry Safonov
2023-10-27
2
-14
/
+15
*
net/tcp: Add static_key for TCP-AO
Dmitry Safonov
2023-10-27
2
-8
/
+18
*
net/tcp: Allow asynchronous delete for TCP-AO keys (MKTs)
Dmitry Safonov
2023-10-27
1
-1
/
+2
*
net/tcp: Add TCP-AO getsockopt()s
Dmitry Safonov
2023-10-27
2
-14
/
+61
*
net/tcp: Add option for TCP-AO to (not) hash header
Dmitry Safonov
2023-10-27
1
-0
/
+5
*
net/tcp: Ignore specific ICMPs for TCP-AO connections
Dmitry Safonov
2023-10-27
3
-2
/
+14
*
net/tcp: Add tcp_hash_fail() ratelimited logs
Dmitry Safonov
2023-10-27
2
-2
/
+41
*
net/tcp: Add TCP-AO SNE support
Dmitry Safonov
2023-10-27
1
-1
/
+21
*
net/tcp: Add TCP-AO segments counters
Dmitry Safonov
2023-10-27
5
-9
/
+43
*
net/tcp: Verify inbound TCP-AO signed segments
Dmitry Safonov
2023-10-27
3
-2
/
+82
*
net/tcp: Sign SYN-ACK segments with TCP-AO
Dmitry Safonov
2023-10-27
2
-0
/
+9
*
net/tcp: Wire TCP-AO to request sockets
Dmitry Safonov
2023-10-27
3
-0
/
+48
*
net/tcp: Add TCP-AO sign to twsk
Dmitry Safonov
2023-10-27
2
-2
/
+12
*
net/tcp: Add AO sign to RST packets
Dmitry Safonov
2023-10-27
2
-1
/
+18
*
net/tcp: Add tcp_parse_auth_options()
Dmitry Safonov
2023-10-27
3
-2
/
+45
*
net/tcp: Add TCP-AO sign to outgoing packets
Dmitry Safonov
2023-10-27
2
-0
/
+87
*
net/tcp: Calculate TCP-AO traffic keys
Dmitry Safonov
2023-10-27
2
-2
/
+52
*
net/tcp: Prevent TCP-MD5 with TCP-AO being set
Dmitry Safonov
2023-10-27
2
-2
/
+54
*
net/tcp: Introduce TCP_AO setsockopt()s
Dmitry Safonov
2023-10-27
4
-1
/
+88
*
net/tcp: Add TCP-AO config and structures
Dmitry Safonov
2023-10-27
4
-8
/
+101
*
net/tcp: Prepare tcp_md5sig_pool for TCP-AO
Dmitry Safonov
2023-10-27
1
-14
/
+36
*
Merge tag 'wireless-next-2023-10-26' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
2023-10-27
4
-54
/
+67
|
\
|
*
wifi: cfg80211: Allow AP/P2PGO to indicate port authorization to peer STA/P2P...
Vinayak Yadawad
2023-10-23
1
-2
/
+6
|
*
wifi: mac80211: rename struct cfg80211_rx_assoc_resp to cfg80211_rx_assoc_res...
Kalle Valo
2023-10-23
1
-4
/
+4
|
*
wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()
Kalle Valo
2023-10-23
1
-15
/
+15
|
*
wifi: remove unused argument of ieee80211_get_tdls_action()
Dmitry Antipov
2023-10-23
1
-2
/
+1
|
*
wifi: nl80211: fix doc typos
Randy Dunlap
2023-10-23
1
-2
/
+2
|
*
wifi: mac80211: fix header kernel-doc typos
Randy Dunlap
2023-10-23
1
-14
/
+14
|
*
wifi: cfg80211: fix header kernel-doc typos
Randy Dunlap
2023-10-23
1
-10
/
+10
|
*
wifi: mac80211: add link id to mgd_prepare_tx()
Miri Korenblit
2023-10-23
1
-0
/
+3
|
*
wifi: mac80211: make mgd_protect_tdls_discover MLO-aware
Miri Korenblit
2023-10-23
1
-1
/
+2
|
*
wifi: cfg80211: Fix typo in documentation
Ilan Peer
2023-10-23
1
-1
/
+1
|
*
wifi: mac80211: Rename and update IEEE80211_VIF_DISABLE_SMPS_OVERRIDE
Ilan Peer
2023-10-23
1
-3
/
+3
|
*
wifi: mac80211: add a driver callback to add vif debugfs
Miri Korenblit
2023-10-23
1
-0
/
+6
*
|
Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...
Jakub Kicinski
2023-10-27
11
-21
/
+132
|
\
\
|
*
|
netkit, bpf: Add bpf programmable net device
Daniel Borkmann
2023-10-25
3
-0
/
+76
|
*
|
xsk: Avoid starving the xsk further down the list
Albert Huang
2023-10-24
1
-0
/
+7
|
*
|
bpf: correct loop detection for iterators convergence
Eduard Zingerman
2023-10-24
1
-0
/
+15
|
*
|
bpf: exact states comparison for iterator convergence checks
Eduard Zingerman
2023-10-24
1
-0
/
+1
|
*
|
bpf, tcx: Get rid of tcx_link_const
Daniel Borkmann
2023-10-24
1
-6
/
+1
|
*
|
bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()
Hou Tao
2023-10-20
1
-1
/
+1
|
*
|
bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.h
Hou Tao
2023-10-20
1
-0
/
+1
|
*
|
bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()
Hou Tao
2023-10-20
1
-0
/
+1
|
*
|
mm/percpu.c: introduce pcpu_alloc_size()
Hou Tao
2023-10-20
1
-0
/
+1
|
*
|
bpf: teach the verifier to enforce css_iter and task_iter in RCU CS
Chuyi Zhou
2023-10-20
2
-8
/
+12
|
*
|
cgroup: Prepare for using css_task_iter_*() in BPF
Chuyi Zhou
2023-10-20
1
-7
/
+5
[next]