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-05-13
l2tp: Support different protocol versions with same IP/port quadruple
Samuel Thibault
1
-8
/
+10
2024-05-13
netdev: Add queue stats for TX stop and wake
Daniel Jurgens
1
-1
/
+3
2024-05-13
tcp: socket option to check for MPTCP fallback to TCP
Matthieu Baerts (NGI0)
2
-0
/
+5
2024-05-13
net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segment
Richard Gobert
5
-76
/
+5
2024-05-13
net: gro: use cb instead of skb->network_header
Richard Gobert
4
-9
/
+6
2024-05-13
Merge tag 'nf-next-24-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
15
-171
/
+159
2024-05-10
af_unix: Add dead flag to struct scm_fp_list.
Kuniyuki Iwashima
2
-4
/
+11
2024-05-10
netfilter: nf_tables: allow clone callbacks to sleep
Florian Westphal
7
-19
/
+21
2024-05-10
netfilter: nft_set_pipapo: remove dirty flag
Florian Westphal
2
-27
/
+0
2024-05-10
netfilter: nft_set_pipapo: move cloning of match info to insert/removal path
Florian Westphal
1
-21
/
+49
2024-05-10
netfilter: nft_set_pipapo: prepare pipapo_get helper for on-demand clone
Florian Westphal
1
-7
/
+10
2024-05-10
net: ipv6: fix wrong start position when receive hop-by-hop fragment
gaoxingwang
1
-1
/
+1
2024-05-09
tcp: get rid of twsk_unique()
Eric Dumazet
4
-4
/
+5
2024-05-09
net/sched: adjust device watchdog timer to detect stopped queue at right time
Praveen Kumar Kannoju
1
-4
/
+7
2024-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
28
-79
/
+199
2024-05-09
l2tp: Support several sockets with same IP/port quadruple
Samuel Thibault
1
-0
/
+21
2024-05-09
net/smc: fix neighbour and rtable leak in smc_ib_find_route()
Wen Gu
1
-7
/
+12
2024-05-08
Merge tag 'wireless-next-2024-05-08' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
6
-60
/
+168
2024-05-08
ipv6: prevent NULL dereference in ip6_output()
Eric Dumazet
1
-1
/
+1
2024-05-08
hsr: Simplify code for announcing HSR nodes timer setup
Lukasz Majewski
1
-15
/
+12
2024-05-08
phonet: no longer hold RTNL in route_dumpit()
Eric Dumazet
1
-8
/
+9
2024-05-08
ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()
Eric Dumazet
1
-1
/
+5
2024-05-08
net: dst_cache: minor optimization in dst_cache_set_ip6()
Eric Dumazet
1
-1
/
+1
2024-05-08
net: dst_cache: annotate data-races around dst_cache->reset_ts
Eric Dumazet
1
-2
/
+3
2024-05-08
rxrpc: Only transmit one ACK per jumbo packet received
David Howells
1
-11
/
+35
2024-05-08
rxrpc: Fix congestion control algorithm
David Howells
3
-10
/
+2
2024-05-08
ax25: Remove superfuous "return" from ax25_ds_set_timer
Joel Granados
1
-1
/
+0
2024-05-08
ipvs: allow some sysctls in non-init user namespaces
Alexander Mikhalitsyn
1
-4
/
+15
2024-05-08
ipvs: add READ_ONCE barrier for ipvs->sysctl_amemthresh
Alexander Mikhalitsyn
1
-7
/
+7
2024-05-08
ipv6: Fix potential uninit-value access in __ip6_make_skb()
Shigeru Yoshida
1
-1
/
+1
2024-05-08
net: bridge: switchdev: Improve error message for port_obj_add/del functions
Oleksij Rempel
1
-4
/
+95
2024-05-08
appletalk: Improve handling of broadcast packets
Vincent Duvert
1
-3
/
+16
2024-05-08
net/ipv4: add tracepoint for icmp_send
Peilin He
1
-0
/
+4
2024-05-08
net: bridge: fix corrupted ethernet header on multicast-to-unicast
Felix Fietkau
1
-2
/
+7
2024-05-08
net: dsa: add support switches global DSCP priority mapping
Oleksij Rempel
1
-0
/
+75
2024-05-08
net: add IEEE 802.1q specific helpers
Oleksij Rempel
3
-0
/
+246
2024-05-08
net: dsa: add support for DCB get/set apptrust configuration
Oleksij Rempel
1
-0
/
+28
2024-05-07
mptcp: only allow set existing scheduler for net.mptcp.scheduler
Gregory Detal
1
-1
/
+38
2024-05-07
nfc: nci: Fix kcov check in nci_rx_work()
Tetsuo Handa
1
-0
/
+1
2024-05-07
mptcp: fix possible NULL dereferences
Eric Dumazet
1
-15
/
+17
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
11
-12
/
+13
2024-05-07
net: dccp: Fix ccid2_rtt_estimator() kernel-doc
Jeff Johnson
1
-0
/
+1
2024-05-07
rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protection
Eric Dumazet
4
-6
/
+5
2024-05-07
rtnetlink: do not depend on RTNL in rtnl_xdp_prog_skb()
Eric Dumazet
1
-5
/
+7
2024-05-07
rtnetlink: do not depend on RTNL in rtnl_fill_proto_down()
Eric Dumazet
2
-8
/
+11
2024-05-07
rtnetlink: do not depend on RTNL for many attributes
Eric Dumazet
1
-20
/
+31
2024-05-07
net: write once on dev->allmulti and dev->promiscuity
Eric Dumazet
1
-16
/
+20
2024-05-07
rtnetlink: do not depend on RTNL for IFLA_TXQLEN output
Eric Dumazet
4
-5
/
+5
2024-05-07
rtnetlink: do not depend on RTNL for IFLA_IFNAME output
Eric Dumazet
1
-2
/
+6
2024-05-07
rtnetlink: do not depend on RTNL for IFLA_QDISC output
Eric Dumazet
1
-3
/
+3
[next]