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
2022-07-11
tls: fix spelling of MIB
Jakub Kicinski
2
-2
/
+2
2022-07-11
skmsg: Fix invalid last sg check in sk_msg_recvmsg()
Liu Jian
1
-2
/
+2
2022-07-11
netfilter: nf_tables: move nft_cmp_fast_mask to where its used
Florian Westphal
1
-0
/
+12
2022-07-11
netfilter: nf_tables: use correct integer types
Florian Westphal
4
-11
/
+12
2022-07-11
netfilter: nf_tables: add and use BE register load-store helpers
Florian Westphal
2
-4
/
+4
2022-07-11
netfilter: nf_tables: use the correct get/put helpers
Florian Westphal
4
-10
/
+11
2022-07-11
netfilter: x_tables: use correct integer types
Florian Westphal
3
-9
/
+9
2022-07-11
netfilter: nfnetlink: add missing __be16 cast
Florian Westphal
1
-1
/
+1
2022-07-11
netfilter: nft_set_bitmap: Fix spelling mistake
Zhang Jiaming
1
-2
/
+2
2022-07-11
netfilter: h323: merge nat hook pointers into one
Florian Westphal
2
-189
/
+113
2022-07-11
netfilter: nf_conntrack: use rcu accessors where needed
Florian Westphal
7
-16
/
+57
2022-07-11
netfilter: nf_conntrack: add missing __rcu annotations
Florian Westphal
3
-3
/
+3
2022-07-11
netfilter: nf_flow_table: count pending offload workqueue tasks
Vlad Buslov
5
-4
/
+165
2022-07-11
net/sched: act_ct: set 'net' pointer when creating new nf_flow_table
Vlad Buslov
1
-2
/
+3
2022-07-11
netfilter: conntrack: use correct format characters
Bill Wendling
1
-1
/
+1
2022-07-11
netfilter: conntrack: use fallthrough to cleanup
Jackie Liu
1
-5
/
+3
2022-07-11
net: Find dst with sk's xfrm policy not ctl_sk
sewookseo
3
-2
/
+7
2022-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
David S. Miller
5
-25
/
+81
2022-07-11
mptcp: fix subflow traversal at disconnect time
Paolo Abeni
1
-2
/
+2
2022-07-11
wifi: mac80211: fix queue selection for mesh/OCB interfaces
Felix Fietkau
1
-2
/
+2
2022-07-11
wifi: mac80211: Use the bitmap API to allocate bitmaps
Christophe JAILLET
1
-3
/
+2
2022-07-11
wifi: mac80211: fix center freq calculation in ieee80211_chandef_downgrade
MeiChia Chiu
1
-1
/
+1
2022-07-11
wifi: nl80211: fix sending link ID info of associated BSS
Veerendranath Jakkam
1
-1
/
+2
2022-07-11
wifi: cfg80211: fix a comment in cfg80211_mlme_mgmt_tx()
Veerendranath Jakkam
1
-1
/
+1
2022-07-11
wifi: nl80211: Fix reading NL80211_ATTR_MLO_LINK_ID in nl80211_pre_doit
Veerendranath Jakkam
1
-1
/
+1
2022-07-10
SUNRPC: Fix an RPC/RDMA performance regression
Trond Myklebust
3
-12
/
+6
2022-07-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
9
-96
/
+142
2022-07-09
netfilter: nf_tables: replace BUG_ON by element length check
Pablo Neira Ayuso
1
-21
/
+51
2022-07-09
af_unix: fix unix_sysctl_register() error path
Eric Dumazet
1
-1
/
+1
2022-07-09
vlan: fix memory leak in vlan_newlink()
Eric Dumazet
1
-3
/
+7
2022-07-09
mptcp: move MPTCPOPT_HMAC_LEN to net/mptcp.h
Geliang Tang
1
-1
/
+0
2022-07-09
netfilter: nf_log: incorrect offset to network header
Pablo Neira Ayuso
1
-4
/
+4
2022-07-09
9p: Add client parameter to p9_req_put()
Kent Overstreet
5
-16
/
+16
2022-07-09
9p: Drop kref usage
Kent Overstreet
1
-11
/
+8
2022-07-08
net: rxrpc: fix clang -Wformat warning
Justin Stitt
1
-1
/
+1
2022-07-08
tls: rx: make tls_wait_data() return an recvmsg retcode
Jakub Kicinski
1
-27
/
+26
2022-07-08
tls: create an internal header
Jakub Kicinski
7
-7
/
+337
2022-07-08
tls: rx: coalesce exit paths in tls_decrypt_sg()
Jakub Kicinski
1
-9
/
+5
2022-07-08
tls: rx: wrap decrypt params in a struct
Jakub Kicinski
1
-30
/
+30
2022-07-08
tls: rx: always allocate max possible aad size for decrypt
Jakub Kicinski
1
-9
/
+10
2022-07-08
strparser: pad sk_skb_cb to avoid straddling cachelines
Jakub Kicinski
1
-0
/
+3
2022-07-08
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-2
/
+6
2022-07-08
net: minor optimization in __alloc_skb()
Eric Dumazet
1
-2
/
+1
2022-07-08
l2tp: l2tp_debugfs: fix Clang -Wformat warnings
Justin Stitt
1
-3
/
+3
2022-07-08
ipv4: Fix a data-race around sysctl_fib_sync_mem.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-08
icmp: Fix data-races around sysctl.
Kuniyuki Iwashima
1
-2
/
+3
2022-07-08
cipso: Fix data-races around sysctl.
Kuniyuki Iwashima
1
-5
/
+7
2022-07-08
inetpeer: Fix data-races around sysctl.
Kuniyuki Iwashima
1
-4
/
+8
2022-07-08
tcp: Fix a data-race around sysctl_tcp_max_orphans.
Kuniyuki Iwashima
1
-1
/
+2
2022-07-07
net: l2tp: fix clang -Wformat warning
Justin Stitt
1
-1
/
+1
[prev]
[next]