index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
2024-03-06
netdev: let netlink core handle -EMSGSIZE errors
Jakub Kicinski
2024-03-05
sock: Use unsafe_memcpy() for sock_copy()
Kees Cook
2024-03-05
net: gro: enable fast path for more cases
Eric Dumazet
2024-03-05
net: gro: rename skb_gro_header_hard()
Eric Dumazet
2024-03-05
mm/page_alloc: modify page_frag_alloc_align() to accept align as an argument
Yunsheng Lin
2024-03-02
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-03-01
inet: prepare inet_base_seq() to run without RTNL
Eric Dumazet
2024-03-01
ipv6: annotate data-races around cnf.forwarding
Eric Dumazet
2024-02-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-29
net: get stats64 if device if driver is configured
Breno Leitao
2024-02-28
net: call skb_defer_free_flush() from __napi_busy_loop()
Eric Dumazet
2024-02-28
rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back
Lin Ma
2024-02-28
net: make SK_MEMORY_PCPU_RESERV tunable
Adam Li
2024-02-26
dpll: rely on rcu for netdev_dpll_pin()
Eric Dumazet
2024-02-26
rtnetlink: provide RCU protection to rtnl_fill_prop_list()
Eric Dumazet
2024-02-26
rtnetlink: make rtnl_fill_link_ifmap() RCU ready
Eric Dumazet
2024-02-26
rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flag
Eric Dumazet
2024-02-26
ipv6: prepare inet6_fill_ifinfo() for RCU protection
Eric Dumazet
2024-02-26
rtnetlink: prepare nla_put_iflink() to run under RCU
Eric Dumazet
2024-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-22
net: mctp: copy skb ext data when fragmenting
Jeremy Kerr
2024-02-22
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
2024-02-21
bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready()
Shigeru Yoshida
2024-02-21
net: implement lockless setsockopt(SO_PEEK_OFF)
Eric Dumazet
2024-02-20
net: fix pointer check in skb_pp_cow_data routine
Lorenzo Bianconi
2024-02-20
net: reorganize "struct sock" fields
Eric Dumazet
2024-02-20
net: add netmem to skb_frag_t
Mina Almasry
2024-02-19
net: sysfs: Do not create sysfs for non BQL device
Breno Leitao
2024-02-19
net: page_pool: fix recycle stats for system page_pool allocator
Lorenzo Bianconi
2024-02-19
page_pool: disable direct recycling based on pool->cpuid on destroy
Alexander Lobakin
2024-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-14
net: remove dev_base_lock
Eric Dumazet
2024-02-14
net: remove dev_base_lock from register_netdevice() and friends.
Eric Dumazet
2024-02-14
net: remove dev_base_lock from do_setlink()
Eric Dumazet
2024-02-14
net: add netdev_set_operstate() helper
Eric Dumazet
2024-02-14
net-sysfs: convert netstat_show() to RCU
Eric Dumazet
2024-02-14
net-sysfs: convert dev->operstate reads to lockless ones
Eric Dumazet
2024-02-14
net-sysfs: use dev_addr_sem to remove races in address_show()
Eric Dumazet
2024-02-14
net-sysfs: convert netdev_show() to RCU
Eric Dumazet
2024-02-14
net: convert dev->reg_state to u8
Eric Dumazet
2024-02-14
dev: annotate accesses to dev->link
Eric Dumazet
2024-02-14
net: annotate data-races around dev->name_assign_type
Eric Dumazet
2024-02-13
veth: rely on skb_pp_cow_data utility routine
Lorenzo Bianconi
2024-02-13
xdp: add multi-buff support for xdp running in generic mode
Lorenzo Bianconi
2024-02-13
xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generi...
Lorenzo Bianconi
2024-02-13
net: add generic percpu page_pool allocator
Lorenzo Bianconi
2024-02-13
rtnetlink: use xarray iterator to implement rtnl_dump_ifinfo()
Eric Dumazet
2024-02-12
net: add rcu safety to rtnl_prop_list_size()
Eric Dumazet
2024-02-12
net: use synchronize_rcu_expedited in cleanup_net()
Eric Dumazet
2024-02-12
net: use synchronize_net() in dev_change_name()
Eric Dumazet
[next]