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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
/
dev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-02
net: openvswitch: fix race on port output
Felix Huettner
1
-0
/
+1
2025-03-13
net: Add non-RCU dev_getbyhwaddr() helper
Breno Leitao
1
-3
/
+34
2024-11-08
net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extension
Benoît Monin
1
-0
/
+4
2024-10-17
net: add more sanity checks to qdisc_pkt_len_init()
Eric Dumazet
1
-3
/
+7
2024-10-17
net: avoid potential underflow in qdisc_pkt_len_init() with UFO
Eric Dumazet
1
-1
/
+1
2024-06-16
net: give more chances to rcu in netdev_wait_allrefs_any()
Eric Dumazet
1
-1
/
+2
2024-03-27
net: report RCU QS on threaded NAPI repolling
Yan Zhai
1
-0
/
+3
2024-03-27
packet: annotate data-races around ignore_outgoing
Eric Dumazet
1
-1
/
+1
2024-03-01
net: dev: Convert sa_data to flexible array in struct sockaddr
Kees Cook
1
-1
/
+1
2024-01-05
net: check dev->gso_max_size in gso_features_check()
Eric Dumazet
1
-0
/
+3
2023-10-25
net: fix ifname in netlink ntf during netns move
Jakub Kicinski
1
-13
/
+31
2023-10-25
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-2
/
+2
2023-10-25
net: introduce a function to check if a netdev name is in use
Antoine Tenart
1
-4
/
+10
2023-06-21
Remove DECnet support from kernel
Stephen Hemminger
1
-3
/
+1
2023-06-14
rfs: annotate lockless accesses to RFS sock flow table
Eric Dumazet
1
-2
/
+4
2023-05-24
net: Catch invalid index in XPS mapping
Nick Child
1
-0
/
+2
2023-05-24
net: add vlan_get_protocol_and_depth() helper
Eric Dumazet
1
-1
/
+1
2023-03-11
net: fix __dev_kfree_skb_any() vs drop monitor
Eric Dumazet
1
-1
/
+3
2023-02-22
net: Fix unwanted sign extension in netdev_stats_to_stats64()
Felix Riemann
1
-1
/
+1
2022-12-31
net: add atomic_long_t to net_device_stats fields
Eric Dumazet
1
-11
/
+3
2022-09-05
bpf: Don't redirect packets with invalid pkt_len
Zhengchao Shao
1
-0
/
+1
2022-08-31
net: Fix a data-race around netdev_budget_usecs.
Kuniyuki Iwashima
1
-1
/
+1
2022-08-31
net: Fix a data-race around netdev_budget.
Kuniyuki Iwashima
1
-1
/
+1
2022-08-31
net: Fix data-races around netdev_tstamp_prequeue.
Kuniyuki Iwashima
1
-4
/
+4
2022-08-31
net: Fix data-races around netdev_max_backlog.
Kuniyuki Iwashima
1
-2
/
+2
2022-08-31
net: Fix data-races around weight_p and dev_weight_[rt]x_bias.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-29
net: skb: introduce kfree_skb_reason()
Menglong Dong
1
-1
/
+2
2022-06-29
net: fix data-race in dev_isalive()
Eric Dumazet
1
-12
/
+16
2022-06-29
net: Write lock dev_base_lock without disabling bottom halves.
Sebastian Andrzej Siewior
1
-8
/
+8
2022-06-09
net: remove two BUG() from skb_checksum_help()
Eric Dumazet
1
-2
/
+6
2022-05-25
net: fix dev_fill_forward_path with pppoe + bridge
Felix Fietkau
1
-1
/
+1
2022-04-13
net: initialize init_net earlier
Eric Dumazet
1
-2
/
+1
2022-01-27
xdp: check prog type before updating BPF link
Toke Høiland-Jørgensen
1
-0
/
+6
2022-01-05
net/sched: Extend qdisc control block with tc control block
Paul Blakey
1
-4
/
+4
2021-12-08
net: annotate data-races on txq->xmit_lock_owner
Eric Dumazet
1
-1
/
+4
2021-11-18
net: sched: update default qdisc visibility after Tx queue cnt changes
Jakub Kicinski
1
-0
/
+2
2021-10-26
net: multicast: calculate csum of looped-back and forwarded packets
Cyril Strejc
1
-1
/
+2
2021-10-25
net: Prevent infinite while loop in skb_tx_hash()
Michael Chan
1
-0
/
+6
2021-09-20
napi: fix race inside napi_enable
Xuan Zhuo
1
-6
/
+10
2021-08-14
net: in_irq() cleanup
Changbin Du
1
-1
/
+1
2021-08-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-2
/
+13
2021-08-10
net, core: Allow netdev_lower_get_next_private_rcu in bh context
Jussi Maki
1
-1
/
+1
2021-08-10
net, core: Add support for XDP redirection to slave device
Jussi Maki
1
-1
/
+12
2021-08-05
net: Remove redundant if statements
Yajun Deng
1
-4
/
+2
2021-08-04
net: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
1
-2
/
+2
2021-08-04
net: add netif_set_real_num_queues() for device reconfig
Jakub Kicinski
1
-0
/
+44
2021-08-03
move netdev_boot_setup into Space.c
Arnd Bergmann
1
-125
/
+0
2021-07-30
sk_buff: avoid potentially clearing 'slow_gro' field
Paolo Abeni
1
-1
/
+1
2021-07-30
net/sched: store the last executed chain also for clsact egress
Davide Caratti
1
-3
/
+2
2021-07-29
skbuff: allow 'slow_gro' for skb carring sock reference
Paolo Abeni
1
-0
/
+2
[next]