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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-10
net: fib_rules: Convert RTM_DELRULE to per-netns RTNL.
Kuniyuki Iwashima
1
-7
/
+16
2025-02-10
net: fib_rules: Add error_free label in fib_delrule().
Kuniyuki Iwashima
1
-5
/
+6
2025-02-10
net: fib_rules: Convert RTM_NEWRULE to per-netns RTNL.
Kuniyuki Iwashima
1
-2
/
+14
2025-02-10
net: fib_rules: Factorise fib_newrule() and fib_delrule().
Kuniyuki Iwashima
1
-13
/
+23
2025-02-10
ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure().
Kuniyuki Iwashima
2
-4
/
+4
2025-02-10
net: fib_rules: Split fib_nl2rule().
Kuniyuki Iwashima
1
-17
/
+41
2025-02-10
net: fib_rules: Pass net to fib_nl2rule() instead of skb.
Kuniyuki Iwashima
1
-4
/
+3
2025-02-10
net: fib_rules: Don't check net in rule_exists() and rule_find().
Kuniyuki Iwashima
1
-6
/
+0
2025-02-10
ipv6: mcast: extend RCU protection in igmp6_send()
Eric Dumazet
1
-16
/
+15
2025-02-10
ndisc: extend RCU protection in ndisc_send_skb()
Eric Dumazet
1
-4
/
+8
2025-02-10
openvswitch: use RCU protection in ovs_vport_cmd_fill_info()
Eric Dumazet
1
-3
/
+9
2025-02-10
arp: use RCU protection in arp_xmit()
Eric Dumazet
1
-1
/
+3
2025-02-10
neighbour: use RCU protection in __neigh_notify()
Eric Dumazet
1
-2
/
+6
2025-02-10
ndisc: use RCU protection in ndisc_alloc_skb()
Eric Dumazet
1
-6
/
+4
2025-02-10
ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu()
Eric Dumazet
1
-1
/
+1
2025-02-10
xsk: add helper to get &xdp_desc's DMA and meta pointer in one go
Alexander Lobakin
1
-4
/
+42
2025-02-10
Merge tag 'hid-for-linus-2025021001' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Linus Torvalds
1
-2
/
+1
2025-02-10
net: ethtool: prevent flow steering to RSS contexts which don't exist
Jakub Kicinski
1
-4
/
+8
2025-02-08
batman-adv: Ignore own maximum aggregation size during RX
Sven Eckelmann
2
-4
/
+2
2025-02-08
can: j1939: j1939_sk_send_loop(): fix unable to send messages with data length zero
Alexander Hölzl
2
-4
/
+5
2025-02-07
net: page_pool: avoid false positive warning if NAPI was never added
Jakub Kicinski
2
-5
/
+14
2025-02-07
net: devmem: don't call queue stop / start when the interface is down
Jakub Kicinski
1
-6
/
+10
2025-02-07
net: refactor netdev_rx_queue_restart() to use local qops
Jakub Kicinski
1
-13
/
+12
2025-02-07
Revert "net: skb: introduce and use a single page frag cache"
Paolo Abeni
2
-98
/
+22
2025-02-07
tcp: rename inet_csk_{delete|reset}_keepalive_timer()
Eric Dumazet
5
-25
/
+21
2025-02-07
tcp: do not export tcp_parse_mss_option() and tcp_mtup_init()
Eric Dumazet
2
-2
/
+0
2025-02-07
net: fib_rules: annotate data-races around rule->[io]ifindex
Eric Dumazet
1
-11
/
+13
2025-02-07
Merge tag 'vfs-6.14-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-0
/
+5
2025-02-07
sunrpc: simplify rpcauth_cache_shrink_count()
Kaixiong Yu
1
-1
/
+1
2025-02-07
fsnotify: disable notification by default for all pseudo files
Amir Goldstein
1
-0
/
+5
2025-02-06
rtnetlink: fix netns leak with rtnl_setlink()
Nicolas Dichtel
1
-0
/
+1
2025-02-06
ax25: Fix refcount leak caused by setting SO_BINDTODEVICE sockopt
Murad Masimov
1
-0
/
+11
2025-02-06
netdev-genl: Elide napi_id when not present
Joe Damato
1
-5
/
+9
2025-02-06
net: ethtool: tsconfig: Fix netlink type of hwtstamp flags
Kory Maincent
4
-10
/
+35
2025-02-06
Merge branch 'io_uring-zero-copy-rx'
Jakub Kicinski
8
-80
/
+223
2025-02-06
net: add helpers for setting a memory provider on an rx queue
David Wei
1
-0
/
+69
2025-02-06
net: page_pool: add memory provider helpers
Pavel Begunkov
1
-0
/
+28
2025-02-06
net: prepare for non devmem TCP memory providers
Pavel Begunkov
3
-0
/
+17
2025-02-06
net: page_pool: add a mp hook to unregister_netdevice*
Pavel Begunkov
3
-26
/
+31
2025-02-06
net: page_pool: add callback for mp info printing
Pavel Begunkov
3
-8
/
+18
2025-02-06
net: page_pool: create hooks for custom memory providers
Pavel Begunkov
2
-9
/
+29
2025-02-06
net: generalise net_iov chunk owners
Pavel Begunkov
2
-28
/
+22
2025-02-06
net: prefix devmem specific helpers
Pavel Begunkov
3
-9
/
+9
2025-02-06
net: page_pool: don't cast mp param to devmem
Pavel Begunkov
1
-1
/
+1
2025-02-06
ipv6: Use RCU in ip6_input()
Eric Dumazet
1
-5
/
+9
2025-02-06
ipv6: icmp: convert to dev_net_rcu()
Eric Dumazet
1
-19
/
+23
2025-02-06
ipv6: use RCU protection in ip6_default_advmss()
Eric Dumazet
1
-1
/
+6
2025-02-06
flow_dissector: use RCU protection to fetch dev_net()
Eric Dumazet
1
-10
/
+11
2025-02-06
ipv4: icmp: convert to dev_net_rcu()
Eric Dumazet
1
-14
/
+17
2025-02-06
ipv4: use RCU protection in __ip_rt_update_pmtu()
Eric Dumazet
1
-5
/
+6
[prev]
[next]