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: fix kernel-doc warning in <linux/netdevice.h>
Randy Dunlap
2019-12-17
1
-1
/
+1
*
inet: protect against too small mtu values.
Eric Dumazet
2019-12-07
1
-0
/
+5
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2019-11-27
1
-0
/
+4
|
\
|
*
net/core: Add support for getting VF GUIDs
Danit Goldberg
2019-11-22
1
-0
/
+4
*
|
netfilter: nf_flow_table: hardware offload support
Pablo Neira Ayuso
2019-11-12
1
-0
/
+1
*
|
net: use u64_stats_t in struct pcpu_lstats
Eric Dumazet
2019-11-07
1
-4
/
+4
*
|
net: provide dev_lstats_add() helper
Eric Dumazet
2019-11-07
1
-0
/
+10
*
|
net: provide dev_lstats_read() helper
Eric Dumazet
2019-11-07
1
-0
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-02
1
-34
/
+26
|
\
\
|
*
|
net: remove unnecessary variables and callback
Taehee Yoo
2019-10-24
1
-12
/
+0
|
*
|
net: core: add ignore flag to netdev_adjacent structure
Taehee Yoo
2019-10-24
1
-0
/
+10
|
*
|
net: core: add generic lockdep keys
Taehee Yoo
2019-10-24
1
-22
/
+13
|
*
|
net: core: limit nested device depth
Taehee Yoo
2019-10-24
1
-0
/
+4
|
|
/
*
|
Revert "tun: call dev_get_valid_name() before register_netdevice()"
Eric Dumazet
2019-10-08
1
-3
/
+0
*
|
net: introduce per-netns netdevice notifiers
Jiri Pirko
2019-10-02
1
-0
/
+3
*
|
net: push loops and nb calls into helper functions
Jiri Pirko
2019-10-02
1
-0
/
+3
*
|
net: rtnetlink: add linkprop commands to add and delete alternative ifnames
Jiri Pirko
2019-10-01
1
-0
/
+4
*
|
net: introduce name_node struct to be used in hashlist
Jiri Pirko
2019-10-01
1
-2
/
+8
|
/
*
taprio: Add support for hardware offloading
Vinicius Costa Gomes
2019-09-16
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-09-06
1
-2
/
+12
|
\
|
*
xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup
Magnus Karlsson
2019-08-17
1
-2
/
+12
*
|
net: use unlikely for dql_avail case
xiaolinkui
2019-08-24
1
-1
/
+1
|
/
*
net: use listified RX for handling GRO_NORMAL skbs
Edward Cree
2019-08-08
1
-0
/
+3
*
loopback: create blackhole net device similar to loopack.
Mahesh Bandewar
2019-07-01
1
-0
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
net/tls: move definition of tls ops into net/tls.h
Jakub Kicinski
2019-04-27
1
-22
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-17
1
-0
/
+3
|
\
|
*
failover: allow name change on IFF_UP slave interfaces
Si-Wei Liu
2019-04-10
1
-0
/
+3
*
|
net: use correct this_cpu primitive in dev_recursion_level
Florian Westphal
2019-04-04
1
-1
/
+1
*
|
net: move skb->xmit_more hint to softnet data
Florian Westphal
2019-04-01
1
-1
/
+1
*
|
net: place xmit recursion in softnet data
Florian Westphal
2019-04-01
1
-8
/
+32
*
|
net: replace ndo_get_devlink with ndo_get_devlink_port
Jiri Pirko
2019-03-28
1
-3
/
+3
*
|
net: convert rps_needed and rfs_needed to new static branch api
Eric Dumazet
2019-03-23
1
-2
/
+2
*
|
net: remove 'fallback' argument from dev->ndo_select_queue()
Paolo Abeni
2019-03-20
1
-8
/
+4
*
|
packet: rework packet_pick_tx_queue() to use common code selection
Paolo Abeni
2019-03-20
1
-0
/
+2
*
|
net: dev: rename queue selection helpers.
Paolo Abeni
2019-03-20
1
-3
/
+3
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-03-02
1
-1
/
+1
|
\
|
*
net: dev: Use unsigned integer as an argument to left-shift
Andy Shevchenko
2019-02-27
1
-1
/
+1
*
|
net: Remove switchdev_ops
Florian Fainelli
2019-02-27
1
-3
/
+0
*
|
devlink: create a special NDO for getting the devlink instance
Jakub Kicinski
2019-02-26
1
-0
/
+7
*
|
net: dev: add generic protodown handler
Andy Roulin
2019-02-24
1
-0
/
+1
*
|
net: Introduce parse_protocol header_ops callback
Maxim Mikityanskiy
2019-02-22
1
-0
/
+10
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-02-16
1
-4
/
+3
|
\
\
|
*
|
net: bpf: remove XDP_QUERY_XSK_UMEM enumerator
Jan Sokolowski
2019-02-15
1
-4
/
+3
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-08
1
-0
/
+8
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
ipvlan, l3mdev: fix broken l3s mode wrt local routes
Daniel Borkmann
2019-01-30
1
-0
/
+8
*
|
net: Introduce ndo_get_port_parent_id()
Florian Fainelli
2019-02-06
1
-0
/
+9
*
|
netdevice.h: Add __cold to netdev_<level> logging functions
Joe Perches
2019-02-03
1
-8
/
+8
*
|
net: introduce a knob to control whether to inherit devconf config
Cong Wang
2019-01-22
1
-0
/
+1
*
|
net: Add extack argument to ndo_fdb_add()
Petr Machata
2019-01-17
1
-2
/
+4
|
/
[next]