index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-03
net: simplify handling of dsa_ndo_eth_ioctl() return code
Vladimir Oltean
1
-1
/
+1
2023-04-03
net: don't abuse "default" case for unknown ioctl in dev_ifsioc()
Vladimir Oltean
1
-23
/
+19
2023-04-02
net: don't let netpoll invoke NAPI if in xmit context
Jakub Kicinski
1
-1
/
+18
2023-03-30
net: optimize ____napi_schedule() to avoid extra NET_RX_SOFTIRQ
Eric Dumazet
1
-4
/
+18
2023-03-30
net: optimize napi_schedule_rps()
Eric Dumazet
1
-3
/
+5
2023-03-30
net: add softnet_data.in_net_rx_action
Eric Dumazet
1
-0
/
+4
2023-03-30
net: napi_schedule_rps() cleanup
Eric Dumazet
1
-6
/
+12
2023-03-29
net: dst: Switch to rcuref_t reference counting
Thomas Gleixner
2
-22
/
+6
2023-03-27
dev_ioctl: fix a W=1 warning
Heiner Kallweit
1
-0
/
+1
2023-03-26
bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elem
Martin KaFai Lau
1
-1
/
+1
2023-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+8
2023-03-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-2
/
+8
2023-03-23
net: do not use skb_mac_header() in qdisc_pkt_len_init()
Eric Dumazet
1
-4
/
+4
2023-03-23
net: Catch invalid index in XPS mapping
Nick Child
1
-0
/
+2
2023-03-23
bpf: return long from bpf_map_ops funcs
JP Kobryn
2
-7
/
+7
2023-03-22
xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver support
Jesper Dangaard Brouer
1
-2
/
+8
2023-03-22
net-zerocopy: Reduce compound page head access
Xiaoyan Li
1
-3
/
+11
2023-03-22
net-sysfs: display two backlog queue len separately
Jason Xing
1
-5
/
+13
2023-03-22
tools: ynl: skip the explicit op array size when not needed
Jakub Kicinski
1
-1
/
+1
2023-03-22
neighbour: switch to standard rcu, instead of rcu_bh
Eric Dumazet
2
-38
/
+42
2023-03-21
net: skbuff: rename __pkt_vlan_present_offset to __mono_tc_offset
Jakub Kicinski
1
-4
/
+4
2023-03-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-9
/
+23
2023-03-17
rtnetlink: bridge: mcast: Relax group address validation in common code
Ido Schimmel
1
-2
/
+3
2023-03-17
rtnetlink: bridge: mcast: Move MDB handlers out of bridge driver
Ido Schimmel
1
-0
/
+217
2023-03-17
net: xdp: don't call notifiers during driver init
Jakub Kicinski
1
-1
/
+3
2023-03-17
ynl: broaden the license even more
Jakub Kicinski
2
-2
/
+2
2023-03-15
neighbour: annotate lockless accesses to n->nud_state
Eric Dumazet
2
-16
/
+16
2023-03-15
xdp: remove unused {__,}xdp_release_frame()
Alexander Lobakin
1
-15
/
+0
2023-03-15
xdp: recycle Page Pool backed skbs built from XDP frames
Alexander Lobakin
1
-2
/
+2
2023-03-11
xdp: add xdp_set_features_flag utility routine
Lorenzo Bianconi
1
-7
/
+19
2023-03-11
skbuff: Add likely to skb pointer in build_skb()
Gal Pressman
1
-1
/
+1
2023-03-11
skbuff: Replace open-coded skb_propagate_pfmemalloc()s
Gal Pressman
1
-4
/
+2
2023-03-10
bpf: Add bpf_selem_free()
Martin KaFai Lau
1
-1
/
+1
2023-03-10
bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storage
Martin KaFai Lau
1
-1
/
+1
2023-03-10
bpf: Refactor codes into bpf_local_storage_destroy
Martin KaFai Lau
1
-7
/
+1
2023-03-10
neighbour: delete neigh_lookup_nodev as not used
Leon Romanovsky
1
-31
/
+0
2023-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-11
/
+27
2023-03-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2
-0
/
+21
2023-03-08
net: remove enum skb_free_reason
Eric Dumazet
1
-11
/
+9
2023-03-08
ynl: re-license uniformly under GPL-2.0 OR BSD-3-Clause
Jakub Kicinski
2
-2
/
+2
2023-03-07
bpf, net: sock_map memory usage
Yafang Shao
1
-0
/
+20
2023-03-07
bpf, net: bpf_local_storage memory usage
Yafang Shao
1
-0
/
+1
2023-03-07
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-45
/
+148
2023-03-04
bpf: allow ctx writes using BPF_ST_MEM instruction
Eduard Zingerman
1
-35
/
+44
2023-03-03
bpf: Make bpf_get_current_[ancestor_]cgroup_id() available for all program types
Tejun Heo
1
-6
/
+0
2023-03-02
net: use indirect calls helpers for sk_exit_memory_pressure()
Brian Vazquez
1
-1
/
+2
2023-03-01
bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
Joanne Koong
1
-3
/
+3
2023-03-01
bpf: Add xdp dynptrs
Joanne Koong
1
-2
/
+35
2023-03-01
bpf: Add skb dynptrs
Joanne Koong
1
-0
/
+67
2023-03-01
net: avoid skb end_offset change in __skb_unclone_keeptruesize()
Eric Dumazet
1
-8
/
+23
[prev]
[next]