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
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: hns3: rename process_hw_error function
Shiju Jose
2018-12-07
5
-6
/
+6
*
net: hns3: deletes unnecessary settings of the descriptor data
Shiju Jose
2018-12-07
1
-22
/
+5
*
net: hns3: re-enable error interrupts on hw reset
Shiju Jose
2018-12-07
3
-7
/
+10
*
net: hns3: rename enable error interrupt functions
Shiju Jose
2018-12-07
3
-55
/
+34
*
net: hns3: remove existing process error functions and reorder hw_blk table
Shiju Jose
2018-12-07
3
-475
/
+18
*
Merge branch 'mlxsw-Un-offload-FDB-on-NVE-detach-attach'
David S. Miller
2018-12-07
12
-31
/
+495
|
\
|
*
selftests: forwarding: Add PVID test case for VXLAN with VLAN-aware bridges
Ido Schimmel
2018-12-07
1
-0
/
+70
|
*
selftests: mlxsw: vxlan: Test FDB un/marking on VXLAN join/leave
Petr Machata
2018-12-07
1
-0
/
+177
|
*
mlxsw: spectrum_nve: Un/offload FDB on nve_fid_disable/enable
Petr Machata
2018-12-07
1
-0
/
+41
|
*
mlxsw: spectrum: Add mlxsw_sp_fid_ops.fdb_clear_offload
Petr Machata
2018-12-07
2
-0
/
+30
|
*
mlxsw: spectrum_nve: Add mlxsw_sp_nve_ops.fdb_clear_offload
Petr Machata
2018-12-07
2
-0
/
+11
|
*
mlxsw: spectrum_nve: Add mlxsw_sp_nve_ops.fdb_replay
Petr Machata
2018-12-07
2
-0
/
+11
|
*
mlxsw: spectrum_switchdev: Publish mlxsw_sp_switchdev_notifier
Petr Machata
2018-12-07
2
-1
/
+2
|
*
mlxsw: spectrum: Track NVE type at FIDs
Petr Machata
2018-12-07
3
-7
/
+25
|
*
bridge: Add br_fdb_clear_offload()
Petr Machata
2018-12-07
2
-0
/
+26
|
*
vxlan: Add vxlan_fdb_clear_offload()
Petr Machata
2018-12-07
2
-0
/
+28
|
*
vxlan: Add vxlan_fdb_replay()
Petr Machata
2018-12-07
2
-0
/
+56
|
*
vxlan: Add a function to init switchdev_notifier_vxlan_fdb_info
Petr Machata
2018-12-07
1
-23
/
+18
|
/
*
Merge branch 'net-aquantia-add-RSS-configuration'
David S. Miller
2018-12-07
4
-7
/
+43
|
\
|
*
net: aquantia: add support of RSS configuration
Dmitry Bogdanov
2018-12-07
1
-0
/
+36
|
*
net: aquantia: fix initialization of RSS table
Dmitry Bogdanov
2018-12-07
1
-2
/
+2
|
*
net: aquantia: increase max number of hw queues
Dmitry Bogdanov
2018-12-07
2
-2
/
+2
|
*
net: aquantia: fix RSS table and key sizes
Dmitry Bogdanov
2018-12-07
2
-3
/
+3
|
/
*
Merge branch 'Pass-extack-to-NETDEV_PRE_UP'
David S. Miller
2018-12-06
36
-71
/
+182
|
\
|
*
selftests: mlxsw: Add a new test extack.sh
Petr Machata
2018-12-06
1
-0
/
+84
|
*
net: core: dev: Attach extack to NETDEV_PRE_UP
Petr Machata
2018-12-06
1
-4
/
+4
|
*
net: core: dev: Add call_netdevice_notifiers_extack()
Petr Machata
2018-12-06
1
-5
/
+16
|
*
net: core: dev: Add extack argument to __dev_change_flags()
Petr Machata
2018-12-06
3
-4
/
+7
|
*
net: core: dev: Add extack argument to dev_change_flags()
Petr Machata
2018-12-06
15
-23
/
+33
|
*
net: ipvlan: ipvlan_set_port_mode(): Add an extack argument
Petr Machata
2018-12-06
1
-3
/
+4
|
*
net: vrf: cycle_netdev(): Add an extack argument
Petr Machata
2018-12-06
1
-3
/
+4
|
*
net: core: dev: Add extack argument to dev_open()
Petr Machata
2018-12-06
23
-29
/
+30
|
/
*
tcp: fix code style in tcp_recvmsg()
Pedro Tammela
2018-12-06
1
-2
/
+2
*
Merge branch 'dsa-mtu'
David S. Miller
2018-12-06
11
-0
/
+27
|
\
|
*
net: dsa: Set the master device's MTU to account for DSA overheads
Andrew Lunn
2018-12-06
1
-0
/
+16
|
*
net: dsa: Add overhead to tag protocol ops.
Andrew Lunn
2018-12-06
10
-0
/
+11
|
/
*
tun: remove unnecessary check in tun_flow_update
Li RongQing
2018-12-06
1
-4
/
+1
*
tun: align write-heavy flow entry members to a cache line
Li RongQing
2018-12-06
1
-3
/
+5
*
neighbor: Add extack messages for add and delete commands
David Ahern
2018-12-05
1
-16
/
+39
*
tipc: fix node keep alive interval calculation
Hoang Le
2018-12-05
1
-0
/
+6
*
net: Use of_node_name_eq for node name comparisons
Rob Herring
2018-12-05
5
-9
/
+9
*
net: netem: use a list in addition to rbtree
Peter Oskolkov
2018-12-05
1
-20
/
+69
*
Merge branch 'net-bridge-convert-multicast-to-generic-rhashtable'
David S. Miller
2018-12-05
6
-470
/
+177
|
\
|
*
net: bridge: increase multicast's default maximum number of entries
Nikolay Aleksandrov
2018-12-05
2
-1
/
+3
|
*
net: bridge: mark hash_elasticity as obsolete
Nikolay Aleksandrov
2018-12-05
4
-12
/
+7
|
*
net: bridge: multicast: use non-bh rcu flavor
Nikolay Aleksandrov
2018-12-05
3
-23
/
+6
|
*
net: bridge: convert multicast to generic rhashtable
Nikolay Aleksandrov
2018-12-05
6
-436
/
+163
|
/
*
Merge tag 'mlx5e-updates-2018-12-04' of git://git.kernel.org/pub/scm/linux/ke...
David S. Miller
2018-12-05
9
-216
/
+331
|
\
|
*
net/mlx5e: Improve ethtool private-flags code structure
Tariq Toukan
2018-12-05
2
-53
/
+41
|
*
net/mlx5e: ethtool, Support user configuration for RX hash fields
Aya Levin
2018-12-05
3
-6
/
+134
[next]