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
2021-05-19
net: qrtr: ns: Fix error return code in qrtr_ns_init()
Wei Yongjun
1
-1
/
+3
2021-05-19
net/sched: cls_api: increase max_reclassify_loop
Davide Caratti
1
-1
/
+1
2021-05-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
5
-25
/
+62
2021-05-19
net: Add notifications when multipath hash field change
Ido Schimmel
2
-2
/
+34
2021-05-19
netlabel: remove unused parameter in netlbl_netlink_auditinfo()
Zheng Yejian
5
-16
/
+14
2021-05-19
bpf: Prepare bpf syscall to be used from kernel and user space.
Alexei Starovoitov
1
-1
/
+1
2021-05-19
bpf: Introduce bpf_sys_bpf() helper and program type.
Alexei Starovoitov
1
-0
/
+43
2021-05-18
net: dcb: Remove unnecessary INIT_LIST_HEAD()
Yang Yingliang
1
-2
/
+0
2021-05-18
cipso: correct comments of cipso_v4_cache_invalidate()
Zheng Yejian
1
-2
/
+1
2021-05-18
ipv6: Add custom multipath hash policy
Ido Schimmel
2
-1
/
+127
2021-05-18
ipv6: Add a sysctl to control multipath hash fields
Ido Schimmel
2
-0
/
+17
2021-05-18
ipv6: Calculate multipath hash inside switch statement
Ido Schimmel
1
-2
/
+4
2021-05-18
ipv6: Use a more suitable label name
Ido Schimmel
1
-2
/
+2
2021-05-18
ipv4: Add custom multipath hash policy
Ido Schimmel
2
-1
/
+123
2021-05-18
ipv4: Add a sysctl to control multipath hash fields
Ido Schimmel
2
-0
/
+18
2021-05-18
ipv4: Calculate multipath hash inside switch statement
Ido Schimmel
1
-2
/
+4
2021-05-18
bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_proto
Dongseok Yi
1
-9
/
+13
2021-05-18
skmsg: Remove unused parameters of sk_msg_wait_data()
Cong Wang
3
-15
/
+5
2021-05-17
net/packet: Remove redundant assignment to ret
Jiapeng Chong
1
-5
/
+2
2021-05-17
net: Remove the member netns_ok
Yejune Deng
10
-22
/
+0
2021-05-17
ip: Treat IPv4 segment's lowest address as unicast
Seth David Schoen
1
-3
/
+1
2021-05-14
tcp: add tracepoint for checksum errors
Jakub Kicinski
4
-0
/
+7
2021-05-14
net: bridge: fix build when IPv6 is disabled
Matteo Croce
1
-1
/
+1
2021-05-14
net: bridge: fix br_multicast_is_router stub when igmp is disabled
Nikolay Aleksandrov
1
-1
/
+2
2021-05-13
bpf: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-2
/
+1
2021-05-13
net: caif: Drop unnecessary NULL check after container_of
Guenter Roeck
1
-2
/
+0
2021-05-13
net: bridge: mcast: export multicast router presence adjacent to a port
Linus Lüssing
1
-0
/
+55
2021-05-13
net: bridge: mcast: add ip4+ip6 mcast router timers to mdb netlink
Linus Lüssing
1
-1
/
+7
2021-05-13
net: bridge: mcast: split multicast router state for IPv4 and IPv6
Linus Lüssing
3
-7
/
+151
2021-05-13
net: bridge: mcast: split router port del+notify for mcast router split
Linus Lüssing
1
-9
/
+31
2021-05-13
net: bridge: mcast: prepare add-router function for mcast router split
Linus Lüssing
1
-32
/
+85
2021-05-13
net: bridge: mcast: prepare expiry functions for mcast router split
Linus Lüssing
1
-9
/
+22
2021-05-13
net: bridge: mcast: prepare is-router function for mcast router split
Linus Lüssing
3
-7
/
+37
2021-05-13
net: bridge: mcast: prepare query reception for mcast router split
Linus Lüssing
1
-26
/
+27
2021-05-13
net: bridge: mcast: prepare mdb netlink for mcast router split
Linus Lüssing
1
-5
/
+34
2021-05-13
net: bridge: mcast: add wrappers for router node retrieval
Linus Lüssing
2
-2
/
+13
2021-05-13
net: bridge: mcast: rename multicast router lists and timers
Linus Lüssing
4
-34
/
+34
2021-05-13
net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RT
Sebastian Andrzej Siewior
1
-2
/
+9
2021-05-13
net: taprio offload: enforce qdisc to netdev queue mapping
Yannick Vignon
1
-40
/
+45
2021-05-12
tls splice: remove inappropriate flags checking for MSG_PEEK
Jim Ma
1
-2
/
+1
2021-05-11
net/sched: taprio: Drop unnecessary NULL check after container_of
Guenter Roeck
1
-3
/
+0
2021-05-10
rtnetlink: avoid RCU read lock when holding RTNL
Cong Wang
2
-21
/
+9
2021-05-10
neighbour: Remove redundant initialization of 'bucket'
Yang Li
1
-1
/
+1
2021-05-10
net: openvswitch: Remove unnecessary skb_nfct()
Yejune Deng
1
-7
/
+4
2021-05-08
Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
31
-121
/
+407
2021-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
13
-40
/
+117
2021-05-07
mptcp: fix splat when closing unaccepted socket
Paolo Abeni
1
-2
/
+1
2021-05-07
Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
10
-227
/
+237
2021-05-07
netfilter: nftables: avoid potential overflows on 32bit arches
Eric Dumazet
2
-7
/
+10
2021-05-07
netfilter: nftables: avoid overflows in nft_hash_buckets()
Eric Dumazet
1
-1
/
+9
[next]