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-09-03
wifi: mac80211: fix link warning in RX agg timer expiry
Mukesh Sisodiya
1
-0
/
+4
2022-09-03
net: sched: htb: remove redundant resource cleanup in htb_init()
Zhengchao Shao
1
-27
/
+9
2022-09-03
net: sched: fq_codel: remove redundant resource cleanup in fq_codel_init()
Zhengchao Shao
1
-17
/
+8
2022-09-02
net/sched: cls_api: remove redundant 0 check in tcf_qevent_init()
Zhengchao Shao
1
-3
/
+0
2022-09-02
bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()
Martin KaFai Lau
3
-33
/
+27
2022-09-02
bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()
Martin KaFai Lau
2
-20
/
+14
2022-09-02
bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()
Martin KaFai Lau
2
-33
/
+45
2022-09-02
bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()
Martin KaFai Lau
2
-36
/
+25
2022-09-02
bpf: Embed kernel CONFIG check into the if statement in bpf_getsockopt
Martin KaFai Lau
1
-7
/
+4
2022-09-02
bpf: net: Avoid do_ipv6_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
1
-8
/
+8
2022-09-02
bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
3
-40
/
+47
2022-09-02
net: Add a len argument to compat_ipv6_get_msfilter()
Martin KaFai Lau
1
-5
/
+3
2022-09-02
net: Remove unused flags argument from do_ipv6_getsockopt
Martin KaFai Lau
1
-3
/
+3
2022-09-02
bpf: net: Avoid do_ip_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
1
-8
/
+8
2022-09-02
bpf: net: Change do_ip_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
3
-48
/
+63
2022-09-02
bpf: net: Avoid do_tcp_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
1
-9
/
+9
2022-09-02
bpf: net: Change do_tcp_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
1
-35
/
+37
2022-09-02
bpf: net: Avoid sk_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
1
-2
/
+2
2022-09-02
bpf: net: Change sk_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2
-22
/
+26
2022-09-02
net: Change sock_getsockopt() to take the sk ptr instead of the sock ptr
Martin KaFai Lau
1
-3
/
+9
2022-09-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
9
-97
/
+20
2022-09-02
Bluetooth: hci_sync: Fix hci_read_buffer_size_sync
Luiz Augusto von Dentz
1
-6
/
+6
2022-09-02
bpf: Support getting tunnel flags
Shmulik Ladkani
1
-2
/
+6
2022-09-02
Merge tag 'rxrpc-fixes-20220901' of git://git.kernel.org/pub/scm/linux/kernel...
David S. Miller
9
-83
/
+270
2022-09-02
tcp: TX zerocopy should not sense pfmemalloc status
Eric Dumazet
2
-2
/
+2
2022-09-02
tipc: fix shift wrapping bug in map_get()
Dan Carpenter
1
-1
/
+1
2022-09-02
sch_sfb: Don't assume the skb is still around after enqueueing to child
Toke Høiland-Jørgensen
1
-4
/
+6
2022-09-01
ipv6: tcp: send consistent autoflowlabel in SYN_RECV state
Eric Dumazet
1
-12
/
+14
2022-09-01
net: rtnetlink: use netif_oper_up instead of open code
Juhee Kang
1
-4
/
+2
2022-09-01
net: sched: etf: remove true check in etf_enable_offload()
Zhengchao Shao
1
-3
/
+0
2022-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
26
-128
/
+192
2022-09-01
SUNRPC: Fix call completion races with call_decode()
Trond Myklebust
1
-4
/
+4
2022-09-01
net: sched: gred: remove NULL check before free table->tab in gred_destroy()
Zhengchao Shao
1
-4
/
+3
2022-09-01
rxrpc: Remove rxrpc_get_reply_time() which is no longer used
David Howells
1
-43
/
+0
2022-09-01
rxrpc: Fix calc of resend age
David Howells
1
-1
/
+1
2022-09-01
rxrpc: Fix local destruction being repeated
David Howells
1
-0
/
+3
2022-09-01
rxrpc: Fix an insufficiently large sglist in rxkad_verify_packet_2()
David Howells
1
-1
/
+1
2022-09-01
rxrpc: Fix ICMP/ICMP6 error handling
David Howells
6
-38
/
+265
2022-09-01
xfrm: Update ipcomp_scratches with NULL when freed
Khalid Masum
1
-0
/
+1
2022-09-01
net/smc: Remove redundant refcount increase
Yacan Liu
1
-1
/
+0
2022-09-01
net: sched: remove redundant NULL check in change hook function
Zhengchao Shao
13
-39
/
+1
2022-08-31
Revert "sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb"
Jakub Kicinski
1
-3
/
+1
2022-08-31
tcp: make global challenge ack rate limitation per net-ns and default disabled
Eric Dumazet
2
-12
/
+15
2022-08-31
tcp: annotate data-race around challenge_timestamp
Eric Dumazet
1
-2
/
+2
2022-08-31
net: dsa: hellcreek: Print warning only once
Kurt Kanzenbach
1
-1
/
+1
2022-08-31
net-next: Fix IP_UNICAST_IF option behavior for connected sockets
Richard Gobert
1
-0
/
+2
2022-08-31
ip: fix triggering of 'icmp redirect'
Nicolas Dichtel
1
-2
/
+2
2022-08-31
net: sched: gred/red: remove unused variables in struct red_stats
Zhengchao Shao
2
-4
/
+0
2022-08-31
net: sched: choke: remove unused variables in struct choke_sched_data
Zhengchao Shao
1
-2
/
+0
2022-08-31
net/rds: Pass a pointer to virt_to_page()
Linus Walleij
1
-1
/
+1
[prev]
[next]