index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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
2024-11-08
net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extension
Benoît Monin
1
-0
/
+4
2024-11-08
net: support ip generic csum processing in skb_csum_hwoffload_help
Xin Long
1
-1
/
+12
2024-11-08
net: add more sanity checks to qdisc_pkt_len_init()
Eric Dumazet
1
-3
/
+7
2024-11-08
net: avoid potential underflow in qdisc_pkt_len_init() with UFO
Eric Dumazet
1
-1
/
+1
2024-03-26
packet: annotate data-races around ignore_outgoing
Eric Dumazet
1
-1
/
+1
2024-01-08
net: check dev->gso_max_size in gso_features_check()
Eric Dumazet
1
-0
/
+3
2024-01-08
net: warn if gso_type isn't set for a GSO SKB
Heiner Kallweit
1
-0
/
+5
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-30
net: Catch invalid index in XPS mapping
Nick Child
1
-0
/
+2
2023-05-30
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
2023-01-18
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-09-05
net: Fix a data-race around netdev_budget_usecs.
Kuniyuki Iwashima
1
-1
/
+1
2022-09-05
net: Fix a data-race around netdev_budget.
Kuniyuki Iwashima
1
-1
/
+1
2022-09-05
net: Fix data-races around netdev_tstamp_prequeue.
Kuniyuki Iwashima
1
-4
/
+4
2022-09-05
net: Fix data-races around weight_p and dev_weight_[rt]x_bias.
Kuniyuki Iwashima
1
-1
/
+1
2021-12-08
net: annotate data-races on txq->xmit_lock_owner
Eric Dumazet
1
-1
/
+4
2021-11-17
net: sched: update default qdisc visibility after Tx queue cnt changes
Jakub Kicinski
1
-0
/
+2
2021-11-17
net: multicast: calculate csum of looped-back and forwarded packets
Cyril Strejc
1
-1
/
+2
2021-11-02
net: Prevent infinite while loop in skb_tx_hash()
Michael Chan
1
-0
/
+6
2021-07-19
net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RT
Sebastian Andrzej Siewior
1
-2
/
+9
2021-06-03
net: sched: fix tx action reschedule issue with stopped queue
Yunsheng Lin
1
-1
/
+2
2021-06-03
net: sched: fix tx action rescheduling issue during deactivation
Yunsheng Lin
1
-4
/
+22
2021-05-14
gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment check
Alexander Lobakin
1
-4
/
+4
2021-04-21
gro: ensure frag0 meets IP header alignment
Eric Dumazet
1
-1
/
+2
2021-03-30
can: dev: Move device back to init netns on owning netns delete
Martin Willi
1
-1
/
+1
2021-03-07
net: fix dev_ifsioc_locked() race condition
Cong Wang
1
-0
/
+42
2021-02-17
net: gro: do not keep too many GRO packets in napi->rx_list
Eric Dumazet
1
-5
/
+6
2021-01-27
net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabled
Tariq Toukan
1
-0
/
+5
2020-09-26
net: Fix bridge enslavement failure
Ido Schimmel
1
-1
/
+1
2020-09-12
net: disable netpoll on fresh napis
Jakub Kicinski
1
-1
/
+2
2020-09-09
net: core: use listified Rx for GRO_NORMAL in napi_gro_receive()
Alexander Lobakin
1
-4
/
+5
2020-07-31
dev: Defer free of skbs in flush_backlog
Subash Abhinov Kasiviswanathan
1
-1
/
+1
2020-06-30
net: increment xmit_recursion level in dev_direct_xmit()
Eric Dumazet
1
-0
/
+2
2020-06-30
net: fix memleak in register_netdevice()
Yang Yingliang
1
-0
/
+7
2020-06-24
net: core: device_rename: Use rwsem instead of a seqcount
Ahmed S. Darwish
1
-22
/
+18
2020-06-24
sched/rt, net: Use CONFIG_PREEMPTION.patch
Thomas Gleixner
1
-1
/
+1
2020-06-03
__netif_receive_skb_core: pass skb by reference
Boris Sukholitko
1
-5
/
+15
2020-05-20
net: fix a potential recursive NETDEV_FEAT_CHANGE
Cong Wang
1
-1
/
+3
2020-04-21
net: revert default NAPI poll timeout to 2 jiffies
Konstantin Khlebnikov
1
-1
/
+2
2020-04-08
net: Fix Tx hash bound checking
Amritha Nambiar
1
-0
/
+2
2020-04-01
net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} build
Pablo Neira Ayuso
1
-2
/
+2
2020-03-05
net: export netdev_next_lower_dev_rcu()
Taehee Yoo
1
-3
/
+3
2020-03-05
Revert "net: dev: introduce support for sch BYPASS for lockless qdisc"
Paolo Abeni
1
-20
/
+2
2020-02-24
core: Don't skip generic XDP program execution for cloned SKBs
Toke Høiland-Jørgensen
1
-2
/
+2
2020-01-29
net: Fix packet reordering caused by GRO and listified RX cooperation
Maxim Mikityanskiy
1
-31
/
+33
[next]