index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-15
neighbour: Use nlmsg_payload in neigh_valid_get_req
Breno Leitao
1
-2
/
+2
2025-04-15
neighbour: Use nlmsg_payload in neightbl_valid_dump_info
Breno Leitao
1
-2
/
+2
2025-04-14
net: Remove ->exit_batch_rtnl().
Kuniyuki Iwashima
1
-7
/
+1
2025-04-14
net: Add ->exit_rtnl() hook to struct pernet_operations.
Kuniyuki Iwashima
1
-14
/
+39
2025-04-14
net: Add ops_undo_single for module load/unload.
Kuniyuki Iwashima
1
-30
/
+24
2025-04-14
net: Factorise setup_net() and cleanup_net().
Kuniyuki Iwashima
1
-55
/
+51
2025-04-14
page_pool: Track DMA-mapped pages and unmap them when destroying the pool
Toke Høiland-Jørgensen
2
-14
/
+95
2025-04-14
page_pool: Move pp_magic check into helper functions
Toke Høiland-Jørgensen
3
-16
/
+9
2025-04-14
net: pktgen: fix code style (WARNING: quoted string split across lines)
Peter Seiderer
1
-4
/
+2
2025-04-14
net: pktgen: fix code style (WARNING: macros should not use a trailing semico...
Peter Seiderer
1
-3
/
+3
2025-04-14
net: pktgen: fix code style (WARNING: Missing a blank line after declarations)
Peter Seiderer
1
-0
/
+16
2025-04-14
net: pktgen: fix code style (WARNING: Block comments)
Peter Seiderer
1
-16
/
+23
2025-04-14
net: pktgen: fix code style (WARNING: suspect code indent for conditional sta...
Peter Seiderer
1
-1
/
+1
2025-04-14
net: pktgen: fix code style (ERROR: space prohibited after that '&')
Peter Seiderer
1
-1
/
+1
2025-04-14
net: pktgen: fix code style (ERROR: "foo * bar" should be "foo *bar")
Peter Seiderer
1
-4
/
+4
2025-04-14
net: convert dev->rtnl_link_state to a bool
Jakub Kicinski
2
-11
/
+10
2025-04-14
net: don't mix device locking in dev_close_many() calls
Jakub Kicinski
1
-4
/
+13
2025-04-12
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-36
/
+44
2025-04-11
net: Unexport shared functions for DCCP.
Kuniyuki Iwashima
1
-18
/
+14
2025-04-11
net: Retire DCCP socket.
Kuniyuki Iwashima
2
-44
/
+0
2025-04-11
sock: Correct error checking condition for (assign|release)_proto_idx()
Zijun Hu
1
-2
/
+2
2025-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
9
-35
/
+68
2025-04-10
Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
6
-23
/
+56
2025-04-09
bpf: support SKF_NET_OFF and SKF_LL_OFF on skb frags
Willem de Bruijn
1
-36
/
+44
2025-04-09
bpf, sockmap: Fix panic when calling skb_linearize
Jiayuan Chen
1
-15
/
+16
2025-04-09
bpf, sockmap: fix duplicated data transmission
Jiayuan Chen
1
-5
/
+9
2025-04-09
bpf, sockmap: Fix data lost during EAGAIN retries
Jiayuan Chen
1
-1
/
+2
2025-04-09
net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.
Kuniyuki Iwashima
1
-0
/
+5
2025-04-09
netdev: depend on netdev->lock for qstats in ops locked drivers
Jakub Kicinski
1
-12
/
+17
2025-04-09
netdev: depend on netdev->lock for xdp features
Jakub Kicinski
1
-14
/
+12
2025-04-09
xdp: double protect netdev->xdp_flags with netdev->lock
Jakub Kicinski
2
-2
/
+12
2025-04-09
netdev: don't hold rtnl_lock over nl queue info get when possible
Jakub Kicinski
1
-11
/
+7
2025-04-09
netdev: add "ops compat locking" helpers
Jakub Kicinski
2
-0
/
+66
2025-04-09
net: avoid potential race between netdev_get_by_index_lock() and netns switch
Jakub Kicinski
2
-8
/
+19
2025-04-08
net: Drop unused @sk of __skb_try_recv_from_queue()
Michal Luczaj
1
-3
/
+2
2025-04-08
rtnetlink: Fix bad unlock balance in do_setlink().
Kuniyuki Iwashima
1
-1
/
+1
2025-04-08
net: rps: remove kfree_rcu_mightsleep() use
Eric Dumazet
2
-2
/
+3
2025-04-08
net: add data-race annotations in softnet_seq_show()
Eric Dumazet
2
-5
/
+7
2025-04-08
net: rps: annotate data-races around (struct sd_flow_limit)->count
Eric Dumazet
3
-3
/
+5
2025-04-08
net: rps: change skb_flow_limit() hash function
Eric Dumazet
3
-3
/
+3
2025-04-07
net: hold instance lock during NETDEV_CHANGE
Stanislav Fomichev
5
-22
/
+50
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
4
-12
/
+12
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-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
1
-0
/
+1
2025-04-03
net: hold instance lock during NETDEV_REGISTER/UP
Stanislav Fomichev
3
-14
/
+14
2025-04-03
net: decrease cached dst counters in dst_release
Antoine Tenart
1
-0
/
+8
2025-04-02
rtnetlink: Use register_pernet_subsys() in rtnl_net_debug_init().
Kuniyuki Iwashima
1
-1
/
+1
[prev]
[next]