index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-03
net/mlx5: E-Switch, Add SR-IOV (FDB) support
Saeed Mahameed
7
-83
/
+661
2015-12-03
net/mlx5: E-Switch, Introduce FDB hardware capabilities
Saeed Mahameed
3
-0
/
+41
2015-12-03
net/mlx5: Introducing E-Switch and l2 table
Saeed Mahameed
7
-1
/
+666
2015-12-03
net/mlx5e: Write vlan list into vport context
Saeed Mahameed
2
-0
/
+53
2015-12-03
net/mlx5e: Write UC/MC list and promisc mode into vport context
Saeed Mahameed
1
-0
/
+87
2015-12-03
net/mlx5: Introduce access functions to modify/query vport vlans
Saeed Mahameed
3
-0
/
+126
2015-12-03
net/mlx5: Introduce access functions to modify/query vport promisc mode
Saeed Mahameed
3
-5
/
+94
2015-12-03
net/mlx5: Introduce access functions to modify/query vport state
Saeed Mahameed
4
-8
/
+62
2015-12-03
net/mlx5: Introduce access functions to modify/query vport mac lists
Saeed Mahameed
3
-0
/
+135
2015-12-03
net/mlx5: Update access functions to Query/Modify vport MAC address
Saeed Mahameed
3
-13
/
+81
2015-12-03
net/mlx5: Add HW capabilities and structs for SR-IOV E-Switch
Saeed Mahameed
1
-11
/
+15
2015-12-03
net/mlx5_core: Add base sriov support
Eli Cohen
7
-9
/
+318
2015-12-03
net/mlx5_core: Modify enable/disable hca functions
Eli Cohen
2
-24
/
+23
2015-12-03
ipv4: igmp: Allow removing groups from a removed interface
Andrew Lunn
1
-2
/
+3
2015-12-03
ipv6: sctp: implement sctp_v6_destroy_sock()
Eric Dumazet
1
-1
/
+8
2015-12-03
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
1
-1
/
+6
2015-12-03
alx: remove pointless assignment
Jarod Wilson
1
-1
/
+0
2015-12-03
Merge branch 'bonding-team-offload'
David S. Miller
26
-147
/
+1288
2015-12-03
mlxsw: spectrum: Implement LAG tx enabled lower state change
Jiri Pirko
1
-2
/
+79
2015-12-03
mlxsw: spectrum: Implement FDB add/remove/dump for LAG
Jiri Pirko
1
-32
/
+150
2015-12-03
mlxsw: spectrum: Implement LAG port join/leave
Jiri Pirko
2
-17
/
+306
2015-12-03
mlxsw: reg: Add definition of LAG unicast record for SFN register
Jiri Pirko
1
-1
/
+21
2015-12-03
mlxsw: reg: Add definition of LAG unicast record for SFD register
Jiri Pirko
1
-8
/
+71
2015-12-03
mlxsw: reg: Add link aggregation configuration registers definitions
Jiri Pirko
1
-0
/
+293
2015-12-03
mlxsw: pci: Implement LAG processing for received packets
Jiri Pirko
2
-12
/
+11
2015-12-03
mlxsw: core: Add support for packets received from LAG port
Jiri Pirko
3
-5
/
+92
2015-12-03
mlxsw: spectrum: Add set_rx_mode ndo stub
Jiri Pirko
1
-0
/
+5
2015-12-03
bonding: set inactive flags on release
Jiri Pirko
1
-0
/
+2
2015-12-03
bonding: implement lower state change propagation
Jiri Pirko
2
-0
/
+17
2015-12-03
bonding: allow notifications for bond_set_slave_link_state
Jiri Pirko
2
-21
/
+65
2015-12-03
team: implement lower state change propagation
Jiri Pirko
1
-2
/
+18
2015-12-03
team: rtnl_lock for options set
Jiri Pirko
1
-3
/
+8
2015-12-03
net: introduce lower state changed info structure for LAG lowers
Jiri Pirko
1
-0
/
+5
2015-12-03
net: introduce change lower state notifier
Jiri Pirko
2
-0
/
+28
2015-12-03
bonding: fill-up LAG changeupper info struct and pass it along
Jiri Pirko
1
-14
/
+31
2015-12-03
team: fill-up LAG changeupper info struct and pass it along
Jiri Pirko
7
-11
/
+18
2015-12-03
net: add info struct for LAG changeupper
Jiri Pirko
1
-0
/
+13
2015-12-03
net: add possibility to pass information about upper device via notifier
Jiri Pirko
8
-11
/
+15
2015-12-03
net: propagate upper priv via netdev_master_upper_dev_link
Jiri Pirko
8
-22
/
+15
2015-12-03
net: add netif_is_lag_port helper
Jiri Pirko
1
-0
/
+5
2015-12-03
net: add netif_is_lag_master helper
Jiri Pirko
1
-0
/
+5
2015-12-03
net: add netif_is_team_port helper
Jiri Pirko
1
-0
/
+5
2015-12-03
net: add netif_is_team_master helper
Jiri Pirko
2
-0
/
+9
2015-12-03
bonding: add 802.3ad support for 100G speeds
Jiri Pirko
1
-1
/
+10
2015-12-03
net: Add support for CHANGEUPPER notifier error injection
Ido Schimmel
2
-0
/
+2
2015-12-03
net: Check CHANGEUPPER notifier return value
Ido Schimmel
1
-2
/
+6
2015-12-03
i40e: Fix i40e_print_features() VEB mode output
Joe Perches
1
-23
/
+19
2015-12-03
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
12
-361
/
+890
2015-12-03
arm64: bpf: add 'store immediate' instruction
Yang Shi
1
-1
/
+19
2015-12-03
ipv6: kill sk_dst_lock
Eric Dumazet
8
-46
/
+12
[prev]
[next]