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
2024-01-24
xsk: make xsk_buff_pool responsible for clearing xdp_buff::flags
Maciej Fijalkowski
1
-0
/
+1
2024-01-24
xsk: recycle buffer in case Rx queue was full
Maciej Fijalkowski
1
-4
/
+8
2024-01-23
Merge tag 'wireless-2024-01-22' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
5
-4
/
+8
2024-01-23
ipv6: init the accept_queue's spinlocks in inet6_create
Zhengchao Shao
1
-0
/
+3
2024-01-23
netlink: fix potential sleeping issue in mqueue_flush_file
Zhengchao Shao
1
-1
/
+1
2024-01-23
tcp: Add memory barrier to tcp_push()
Salvatore Dipietro
1
-0
/
+1
2024-01-22
net/rds: Fix UBSAN: array-index-out-of-bounds in rds_cmsg_recv
Sharath Srinivasan
1
-1
/
+1
2024-01-22
net: fix removing a namespace with conflicting altnames
Jakub Kicinski
2
-0
/
+12
2024-01-21
udp: fix busy polling
Eric Dumazet
1
-2
/
+9
2024-01-19
llc: Drop support for ETH_P_TR_802_2.
Kuniyuki Iwashima
1
-7
/
+0
2024-01-19
llc: make llc_ui_sendmsg() more robust against bonding changes
Eric Dumazet
1
-8
/
+16
2024-01-19
vlan: skip nested type that is not IFLA_VLAN_QOS_MAPPING
Lin Ma
1
-0
/
+4
2024-01-19
tcp: make sure init the accept_queue's spinlocks once
Zhengchao Shao
3
-3
/
+7
2024-01-19
net/smc: fix illegal rmb_desc access in SMC-D connection dump
Wen Gu
1
-1
/
+1
2024-01-18
Merge tag 'net-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
33
-115
/
+219
2024-01-18
Merge tag 'nf-24-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Jakub Kicinski
12
-59
/
+121
2024-01-18
Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-1
/
+1
2024-01-18
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-12
/
+10
2024-01-18
ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_work
Nikita Zhandarovich
1
-0
/
+4
2024-01-18
wifi: mac80211: fix race condition on enabling fast-xmit
Felix Fietkau
2
-1
/
+3
2024-01-18
wifi: mac80211: fix potential sta-link leak
Johannes Berg
1
-1
/
+4
2024-01-18
wifi: cfg80211/mac80211: remove dependency on non-existing option
Lukas Bulwahn
2
-2
/
+0
2024-01-18
wifi: cfg80211: fix missing interfaces when dumping
Michal Kazior
1
-0
/
+1
2024-01-18
ethtool: netlink: Add missing ethnl_ops_begin/complete
Ludvig Pärsson
1
-2
/
+7
2024-01-17
ipvs: avoid stat macros calls from preemptible context
Fedor Pchelkin
1
-2
/
+2
2024-01-17
netfilter: nf_tables: reject NFT_SET_CONCAT with not field length description
Pablo Neira Ayuso
1
-1
/
+5
2024-01-17
netfilter: nf_tables: skip dead set elements in netlink dump
Pablo Neira Ayuso
1
-1
/
+1
2024-01-17
netfilter: nf_tables: do not allow mismatch field size and set key length
Pablo Neira Ayuso
1
-1
/
+5
2024-01-17
netfilter: nf_tables: check if catch-all set element is active in next genera...
Pablo Neira Ayuso
1
-1
/
+1
2024-01-17
netfilter: bridge: replace physindev with physinif in nf_bridge_info
Pavel Tikhomirov
4
-18
/
+58
2024-01-17
netfilter: propagate net to nf_bridge_get_physindev
Pavel Tikhomirov
6
-14
/
+15
2024-01-17
netfilter: nf_queue: remove excess nf_bridge variable
Pavel Tikhomirov
1
-3
/
+1
2024-01-17
netfilter: nfnetlink_log: use proper helper for fetching physinif
Pavel Tikhomirov
1
-4
/
+4
2024-01-17
netfilter: nft_limit: do not ignore unsupported flags
Pablo Neira Ayuso
1
-7
/
+12
2024-01-17
netfilter: nf_tables: bail out if stateful expression provides no .clone
Pablo Neira Ayuso
1
-8
/
+7
2024-01-17
netfilter: nf_tables: validate .maxattr at expression registration
Pablo Neira Ayuso
1
-0
/
+3
2024-01-17
netfilter: nf_tables: reject invalid set policy
Pablo Neira Ayuso
1
-1
/
+9
2024-01-17
mptcp: relax check on MPC passive fallback
Paolo Abeni
1
-1
/
+2
2024-01-14
net: tls, fix WARNIING in __sk_msg_free
John Fastabend
1
-1
/
+5
2024-01-13
bpf: Avoid iter->offset making backward progress in bpf_iter_udp
Martin KaFai Lau
1
-11
/
+10
2024-01-13
bpf: iter_udp: Retry with a larger batch size without going back to the previ...
Martin KaFai Lau
1
-1
/
+0
2024-01-13
net: sched: track device in tcf_block_get/put_ext() only for clsact binder types
Jiri Pirko
1
-2
/
+10
2024-01-13
udp: annotate data-races around up->pending
Eric Dumazet
2
-14
/
+14
2024-01-12
mptcp: refine opt_mp_capable determination
Eric Dumazet
1
-4
/
+4
2024-01-12
mptcp: use OPTION_MPTCP_MPJ_SYN in subflow_check_req()
Eric Dumazet
1
-2
/
+2
2024-01-12
mptcp: use OPTION_MPTCP_MPJ_SYNACK in subflow_finish_connect()
Eric Dumazet
1
-1
/
+1
2024-01-12
mptcp: strict validation before using mp_opt->hmac
Eric Dumazet
1
-1
/
+1
2024-01-12
mptcp: mptcp_parse_option() fix for MPTCPOPT_MP_JOIN
Eric Dumazet
1
-3
/
+3
2024-01-11
Revert "net: rtnetlink: Enslave device before bringing it up"
Nicolas Dichtel
1
-7
/
+7
2024-01-11
rxrpc: Fix use of Don't Fragment flag
David Howells
4
-5
/
+17
[next]