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-07-27
tipc: stop tipc crypto on failure in tipc_node_create
Fedor Pchelkin
1
-1
/
+1
2023-07-27
af_unix: Terminate sun_path when bind()ing pathname socket.
Kuniyuki Iwashima
1
-5
/
+16
2023-07-27
tipc: check return value of pskb_trim()
Yuanjun Gong
1
-1
/
+2
2023-07-26
Merge tag 'nf-23-07-26' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...
Jakub Kicinski
3
-17
/
+35
2023-07-26
net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64
Lin Ma
1
-0
/
+14
2023-07-26
mptcp: more accurate NL event generation
Paolo Abeni
1
-2
/
+1
2023-07-26
netfilter: nf_tables: disallow rule addition to bound chain via NFTA_RULE_CHA...
Pablo Neira Ayuso
1
-2
/
+3
2023-07-26
netfilter: nf_tables: skip immediate deactivate in _PREPARE_ERROR
Pablo Neira Ayuso
1
-9
/
+18
2023-07-26
netfilter: nft_set_rbtree: fix overlap expiration walk
Florian Westphal
1
-6
/
+14
2023-07-26
rbd: harden get_lock_owner_info() a bit
Ilya Dryomov
1
-0
/
+1
2023-07-26
wifi: cfg80211: Fix return value in scan logic
Ilan Peer
1
-1
/
+1
2023-07-25
af_packet: Fix warning of fortified memcpy() in packet_getname().
Kuniyuki Iwashima
1
-1
/
+1
2023-07-25
af_unix: Fix fortify_panic() in unix_bind_bsd().
Kuniyuki Iwashima
1
-4
/
+2
2023-07-25
net: remove redundant NULL check in remove_xps_queue()
Zhengchao Shao
1
-2
/
+1
2023-07-25
bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
Lorenz Bauer
3
-6
/
+12
2023-07-25
net: remove duplicate sk_lookup helpers
Lorenz Bauer
4
-84
/
+39
2023-07-25
net: document inet[6]_lookup_reuseport sk_state requirements
Lorenz Bauer
2
-0
/
+30
2023-07-25
net: remove duplicate reuseport_lookup functions
Lorenz Bauer
4
-57
/
+52
2023-07-25
net: export inet_lookup_reuseport and inet6_lookup_reuseport
Lorenz Bauer
2
-16
/
+18
2023-07-25
bpf: reject unhashed sockets in bpf_sk_assign
Lorenz Bauer
1
-0
/
+2
2023-07-25
udp: re-score reuseport groups when connected sockets are present
Lorenz Bauer
2
-10
/
+29
2023-07-25
xfrm: Support UDP encapsulation in packet offload mode
Leon Romanovsky
1
-6
/
+7
2023-07-24
Merge tag 'linux-can-fixes-for-6.5-20230724' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
1
-2
/
+3
2023-07-24
mptcp: fix rcv buffer auto-tuning
Paolo Abeni
3
-10
/
+15
2023-07-24
ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary...
Maciej Żenczykowski
1
-4
/
+10
2023-07-24
tcx: Fix splat in ingress_destroy upon tcx_entry_free
Daniel Borkmann
1
-1
/
+1
2023-07-24
ipv6: remove hard coded limitation on ipv6_pinfo
Eric Dumazet
11
-9
/
+11
2023-07-24
sunrpc: convert to ctime accessor functions
Jeff Layton
1
-1
/
+1
2023-07-23
net: add sysctl accept_ra_min_rtr_lft
Patrick Rohr
2
-2
/
+26
2023-07-23
net: dsa: remove deprecated strncpy
[email protected]
1
-4
/
+5
2023-07-23
netlink: Add new netlink_release function
Anjali Kulkarni
2
-0
/
+10
2023-07-23
netlink: Reverse the patch which removed filtering
Anjali Kulkarni
1
-2
/
+25
2023-07-21
net: page_pool: merge page_pool_release_page() with page_pool_return_page()
Jakub Kicinski
1
-10
/
+2
2023-07-21
net: page_pool: hide page_pool_release_page()
Jakub Kicinski
1
-2
/
+1
2023-07-21
genetlink: add explicit ordering break check for split ops
Jiri Pirko
1
-1
/
+5
2023-07-21
sch_htb: Allow HTB quantum parameter in offload mode
Naveen Mamindlapalli
1
-4
/
+3
2023-07-21
net: switchdev: Add a helper to replay objects on a bridge port
Petr Machata
4
-0
/
+58
2023-07-21
net: bridge: br_switchdev: Tolerate -EOPNOTSUPP when replaying MDB
Petr Machata
1
-1
/
+5
2023-07-20
nexthop: Do not return invalid nexthop object during multipath selection
Benjamin Poirier
1
-6
/
+8
2023-07-20
nexthop: Factor out neighbor validity check
Benjamin Poirier
1
-13
/
+16
2023-07-20
nexthop: Factor out hash threshold fdb nexthop selection
Benjamin Poirier
1
-2
/
+20
2023-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
35
-380
/
+546
2023-07-20
Merge tag 'net-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
34
-365
/
+520
2023-07-20
Merge tag 'for-net-2023-07-20' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
7
-81
/
+211
2023-07-20
Merge tag 'nf-23-07-20' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...
Jakub Kicinski
2
-3
/
+15
2023-07-20
tcp: annotate data-races around fastopenq.max_qlen
Eric Dumazet
2
-3
/
+5
2023-07-20
tcp: annotate data-races around icsk->icsk_user_timeout
Eric Dumazet
1
-3
/
+3
2023-07-20
tcp: annotate data-races around tp->notsent_lowat
Eric Dumazet
1
-2
/
+2
2023-07-20
tcp: annotate data-races around rskq_defer_accept
Eric Dumazet
1
-5
/
+6
2023-07-20
tcp: annotate data-races around tp->linger2
Eric Dumazet
1
-4
/
+4
[prev]
[next]