index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
netdevice.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: move net_unlink_todo() out of the header
Johannes Berg
2022-03-28
1
-10
/
+0
*
netdevice: add missing dm_private kdoc
Jakub Kicinski
2022-03-22
1
-0
/
+2
*
net: set default rss queues num to physical cores / 2
Íñigo Huguet
2022-03-18
1
-1
/
+0
*
net: disable preemption in dev_core_stats_XXX_inc() helpers
Eric Dumazet
2022-03-14
1
-1
/
+5
*
net: add per-cpu storage and net->core_stats
Eric Dumazet
2022-03-11
1
-9
/
+37
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-10
1
-0
/
+2
|
\
|
*
net: Fix esp GSO on inter address family tunnels.
Steffen Klassert
2022-03-07
1
-0
/
+2
*
|
net: Remove netif_rx_any_context() and netif_rx_ni().
Sebastian Andrzej Siewior
2022-03-07
1
-10
/
+0
*
|
net: dev: Add hardware stats support
Petr Machata
2022-03-03
1
-0
/
+42
*
|
drop_monitor: remove quadratic behavior
Eric Dumazet
2022-02-23
1
-1
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-17
1
-1
/
+1
|
\
|
|
*
net_sched: add __rcu annotation to netdev->qdisc
Eric Dumazet
2022-02-14
1
-1
/
+1
*
|
net: dev: Makes sure netif_rx() can be invoked in any context.
Sebastian Andrzej Siewior
2022-02-14
1
-2
/
+12
*
|
net: add dev->dev_registered_tracker
Eric Dumazet
2022-02-08
1
-0
/
+3
*
|
net: refine dev_put()/dev_hold() debugging
Eric Dumazet
2022-02-05
1
-23
/
+46
|
/
*
net: fix information leakage in /proc/net/ptype
Congyu Liu
2022-01-20
1
-0
/
+1
*
gro: add ability to control gro max packet size
Coco Li
2022-01-06
1
-0
/
+11
*
net: remove references to CONFIG_IRDA in network header files
Lukas Bulwahn
2021-12-30
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-23
1
-1
/
+1
|
\
|
*
net: fix typo in a comment
Xiang wangx
2021-12-17
1
-1
/
+1
*
|
flow_offload: allow user to offload tc action to net device
Baowen Zheng
2021-12-19
1
-0
/
+1
*
|
net: add net device refcount tracker to struct packet_type
Eric Dumazet
2021-12-15
1
-0
/
+1
*
|
net: dev_replace_track() cleanup
Eric Dumazet
2021-12-14
1
-6
/
+4
*
|
net: add networking namespace refcount tracker
Eric Dumazet
2021-12-10
1
-8
/
+1
*
|
net: watchdog: add net device refcount tracker
Eric Dumazet
2021-12-07
1
-0
/
+2
*
|
net: linkwatch: add net device refcount tracker
Eric Dumazet
2021-12-06
1
-0
/
+2
*
|
net: dst: add net device refcount tracking to dst_entry
Eric Dumazet
2021-12-06
1
-0
/
+17
*
|
net: add net device refcount tracker to struct netdev_queue
Eric Dumazet
2021-12-06
1
-0
/
+2
*
|
net: add net device refcount tracker to struct netdev_rx_queue
Eric Dumazet
2021-12-06
1
-0
/
+2
*
|
net: add net device refcount tracker infrastructure
Eric Dumazet
2021-12-06
1
-0
/
+45
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-02
1
-6
/
+13
|
\
|
|
*
net: annotate data-races on txq->xmit_lock_owner
Eric Dumazet
2021-12-01
1
-6
/
+13
*
|
net: remove .ndo_change_proto_down
Jakub Kicinski
2021-11-23
1
-9
/
+3
*
|
net: annotate accesses to dev->gso_max_segs
Eric Dumazet
2021-11-22
1
-0
/
+7
*
|
net: annotate accesses to dev->gso_max_size
Eric Dumazet
2021-11-22
1
-1
/
+2
*
|
dev_addr: add a modification check
Jakub Kicinski
2021-11-20
1
-0
/
+5
*
|
net: constify netdev->dev_addr
Jakub Kicinski
2021-11-20
1
-9
/
+5
*
|
net: do not inline netif_tx_lock()/netif_tx_unlock()
Eric Dumazet
2021-11-17
1
-37
/
+2
*
|
net: annotate accesses to queue->trans_start
Eric Dumazet
2021-11-17
1
-3
/
+13
*
|
net: use an atomic_long_t for queue->trans_timeout
Eric Dumazet
2021-11-17
1
-1
/
+1
*
|
net: use .data.once section in netdev_level_once()
Eric Dumazet
2021-11-16
1
-1
/
+1
*
|
net: gro: populate net/core/gro.c
Eric Dumazet
2021-11-16
1
-0
/
+1
*
|
net: gro: move skb_gro_receive into net/core/gro.c
Eric Dumazet
2021-11-16
1
-1
/
+0
*
|
net: gro: move skb_gro_receive_list to udp_offload.c
Eric Dumazet
2021-11-16
1
-1
/
+0
*
|
net: move gro definitions to include/net/gro.h
Eric Dumazet
2021-11-16
1
-348
/
+0
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2021-10-18
1
-0
/
+4
|
\
|
*
netfilter: Introduce egress hook
Lukas Wunner
2021-10-14
1
-0
/
+4
*
|
net: sched: Remove Qdisc::running sequence counter
Ahmed S. Darwish
2021-10-18
1
-4
/
+0
*
|
net: delete redundant function declaration
Chen Wandun
2021-10-13
1
-2
/
+0
*
|
netdevice: demote the type of some dev_addr_set() helpers
Jakub Kicinski
2021-10-13
1
-2
/
+2
[next]