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
2022-07-14
net: devlink: fix return statement in devlink_port_new_notify()
Jiri Pirko
2022-07-14
net: devlink: fix a typo in function name devlink_port_new_notifiy()
Jiri Pirko
2022-07-14
net: devlink: make devlink_dpipe_headers_register() return void
Jiri Pirko
2022-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-14
seg6: bpf: fix skb checksum in bpf_push_seg6_encap()
Andrea Mayer
2022-07-13
net: devlink: use helpers to work with devlink->lock mutex
Jiri Pirko
2022-07-13
net: devlink: fix unlocked vs locked functions descriptions
Jiri Pirko
2022-07-13
net: extract port range fields from fl_flow_key
Maksym Glubokiy
2022-07-12
devlink: Hold the instance lock in port_new / port_del callbacks
Moshe Shemesh
2022-07-12
devlink: Remove unused functions devlink_rate_leaf_create/destroy
Moshe Shemesh
2022-07-12
devlink: Remove unused function devlink_rate_nodes_destroy
Moshe Shemesh
2022-07-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-07-08
net: minor optimization in __alloc_skb()
Eric Dumazet
2022-07-07
net: page_pool: optimize page pool page allocation in NUMA scenario
Jie Wang
2022-07-06
xdp: Fix spurious packet loss in generic XDP TX path
Johan Almbladh
2022-07-06
tls: rx: periodically flush socket backlog
Jakub Kicinski
2022-07-05
bpf: Omit superfluous address family check in __bpf_skc_lookup
Tobias Klauser
2022-06-30
net, neigh: introduce interval_probe_time_ms for periodic probe
Yuwei Wang
2022-06-29
bpf: expose bpf_{g,s}etsockopt to lsm cgroup
Stanislav Fomichev
2022-06-28
bpf: Fix sockmap calling sleepable function in teardown path
John Fastabend
2022-06-24
net: helper function skb_len_add
Richard Gobert
2022-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-06-23
sock: redo the psock vs ULP protection check
Jakub Kicinski
2022-06-20
skmsg: Get rid of unncessary memset()
Cong Wang
2022-06-20
skmsg: Get rid of skb_clone()
Cong Wang
2022-06-20
net: Introduce a new proto_ops ->read_skb()
Cong Wang
2022-06-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-06-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2022-06-17
bpf: Fix bpf_skc_lookup comment wrt. return type
Tobias Klauser
2022-06-17
net: fix data-race in dev_isalive()
Eric Dumazet
2022-06-16
bpf: Allow the new syncookie helpers to work with SKBs
Maxim Mikityanskiy
2022-06-16
bpf: Add helpers to issue and check SYN cookies in XDP
Maxim Mikityanskiy
2022-06-15
bpf: Fix request_sock leak in sk lookup helpers
Jon Maxwell
2022-06-15
net: don't check skb_count twice
Sieng Piaw Liew
2022-06-13
tcp: sk_forced_mem_schedule() optimization
Eric Dumazet
2022-06-10
net: unexport __sk_mem_{raise|reduce}_allocated
Eric Dumazet
2022-06-10
net: keep sk->sk_forward_alloc as small as possible
Eric Dumazet
2022-06-10
net: add per_cpu_fw_alloc field to struct proto
Eric Dumazet
2022-06-10
net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFT
Eric Dumazet
2022-06-09
net: add napi_get_frags_check() helper
Eric Dumazet
2022-06-09
net: add debug checks in napi_consume_skb and __napi_alloc_skb()
Eric Dumazet
2022-06-09
net: use DEBUG_NET_WARN_ON_ONCE() in skb_release_head_state()
Eric Dumazet
2022-06-09
net: use WARN_ON_ONCE() in sk_stream_kill_queues()
Eric Dumazet
2022-06-09
net: use DEBUG_NET_WARN_ON_ONCE() in dev_loopback_xmit()
Eric Dumazet
2022-06-09
net: use DEBUG_NET_WARN_ON_ONCE() in __release_sock()
Eric Dumazet
2022-06-09
drop_monitor: adopt u64_stats_t
Eric Dumazet
2022-06-09
devlink: adopt u64_stats_t
Eric Dumazet
2022-06-09
net: adopt u64_stats_t in struct pcpu_sw_netstats
Eric Dumazet
2022-06-09
net: rename reference+tracking helpers
Jakub Kicinski
2022-06-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
[next]