index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
net
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-20
net: Add options as a flexible array to struct ip_tunnel_info
Gal Pressman
1
-2
/
+4
2025-02-20
ip_tunnel: Use ip_tunnel_info() helper instead of 'info + 1'
Gal Pressman
1
-4
/
+4
2025-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
16
-170
/
+187
2025-02-20
Revert "net: skb: introduce and use a single page frag cache"
Paolo Abeni
2
-99
/
+22
2025-02-20
net: allow small head cache usage with large MAX_SKB_FRAGS values
Paolo Abeni
2
-6
/
+7
2025-02-20
tcp: drop secpath at the same time as we currently drop dst
Sabrina Dubroca
3
-7
/
+7
2025-02-19
mptcp: micro-optimize __mptcp_move_skb()
Paolo Abeni
2
-61
/
+52
2025-02-19
mptcp: dismiss __mptcp_rmem()
Paolo Abeni
2
-13
/
+6
2025-02-19
net: dismiss sk_forward_alloc_get()
Paolo Abeni
4
-4
/
+4
2025-02-19
mptcp: cleanup mem accounting
Paolo Abeni
3
-111
/
+10
2025-02-19
mptcp: move the whole rx path under msk socket lock protection
Paolo Abeni
3
-66
/
+60
2025-02-19
mptcp: drop __mptcp_fastopen_gen_msk_ackseq()
Paolo Abeni
4
-29
/
+7
2025-02-19
mptcp: consolidate subflow cleanup
Paolo Abeni
1
-15
/
+18
2025-02-19
nfc: hci: Remove unused nfc_llc_unregister
Dr. David Alan Gilbert
2
-12
/
+0
2025-02-19
arp: switch to dev_getbyhwaddr() in arp_req_set_public()
Breno Leitao
1
-1
/
+1
2025-02-19
net: Add non-RCU dev_getbyhwaddr() helper
Breno Leitao
1
-3
/
+34
2025-02-19
sctp: Fix undefined behavior in left shift operation
Yu-Chun Lin
1
-1
/
+1
2025-02-19
flow_dissector: Fix port range key handling in BPF conversion
Cong Wang
1
-8
/
+10
2025-02-19
flow_dissector: Fix handling of mixed port and port-range keys
Cong Wang
1
-12
/
+19
2025-02-19
net: fib_rules: Enable port mask usage
Ido Schimmel
1
-2
/
+2
2025-02-19
ipv6: fib_rules: Add port mask matching
Ido Schimmel
1
-4
/
+4
2025-02-19
ipv4: fib_rules: Add port mask matching
Ido Schimmel
1
-4
/
+4
2025-02-19
net: fib_rules: Add port mask support
Ido Schimmel
1
-1
/
+66
2025-02-19
net: fib_rules: Add port mask attributes
Ido Schimmel
1
-0
/
+2
2025-02-18
dev: Use rtnl_net_dev_lock() in unregister_netdev().
Kuniyuki Iwashima
1
-4
/
+2
2025-02-18
net: Fix dev_net(dev) race in unregister_netdevice_notifier_dev_net().
Kuniyuki Iwashima
1
-4
/
+44
2025-02-18
net: Add net_passive_inc() and net_passive_dec().
Kuniyuki Iwashima
1
-4
/
+4
2025-02-18
ipv6: initialize inet socket cookies with sockcm_init
Willem de Bruijn
3
-12
/
+3
2025-02-18
ipv6: replace ipcm6_init calls with ipcm6_init_sk
Willem de Bruijn
3
-20
/
+3
2025-02-18
icmp: reflect tos through ip cookie rather than updating inet_sk
Willem de Bruijn
1
-4
/
+2
2025-02-18
ipv4: remove get_rttos
Willem de Bruijn
3
-9
/
+9
2025-02-18
net: initialize mark in sockcm_init
Willem de Bruijn
2
-6
/
+5
2025-02-18
tcp: only initialize sockcm tsflags field
Willem de Bruijn
1
-1
/
+1
2025-02-18
net: Remove redundant variable declaration in __dev_change_flags()
Breno Leitao
1
-1
/
+1
2025-02-18
netlink: Unset cb_running when terminating dump on release
Siddh Raman Pant
1
-0
/
+1
2025-02-18
tcp: adjust rcvq_space after updating scaling ratio
Jakub Kicinski
1
-3
/
+9
2025-02-18
trace: tcp: Add tracepoint for tcp_cwnd_reduction()
Breno Leitao
1
-0
/
+2
2025-02-18
page_pool: avoid infinite loop to schedule delayed worker
Jason Xing
1
-1
/
+7
2025-02-18
vsock/bpf: Warn on socket without transport
Michal Luczaj
2
-1
/
+4
2025-02-18
sockmap, vsock: For connectible sockets allow only connected
Michal Luczaj
1
-0
/
+3
2025-02-17
net: move stale comment about ntuple validation
Jakub Kicinski
1
-1
/
+3
2025-02-17
netdev-genl: Add an XSK attribute to queues
Joe Damato
1
-0
/
+12
2025-02-17
net: use napi_id_valid helper
Stefano Jordhani
5
-7
/
+7
2025-02-17
drop_monitor: fix incorrect initialization order
Gavrilov Ilia
1
-15
/
+14
2025-02-15
ndisc: ndisc_send_redirect() cleanup
Eric Dumazet
1
-5
/
+3
2025-02-15
net/sched: cls_api: fix error handling causing NULL dereference
Pierre Riteau
1
-1
/
+1
2025-02-14
vsock/virtio: fix variables initialization during resuming
Junnan Wu
1
-3
/
+7
2025-02-14
inet: consolidate inet_csk_clone_lock()
Eric Dumazet
5
-23
/
+25
2025-02-14
inet: reduce inet_csk_clone_lock() indent level
Eric Dumazet
1
-23
/
+27
2025-02-14
udp: use EXPORT_IPV6_MOD[_GPL]()
Eric Dumazet
1
-32
/
+31
[next]