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-10-23
tcp: move tcp_ns_to_ts() to net/ipv4/syncookies.c
Eric Dumazet
1
-1
/
+9
2023-10-23
tcp: rename tcp_skb_timestamp()
Eric Dumazet
3
-7
/
+7
2023-10-23
tcp: replace tcp_time_stamp_raw()
Eric Dumazet
3
-6
/
+6
2023-10-23
tcp: introduce tcp_clock_ms()
Eric Dumazet
3
-7
/
+5
2023-10-23
tcp: add tcp_time_stamp_ms() helper
Eric Dumazet
2
-2
/
+2
2023-10-23
tcp: fix cookie_init_timestamp() overflows
Eric Dumazet
1
-13
/
+7
2023-10-23
ipv6: add new arguments to udp_tunnel6_dst_lookup()
Beniamino Galvani
1
-15
/
+18
2023-10-23
ipv6: remove "proto" argument from udp_tunnel6_dst_lookup()
Beniamino Galvani
1
-3
/
+1
2023-10-23
ipv6: rename and move ip6_dst_lookup_tunnel()
Beniamino Galvani
2
-68
/
+69
2023-10-23
net: atm: Remove redundant check.
Gavrilov Ilia
1
-2
/
+0
2023-10-23
xfrm Fix use after free in __xfrm6_udp_encap_rcv.
Steffen Klassert
2
-4
/
+8
2023-10-22
SUNRPC: SOFTCONN tasks should time out when on the sending list
Trond Myklebust
1
-2
/
+2
2023-10-22
SUNRPC: Force close the socket when a hard error is reported
Trond Myklebust
1
-9
/
+5
2023-10-22
SUNRPC: Don't skip timeout checks in call_connect_status()
Trond Myklebust
1
-1
/
+2
2023-10-22
SUNRPC: ECONNRESET might require a rebind
Trond Myklebust
1
-1
/
+1
2023-10-22
tcp: fix wrong RTO timeout when received SACK reneging
Fred Chen
1
-4
/
+5
2023-10-20
neighbour: fix various data-races
Eric Dumazet
1
-32
/
+35
2023-10-20
net: do not leave an empty skb in write queue
Eric Dumazet
1
-3
/
+5
2023-10-20
ethtool: untangle the linkmode and ethtool headers
Jakub Kicinski
1
-0
/
+21
2023-10-20
net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.
Heng Guo
7
-9
/
+14
2023-10-20
netlink: add variable-length / auto integers
Jakub Kicinski
1
-3
/
+11
2023-10-20
devlink: convert most of devlink_fmsg_*() to return void
Przemek Kitszel
1
-104
/
+84
2023-10-20
devlink: retain error in struct devlink_fmsg
Przemek Kitszel
1
-171
/
+76
2023-10-19
net/socket: Break down __sys_getsockopt
Breno Leitao
2
-31
/
+41
2023-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
42
-231
/
+351
2023-10-19
net/socket: Break down __sys_setsockopt
Breno Leitao
1
-14
/
+25
2023-10-19
bpf: Add sockptr support for setsockopt
Breno Leitao
1
-1
/
+1
2023-10-19
bpf: Add sockptr support for getsockopt
Breno Leitao
1
-2
/
+3
2023-10-19
Merge tag 'net-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
42
-231
/
+350
2023-10-19
Revert "ethtool: Fix mod state of verbose no_mask bitset"
Kory Maincent
1
-26
/
+6
2023-10-19
mptcp: avoid sending RST when closing the initial subflow
Geliang Tang
1
-6
/
+22
2023-10-19
mptcp: more conservative check for zero probes
Paolo Abeni
1
-7
/
+1
2023-10-19
tcp: check mptcp-level constraints for backlog coalescing
Paolo Abeni
1
-0
/
+1
2023-10-19
net: move altnames together with the netdevice
Jakub Kicinski
1
-4
/
+9
2023-10-19
net: avoid UAF on deleted altname
Jakub Kicinski
1
-1
/
+6
2023-10-19
net: check for altname conflicts when changing netdev's netns
Jakub Kicinski
2
-1
/
+11
2023-10-19
net: fix ifname in netlink ntf during netns move
Jakub Kicinski
1
-13
/
+31
2023-10-19
net: introduce napi_is_scheduled helper
Christian Marangi
1
-1
/
+1
2023-10-19
inet: lock the socket in ip_sock_set_tos()
Eric Dumazet
2
-4
/
+11
2023-10-18
Merge tag 'nf-23-10-18' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...
Jakub Kicinski
2
-26
/
+31
2023-10-18
Merge tag 'wireless-2023-10-18' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
4
-8
/
+6
2023-10-18
ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddr
Eric Dumazet
1
-5
/
+9
2023-10-18
tcp_bpf: properly release resources on error paths
Paolo Abeni
1
-4
/
+12
2023-10-18
net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curve
Pedro Tammela
1
-4
/
+14
2023-10-18
tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skb
Eric Dumazet
1
-2
/
+14
2023-10-18
sunrpc: convert to new timestamp accessors
Jeff Layton
1
-1
/
+1
2023-10-18
netfilter: nf_tables: revert do not remove elements if set backend implements...
Pablo Neira Ayuso
1
-4
/
+1
2023-10-18
netfilter: nft_set_rbtree: .deactivate fails if element has expired
Pablo Neira Ayuso
1
-0
/
+2
2023-10-18
netfilter: nf_tables: audit log object reset once per table
Phil Sutter
1
-22
/
+28
2023-10-18
net: skb_find_text: Ignore patterns extending past 'to'
Phil Sutter
1
-1
/
+2
[prev]
[next]