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
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2020-09-12
net: disable netpoll on fresh napis
Jakub Kicinski
1
-1
/
+2
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: place xmit recursion in softnet data
Florian Westphal
1
-7
/
+3
2020-06-30
net: fix memleak in register_netdevice()
Yang Yingliang
1
-0
/
+7
2020-06-25
net: core: device_rename: Use rwsem instead of a seqcount
Ahmed S. Darwish
1
-22
/
+18
2020-06-25
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-13
net: Fix Tx hash bound checking
Amritha Nambiar
1
-0
/
+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-sysfs: Fix reference count leak
Jouni Hogander
1
-1
/
+3
2020-01-29
net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()
Eric Dumazet
1
-10
/
+19
2020-01-27
net: fix bpf_xdp_adjust_head regression for generic-XDP
Jesper Dangaard Brouer
1
-5
/
+10
2020-01-27
net: core: support XDP generic on stacked devices.
Stephen Hemminger
1
-46
/
+12
2020-01-09
net: core: limit nested device depth
Taehee Yoo
1
-45
/
+227
2019-12-21
inet: protect against too small mtu values.
Eric Dumazet
1
-1
/
+2
2019-12-01
net: do not abort bulk send on BQL status
Eric Dumazet
1
-1
/
+1
2019-11-24
net: fix generic XDP to handle if eth header was mangled
Jesper Dangaard Brouer
1
-0
/
+14
2019-11-10
netns: fix GFP flags in rtnl_net_notifyid()
Guillaume Nault
1
-1
/
+1
2019-09-19
net: Fix null de-reference of device refcount
Subash Abhinov Kasiviswanathan
1
-0
/
+2
2019-08-09
net: fix ifindex collision during namespace removal
Jiri Pirko
1
-0
/
+2
2019-06-04
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
1
-3
/
+3
2019-06-04
net-gro: fix use-after-free read in napi_gro_frags()
Eric Dumazet
1
-1
/
+1
2019-05-25
net: avoid weird emergency message
Eric Dumazet
1
-1
/
+1
2019-04-27
failover: allow name change on IFF_UP slave interfaces
Si-Wei Liu
1
-1
/
+15
2019-04-17
net: core: netif_receive_skb_list: unlist skb before passing to pt->func
Alexander Lobakin
1
-1
/
+3
2019-02-23
net: Fix for_each_netdev_feature on Big endian
Hauke Mehrtens
1
-2
/
+2
2019-02-06
net: set default network namespace in init_dummy_netdev()
Josh Elsasser
1
-0
/
+3
2018-12-17
net: fix XPS static_key accounting
Sabrina Dubroca
1
-21
/
+24
2018-12-17
net: restore call to netdev_queue_numa_node_write when resetting XPS
Sabrina Dubroca
1
-7
/
+9
2018-12-17
net: use skb_list_del_init() to remove from RX sublists
Edward Cree
1
-4
/
+4
2018-12-05
net: don't keep lonely packets forever in the gro hash
Paolo Abeni
1
-2
/
+5
2018-11-23
net-gro: reset skb->pkt_type in napi_reuse_skb()
Eric Dumazet
1
-0
/
+4
2018-11-04
net: Properly unlink GRO packets on overflow.
David S. Miller
1
-0
/
+1
2018-10-10
net: ipv4: update fnhe_pmtu when first hop's MTU changes
Sabrina Dubroca
1
-2
/
+26
2018-08-30
notifier: Remove notifier header file wherever not used
Mukesh Ojha
1
-1
/
+0
2018-08-09
net: allow to call netif_reset_xps_queues() under cpus_read_lock
Andrei Vagin
1
-5
/
+15
2018-08-05
net: check extack._msg before print
Li RongQing
1
-1
/
+2
2018-08-02
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+10
2018-07-30
net/tc: introduce TC_ACT_REINSERT.
Paolo Abeni
1
-1
/
+5
2018-07-29
net: report invalid mtu value via netlink extack
Stephen Hemminger
1
-6
/
+17
2018-07-26
net: rollback orig value on failure of dev_qdisc_change_tx_queue_len
Tariq Toukan
1
-7
/
+10
2018-07-20
net: Init backlog NAPI's gro_hash.
David S. Miller
1
-6
/
+12
2018-07-16
net: Fix GRO_HASH_BUCKETS assertion.
David S. Miller
1
-1
/
+1
2018-07-16
net: convert gro_count to bitmask
Li RongQing
1
-12
/
+24
2018-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-20
/
+28
2018-07-13
xdp: support simultaneous driver and hw XDP attachment
Jakub Kicinski
1
-18
/
+27
2018-07-13
xdp: don't make drivers report attachment mode
Jakub Kicinski
1
-4
/
+3
[next]