index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
2025-04-14
net: pktgen: fix code style (ERROR: space prohibited after that '&')
Peter Seiderer
2025-04-14
net: pktgen: fix code style (ERROR: "foo * bar" should be "foo *bar")
Peter Seiderer
2025-04-14
net: convert dev->rtnl_link_state to a bool
Jakub Kicinski
2025-04-14
net: don't mix device locking in dev_close_many() calls
Jakub Kicinski
2025-04-12
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2025-04-11
net: Unexport shared functions for DCCP.
Kuniyuki Iwashima
2025-04-11
net: Retire DCCP socket.
Kuniyuki Iwashima
2025-04-11
sock: Correct error checking condition for (assign|release)_proto_idx()
Zijun Hu
2025-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-04-10
Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2025-04-09
bpf: support SKF_NET_OFF and SKF_LL_OFF on skb frags
Willem de Bruijn
2025-04-09
bpf, sockmap: Fix panic when calling skb_linearize
Jiayuan Chen
2025-04-09
bpf, sockmap: fix duplicated data transmission
Jiayuan Chen
2025-04-09
bpf, sockmap: Fix data lost during EAGAIN retries
Jiayuan Chen
2025-04-09
net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.
Kuniyuki Iwashima
2025-04-09
netdev: depend on netdev->lock for qstats in ops locked drivers
Jakub Kicinski
2025-04-09
netdev: depend on netdev->lock for xdp features
Jakub Kicinski
2025-04-09
xdp: double protect netdev->xdp_flags with netdev->lock
Jakub Kicinski
2025-04-09
netdev: don't hold rtnl_lock over nl queue info get when possible
Jakub Kicinski
2025-04-09
netdev: add "ops compat locking" helpers
Jakub Kicinski
2025-04-09
net: avoid potential race between netdev_get_by_index_lock() and netns switch
Jakub Kicinski
2025-04-08
net: Drop unused @sk of __skb_try_recv_from_queue()
Michal Luczaj
2025-04-08
rtnetlink: Fix bad unlock balance in do_setlink().
Kuniyuki Iwashima
2025-04-08
net: rps: remove kfree_rcu_mightsleep() use
Eric Dumazet
2025-04-08
net: add data-race annotations in softnet_seq_show()
Eric Dumazet
2025-04-08
net: rps: annotate data-races around (struct sd_flow_limit)->count
Eric Dumazet
2025-04-08
net: rps: change skb_flow_limit() hash function
Eric Dumazet
2025-04-07
net: hold instance lock during NETDEV_CHANGE
Stanislav Fomichev
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2025-04-04
net: avoid false positive warnings in __net_mp_close_rxq()
Jakub Kicinski
2025-04-04
net: move mp dev config validation to __net_mp_open_rxq()
Jakub Kicinski
2025-04-03
netdevsim: add dummy device notifiers
Stanislav Fomichev
2025-04-03
net: rename rtnl_net_debug to lock_debug
Stanislav Fomichev
2025-04-03
net: use netif_disable_lro in ipv6_add_dev
Stanislav Fomichev
2025-04-03
net: hold instance lock during NETDEV_REGISTER/UP
Stanislav Fomichev
2025-04-03
net: decrease cached dst counters in dst_release
Antoine Tenart
2025-04-02
rtnetlink: Use register_pernet_subsys() in rtnl_net_debug_init().
Kuniyuki Iwashima
2025-04-02
bpf: add missing ops lock around dev_xdp_attach_link
Stanislav Fomichev
2025-04-01
Merge tag 'net-6.15-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2025-03-31
net: fix use-after-free in the netdev_nl_sock_priv_destroy()
Taehee Yoo
2025-03-30
Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2025-03-27
rtnetlink: Allocate vfinfo size for VF GUIDs when supported
Mark Zhang
2025-03-26
Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2025-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-03-25
Merge tag 'for-net-next-2025-03-25' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-03-25
net: protect rxq->mp_params with the instance lock
Jakub Kicinski
2025-03-25
net: designate queue -> napi linking as "ops protected"
Jakub Kicinski
2025-03-25
net: designate queue counts as "double ops protected" by instance lock
Jakub Kicinski
2025-03-25
net: remove netif_set_real_num_rx_queues() helper for when SYSFS=n
Jakub Kicinski
[prev]
[next]