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-08-02
net: vlan: convert to ndo_hwtstamp_get() / ndo_hwtstamp_set()
Maxim Georgiev
1
-5
/
+22
2023-08-02
net: add hwtstamping helpers for stackable net devices
Maxim Georgiev
1
-7
/
+68
2023-08-02
net: add NDOs for configuring hardware timestamping
Maxim Georgiev
1
-2
/
+44
2023-08-02
net/packet: change packet_alloc_skb() to allow bigger paged allocations
Eric Dumazet
1
-1
/
+3
2023-08-02
net: allow alloc_skb_with_frags() to allocate bigger packets
Eric Dumazet
1
-31
/
+25
2023-08-02
bpf, xdp: Add tracepoint to xdp attaching failure
Leon Hwang
1
-1
/
+4
2023-08-02
netlabel: Remove unused declaration netlbl_cipsov4_doi_free()
Yue Haibing
1
-3
/
+0
2023-08-02
ila: Remove unnecessary file net/ila.h
Yue Haibing
2
-2
/
+0
2023-08-02
ip6mr: Fix skb_under_panic in ip6mr_cache_report()
Yue Haibing
1
-1
/
+1
2023-08-02
tc: flower: Enable offload support IPSEC SPI field.
Ratheesh Kannoth
1
-0
/
+7
2023-08-02
tc: flower: support for SPI
Ratheesh Kannoth
1
-0
/
+35
2023-08-02
net: flow_dissector: Add IPSEC dissector
Ratheesh Kannoth
1
-1
/
+52
2023-08-02
libceph: fix potential hang in ceph_osdc_notify()
Ilya Dryomov
1
-6
/
+14
2023-08-01
net: dcb: choose correct policy to parse DCB_ATTR_BCN
Lin Ma
1
-1
/
+1
2023-08-01
net: make sure we never create ifindex = 0
Jakub Kicinski
1
-2
/
+1
2023-08-01
xfrm: don't skip free of empty state in acquire policy
Leon Romanovsky
1
-6
/
+2
2023-08-01
xfrm: delete offloaded policy
Leon Romanovsky
1
-0
/
+1
2023-08-01
net: dsa: tag_qca: return early if dev is not found
Christian Marangi
1
-4
/
+4
2023-08-01
net/sched: sch_qfq: warn about class in use while deleting
Pedro Tammela
1
-1
/
+3
2023-08-01
net/sched: sch_htb: warn about class in use while deleting
Pedro Tammela
1
-1
/
+3
2023-08-01
net/sched: sch_hfsc: warn about class in use while deleting
Pedro Tammela
1
-1
/
+3
2023-08-01
net/sched: sch_drr: warn about class in use while deleting
Pedro Tammela
1
-1
/
+3
2023-08-01
net/sched: wrap open coded Qdics class filter counter
Pedro Tammela
4
-20
/
+15
2023-08-01
bpf: sockmap: Remove preempt_disable in sock_map_sk_acquire
Tomas Glozar
1
-2
/
+0
2023-07-31
net/hsr: Remove unused function declarations
Yue Haibing
1
-2
/
+0
2023-07-31
net/sched: cls_route: No longer copy tcf_result on update to avoid use-after-...
valis
1
-1
/
+0
2023-07-31
net/sched: cls_fw: No longer copy tcf_result on update to avoid use-after-free
valis
1
-1
/
+0
2023-07-31
net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-free
valis
1
-1
/
+0
2023-07-31
netfilter: bpf: Only define get_proto_defrag_hook() if necessary
Daniel Xu
1
-0
/
+2
2023-07-31
vsock: Remove unused function declarations
Yue Haibing
1
-3
/
+0
2023-07-31
net/smc: Remove unused function declarations
Yue Haibing
2
-2
/
+0
2023-07-31
net: remove duplicate INDIRECT_CALLABLE_DECLARE of udp[6]_ehashfn
Lorenz Bauer
2
-4
/
+0
2023-07-31
Bluetooth: rfcomm: remove casts from tty->driver_data
Jiri Slaby
1
-11
/
+11
2023-07-31
net: Use sockaddr_storage for getsockopt(SO_PEERNAME).
Kuniyuki Iwashima
1
-3
/
+3
2023-07-31
net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX.
Kuniyuki Iwashima
1
-2
/
+13
2023-07-31
net: flow_dissector: Use 64bits for used_keys
Ratheesh Kannoth
5
-27
/
+28
2023-07-31
xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESH
Lin Ma
1
-0
/
+1
2023-07-31
xfrm: add NULL check in xfrm_update_ae_params
Lin Ma
1
-1
/
+1
2023-07-29
net: annotate data-races around sk->sk_priority
Eric Dumazet
8
-13
/
+14
2023-07-29
net: add missing data-race annotation for sk_ll_usec
Eric Dumazet
1
-1
/
+1
2023-07-29
net: add missing data-race annotations around sk->sk_peek_off
Eric Dumazet
2
-3
/
+3
2023-07-29
net: annotate data-races around sk->sk_mark
Eric Dumazet
20
-34
/
+35
2023-07-29
net: add missing READ_ONCE(sk->sk_rcvbuf) annotation
Eric Dumazet
1
-1
/
+1
2023-07-29
net: add missing READ_ONCE(sk->sk_sndbuf) annotation
Eric Dumazet
1
-1
/
+1
2023-07-29
net: annotate data-races around sk->sk_{rcv|snd}timeo
Eric Dumazet
2
-12
/
+16
2023-07-29
net: add missing READ_ONCE(sk->sk_rcvlowat) annotation
Eric Dumazet
1
-1
/
+1
2023-07-29
net: annotate data-races around sk->sk_max_pacing_rate
Eric Dumazet
1
-3
/
+6
2023-07-29
net: annotate data-race around sk->sk_txrehash
Eric Dumazet
1
-2
/
+5
2023-07-29
net: annotate data-races around sk->sk_reserved_mem
Eric Dumazet
1
-3
/
+4
2023-07-29
net: gro: fix misuse of CB in udp socket lookup
Richard Gobert
4
-8
/
+22
[prev]
[next]