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
/
net
/
core
/
dev.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
net: allow ndo_select_queue to pass netdev
Alexander Duyck
2018-07-09
1
-2
/
+4
|
*
|
|
net: Add generic ndo_select_queue functions
Alexander Duyck
2018-07-09
1
-0
/
+14
|
*
|
|
net: Add support for subordinate traffic classes to netdev_pick_tx
Alexander Duyck
2018-07-09
1
-23
/
+35
|
*
|
|
net: Add support for subordinate device traffic classes
Alexander Duyck
2018-07-09
1
-0
/
+89
|
|
/
/
*
|
|
net: core: fix use-after-free in __netif_receive_skb_list_core
Edward Cree
2018-07-09
1
-2
/
+7
*
|
|
net: core: fix uses-after-free in list processing
Edward Cree
2018-07-09
1
-8
/
+13
|
/
/
*
|
net: limit each hash list length to MAX_GRO_SKBS
Li RongQing
2018-07-05
1
-33
/
+23
*
|
net: don't bother calling list RX functions on empty lists
Edward Cree
2018-07-04
1
-2
/
+6
*
|
net: ipv4: listified version of ip_rcv
Edward Cree
2018-07-04
1
-3
/
+5
*
|
net: core: propagate SKB lists through packet_type lookup
Edward Cree
2018-07-04
1
-8
/
+64
*
|
net: core: another layer of lists, around PF_MEMALLOC skb handling
Edward Cree
2018-07-04
1
-8
/
+36
*
|
net: core: Another step of skb receive list processing
Edward Cree
2018-07-04
1
-5
/
+56
*
|
net: core: unwrap skb list receive slightly further
Edward Cree
2018-07-04
1
-1
/
+3
*
|
net: core: trivial netif_receive_skb_list() entry point
Edward Cree
2018-07-04
1
-0
/
+19
*
|
net: Enable Tx queue selection based on Rx queues
Amritha Nambiar
2018-07-02
1
-17
/
+45
*
|
net: Use static_key for XPS maps
Amritha Nambiar
2018-07-02
1
-6
/
+25
*
|
net: Refactor XPS for CPUs and Rx queues
Amritha Nambiar
2018-07-02
1
-72
/
+139
*
|
net: Convert NAPI gro list into a small hash table.
David Miller
2018-06-26
1
-26
/
+79
*
|
net: Convert GRO SKB handling to list_head.
David Miller
2018-06-26
1
-40
/
+28
|
/
*
net: propagate dev_get_valid_name return code
Li RongQing
2018-06-20
1
-2
/
+2
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-06-06
1
-46
/
+102
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-21
1
-1
/
+1
|
|
\
|
*
|
sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpers
Paolo Abeni
2018-05-16
1
-1
/
+1
|
*
|
net: Update generic_xdp_needed static key to modern api
Davidlohr Bueso
2018-05-10
1
-5
/
+5
|
*
|
net: Update netstamp_needed static key to modern api
Davidlohr Bueso
2018-05-10
1
-11
/
+11
|
*
|
net: Update [e/in]gress_needed static key to modern api
Davidlohr Bueso
2018-05-10
1
-8
/
+8
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-05-07
1
-16
/
+57
|
|
\
\
|
|
*
|
dev: packet: make packet_direct_xmit a common function
Magnus Karlsson
2018-05-03
1
-0
/
+38
|
|
*
|
xsk: wire up XDP_SKB side of AF_XDP
Björn Töpel
2018-05-03
1
-16
/
+19
|
*
|
|
net: core: Inline netdev_features_size_check()
Florian Fainelli
2018-05-01
1
-1
/
+2
|
*
|
|
net: Add Software fallback infrastructure for socket dependent offloads
Ilya Lesokhin
2018-05-01
1
-0
/
+4
|
*
|
|
net: core: Assert the size of netdev_featres_t
Florian Fainelli
2018-04-29
1
-0
/
+1
|
*
|
|
net: Revoke export for __skb_tx_hash, update it to just be static skb_tx_hash
Alexander Duyck
2018-04-29
1
-6
/
+4
|
*
|
|
net: Fix coccinelle warning
Kirill Tkhai
2018-04-27
1
-1
/
+1
|
|
/
/
|
*
|
bpf: fix xdp_generic for bpf_adjust_tail usecase
Nikita V. Shirokov
2018-04-26
1
-1
/
+3
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-04-21
1
-1
/
+1
|
|
\
\
|
*
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-04-21
1
-1
/
+9
|
|
\
\
\
|
|
*
|
|
bpf: make generic xdp compatible w/ bpf_xdp_adjust_tail
Nikita V. Shirokov
2018-04-18
1
-1
/
+9
|
*
|
|
|
hv_netvsc: propogate Hyper-V friendly name into interface alias
Stephen Hemminger
2018-04-18
1
-0
/
+1
|
|
/
/
/
*
|
|
|
Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-06-06
1
-9
/
+9
|
\
\
\
\
|
*
|
|
|
audit: use inline function to get audit context
Richard Guy Briggs
2018-05-14
1
-9
/
+9
|
|
/
/
/
*
|
|
|
Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2018-06-04
1
-19
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
net: remove the PCI_DMA_BUS_IS_PHYS check in illegal_highdma
Christoph Hellwig
2018-05-07
1
-19
/
+1
|
|
|
/
|
|
/
|
*
/
|
net: Fix a bug in removing queues from XPS map
Amritha Nambiar
2018-05-18
1
-1
/
+1
|
/
/
*
/
vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multi
Toshiaki Makita
2018-04-17
1
-1
/
+1
|
/
*
net: fool proof dev_valid_name()
Eric Dumazet
2018-04-05
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-04-01
1
-1
/
+1
|
\
|
*
net: fix possible out-of-bound read in skb_network_protocol()
Eric Dumazet
2018-03-27
1
-1
/
+1
*
|
net: Remove net_rwsem from {, un}register_netdevice_notifier()
Kirill Tkhai
2018-03-31
1
-5
/
+0
[prev]
[next]