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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-21
bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF bindings
Gilad Sever
1
-30
/
+39
2023-06-21
bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via TC hookpoint
Gilad Sever
1
-6
/
+18
2023-06-21
bpf: Factor out socket lookup functions for the TC hookpoint.
Gilad Sever
1
-3
/
+60
2023-06-21
wifi: mac80211: mark keys as uploaded when added by the driver
Yedidya Benshimol
1
-2
/
+6
2023-06-21
wifi: nl80211/reg: add no-EHT regulatory flag
Johannes Berg
1
-1
/
+3
2023-06-21
wifi: cfg80211: Retrieve PSD information from RNR AP information
Ilan Peer
1
-0
/
+13
2023-06-21
wifi: mac80211: fix CRC calculation for extended elems
Johannes Berg
1
-14
/
+11
2023-06-21
wifi: mac80211: avoid lockdep checking when removing deflink
Benjamin Berg
1
-2
/
+3
2023-06-21
wifi: mac80211: always hold sdata lock in chanctx assign/unassign
Johannes Berg
2
-5
/
+18
2023-06-21
wifi: mac80211: store BSS param change count from assoc response
Johannes Berg
2
-1
/
+17
2023-06-21
wifi: mac80211: drop some unprotected action frames
Johannes Berg
1
-2
/
+13
2023-06-21
wifi: mac80211: move action length check up
Johannes Berg
1
-4
/
+5
2023-06-21
wifi: mac80211: drop unprotected robust mgmt before 4-way-HS
Alon Giladi
1
-3
/
+10
2023-06-20
net: remove sk_is_ipmr() and sk_is_icmpv6() helpers
Eric Dumazet
1
-2
/
+2
2023-06-20
netlabel: Reorder fields in 'struct netlbl_domaddr6_map'
Christophe JAILLET
1
-1
/
+1
2023-06-20
mptcp: Reorder fields in 'struct mptcp_pm_add_entry'
Christophe JAILLET
1
-1
/
+1
2023-06-20
netfilter: nf_tables: Fix for deleting base chains with payload
Phil Sutter
1
-7
/
+9
2023-06-20
netfilter: nfnetlink_osf: fix module autoload
Pablo Neira Ayuso
2
-1
/
+1
2023-06-20
netfilter: nf_tables: drop module reference after updating chain
Pablo Neira Ayuso
1
-0
/
+2
2023-06-20
netfilter: nf_tables: disallow timeout for anonymous sets
Pablo Neira Ayuso
1
-0
/
+7
2023-06-20
netfilter: nf_tables: disallow updates of anonymous sets
Pablo Neira Ayuso
1
-0
/
+3
2023-06-20
netfilter: nf_tables: reject unbound chain set before commit phase
Pablo Neira Ayuso
1
-0
/
+13
2023-06-20
netfilter: nf_tables: reject unbound anonymous set before commit phase
Pablo Neira Ayuso
1
-3
/
+32
2023-06-20
netfilter: nf_tables: disallow element updates of bound anonymous sets
Pablo Neira Ayuso
1
-2
/
+5
2023-06-20
netfilter: nf_tables: fix underflow in object reference counter
Pablo Neira Ayuso
1
-8
/
+5
2023-06-20
netfilter: nft_set_pipapo: .walk does not deal with generations
Pablo Neira Ayuso
1
-1
/
+5
2023-06-20
netfilter: nf_tables: drop map element references from preparation phase
Pablo Neira Ayuso
5
-31
/
+163
2023-06-20
netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain
Pablo Neira Ayuso
2
-7
/
+41
2023-06-20
netfilter: nf_tables: fix chain binding transaction logic
Pablo Neira Ayuso
2
-40
/
+133
2023-06-20
netfilter: ipset: Replace strlcpy with strscpy
Azeem Shaikh
1
-5
/
+5
2023-06-20
Merge tag 'ipsec-2023-06-20' of git://git.kernel.org/pub/scm/linux/kernel/git...
David S. Miller
7
-8
/
+78
2023-06-20
net: dsa: introduce preferred_default_local_cpu_port and use on MT7530
Vladimir Oltean
1
-1
/
+23
2023-06-20
Merge tag 'ieee802154-for-net-2023-06-19' of git://git.kernel.org/pub/scm/lin...
David S. Miller
2
-2
/
+2
2023-06-19
NFS: add sysfs shutdown knob
Benjamin Coddington
1
-0
/
+5
2023-06-19
NFS: Add sysfs links to sunrpc clients for nfs_clients
Benjamin Coddington
1
-7
/
+0
2023-06-19
ipv6: exthdrs: Remove redundant skb_headlen() check in ip6_parse_tlv().
Kuniyuki Iwashima
1
-3
/
+0
2023-06-19
ipv6: exthdrs: Reload hdr only when needed in ipv6_srh_rcv().
Kuniyuki Iwashima
1
-2
/
+2
2023-06-19
ipv6: exthdrs: Replace pskb_pull() with skb_pull() in ipv6_srh_rcv().
Kuniyuki Iwashima
1
-5
/
+1
2023-06-19
ipv6: rpl: Remove redundant multicast tests in ipv6_rpl_srh_rcv().
Kuniyuki Iwashima
1
-2
/
+1
2023-06-19
ipv6: rpl: Remove pskb(_may)?_pull() in ipv6_rpl_srh_rcv().
Kuniyuki Iwashima
2
-23
/
+1
2023-06-19
SUNRPC: Add a TCP-with-TLS RPC transport class
Chuck Lever
2
-0
/
+371
2023-06-19
SUNRPC: Capture CMSG metadata on client-side receive
Chuck Lever
1
-2
/
+47
2023-06-19
SUNRPC: Ignore data_ready callbacks during TLS handshakes
Chuck Lever
1
-0
/
+6
2023-06-19
SUNRPC: Add RPC client support for the RPC_AUTH_TLS auth flavor
Chuck Lever
4
-2
/
+180
2023-06-19
SUNRPC: Trace the rpc_create_args
Chuck Lever
1
-1
/
+1
2023-06-19
SUNRPC: Plumb an API for setting transport layer security
Chuck Lever
1
-0
/
+4
2023-06-19
SUNRPC: attempt to reach rpcbind with an abstract socket name
NeilBrown
1
-8
/
+31
2023-06-19
SUNRPC: support abstract unix socket addresses
NeilBrown
2
-4
/
+13
2023-06-19
wifi: mac80211: add eht_capa debugfs field
Ben Greear
1
-0
/
+185
2023-06-19
ipvs: align inner_mac_header for encapsulation
Terin Stock
1
-0
/
+2
[prev]
[next]