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-04-07
net: hold instance lock during NETDEV_CHANGE
Stanislav Fomichev
7
-26
/
+54
2025-04-07
ipv6: Fix null-ptr-deref in addrconf_add_ifaddr().
Kuniyuki Iwashima
1
-4
/
+5
2025-04-07
net: ethtool: fix ethtool_ringparam_get_cfg() returns a hds_thresh value always as 0.
Taehee Yoo
1
-0
/
+1
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
91
-260
/
+259
2025-04-04
lib/crc: remove CONFIG_LIBCRC32C
Eric Biggers
7
-8
/
+8
2025-04-04
Merge tag 'net-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
24
-146
/
+231
2025-04-04
net: avoid false positive warnings in __net_mp_close_rxq()
Jakub Kicinski
2
-8
/
+8
2025-04-04
net: move mp dev config validation to __net_mp_open_rxq()
Jakub Kicinski
3
-57
/
+48
2025-04-04
ipv6: Do not consider link down nexthops in path selection
Ido Schimmel
1
-2
/
+4
2025-04-04
ipv6: Start path selection from the first nexthop
Ido Schimmel
1
-3
/
+35
2025-04-03
Merge tag 'nf-25-04-03' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
3
-5
/
+6
2025-04-03
net: fix geneve_opt length integer overflow
Lin Ma
4
-4
/
+4
2025-04-03
Merge tag '9p-for-6.15-rc1' of https://github.com/martinetd/linux
Linus Torvalds
3
-69
/
+69
2025-04-03
netdevsim: add dummy device notifiers
Stanislav Fomichev
1
-5
/
+9
2025-04-03
net: rename rtnl_net_debug to lock_debug
Stanislav Fomichev
2
-1
/
+1
2025-04-03
net: use netif_disable_lro in ipv6_add_dev
Stanislav Fomichev
2
-2
/
+14
2025-04-03
net: hold instance lock during NETDEV_REGISTER/UP
Stanislav Fomichev
3
-14
/
+14
2025-04-03
net: switch to netif_disable_lro in inetdev_init
Stanislav Fomichev
1
-1
/
+1
2025-04-03
ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATS
Fernando Fernandez Mancera
1
-12
/
+25
2025-04-03
ceph: Remove osd_client deadcode
Dr. David Alan Gilbert
1
-23
/
+0
2025-04-03
netfilter: nft_tunnel: fix geneve_opt type confusion addition
Lin Ma
1
-2
/
+2
2025-04-03
net: decrease cached dst counters in dst_release
Antoine Tenart
1
-0
/
+8
2025-04-02
xsk: Fix __xsk_generic_xmit() error code when cq is full
Wang Liang
1
-1
/
+4
2025-04-02
tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu().
Guillaume Nault
2
-7
/
+1
2025-04-02
vsock: avoid timeout during connect() if the socket is closing
Stefano Garzarella
1
-1
/
+5
2025-04-02
udp: Fix memory accounting leak.
Kuniyuki Iwashima
1
-9
/
+7
2025-04-02
udp: Fix multiple wraparounds of sk->sk_rmem_alloc.
Kuniyuki Iwashima
1
-9
/
+17
2025-04-02
rtnetlink: Use register_pernet_subsys() in rtnl_net_debug_init().
Kuniyuki Iwashima
1
-1
/
+1
2025-04-02
Merge tag 'nfs-for-6.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
5
-13
/
+250
2025-04-02
bpf: add missing ops lock around dev_xdp_attach_link
Stanislav Fomichev
1
-0
/
+2
2025-04-02
sctp: add mutual exclusion in proc_sctp_do_udp_port()
Eric Dumazet
1
-0
/
+4
2025-04-02
net_sched: skbprio: Remove overly strict queue assertions
Cong Wang
1
-3
/
+0
2025-04-02
netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets
Debin Zhu
1
-3
/
+18
2025-04-02
netfilter: nf_tables: don't unregister hook when table is dormant
Florian Westphal
1
-2
/
+2
2025-04-02
netfilter: nft_set_hash: GC reaps elements with conncount for dynamic sets only
Pablo Neira Ayuso
1
-1
/
+2
2025-04-02
wifi: mac80211: Purge vif txq in ieee80211_do_stop()
Remi Pommarel
1
-0
/
+3
2025-04-02
wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeue()
Remi Pommarel
1
-0
/
+1
2025-04-01
Merge tag 'net-6.15-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
7
-75
/
+48
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-2
/
+2
2025-03-31
Merge tag 'nfsd-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
4
-153
/
+7
2025-03-31
Revert "tcp: avoid atomic operations on sk->sk_rmem_alloc"
Eric Dumazet
3
-20
/
+6
2025-03-31
mptcp: fix NULL pointer in can_accept_new_subflow
Gang Yan
1
-7
/
+8
2025-03-31
net: fix use-after-free in the netdev_nl_sock_priv_destroy()
Taehee Yoo
1
-2
/
+4
2025-03-30
Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
1
-2
/
+4
2025-03-29
Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
2
-2
/
+4
2025-03-29
Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
3
-247
/
+218
2025-03-28
SUNRPC: Don't allow waiting for exiting tasks
Trond Myklebust
1
-0
/
+2
2025-03-27
net: move replay logic to tc_modify_qdisc
Stanislav Fomichev
1
-46
/
+27
2025-03-27
rtnetlink: Allocate vfinfo size for VF GUIDs when supported
Mark Zhang
1
-0
/
+3
2025-03-26
Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
283
-6476
/
+9883
[prev]
[next]