aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-14net/ibmvnic: Remove tests of member addressWen Yang1-5/+2
2018-12-14tun: replace get_cpu_ptr with this_cpu_ptr when bh disabledPrashant Bhole1-2/+4
2018-12-14hamradio, ppp: change semaphore to completionArnd Bergmann3-13/+13
2018-12-14hns3: prevent building without CONFIG_INETArnd Bergmann1-0/+1
2018-12-13mlxsw: spectrum_router: Veto unsupported RIF MAC addressesPetr Machata2-1/+52
2018-12-13mlxsw: spectrum: Add mlxsw_sp.mac_maskPetr Machata2-0/+10
2018-12-13mlxsw: spectrum_router: Generalize mlxsw_sp_netdevice_router_port_event()Petr Machata3-12/+30
2018-12-13net: bonding: Issue NETDEV_PRE_CHANGEADDRPetr Machata1-0/+6
2018-12-13net: bonding: Give bond_set_dev_addr() a return valuePetr Machata1-8/+15
2018-12-13net: ipvlan: Issue NETDEV_PRE_CHANGEADDRPetr Machata1-0/+14
2018-12-13net: dev: Add extack argument to dev_set_mac_address()Petr Machata8-19/+21
2018-12-12Merge tag 'mlx5e-updates-2018-12-11' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller12-85/+385
2018-12-12net-next: stmmac: dwmac-mediatek: add module license infoBiao Huang1-0/+5
2018-12-12net/mlx5e: Remove set but not used variable 'upriv'YueHaibing1-10/+0
2018-12-12mlxsw: spectrum_switchdev: Propagate extack on port VLAN eventsPetr Machata1-15/+23
2018-12-12mlxsw: spectrum_switchdev: Propagate extack on VXLAN VLAN eventsPetr Machata1-4/+8
2018-12-12net: switchdev: Add extack to switchdev_handle_port_obj_add() callbackPetr Machata2-2/+4
2018-12-12net: switchdev: Add extack to struct switchdev_notifier_infoPetr Machata1-0/+1
2018-12-12net: ndo_bridge_setlink: Add extackPetr Machata5-5/+9
2018-12-12bnxt: remove printing of hwrm messageJonathan Toppins1-1/+2
2018-12-12netdevsim: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-14/+2
2018-12-12stmmac: dwmac-mediatek: add support for mt2712Biao Huang3-0/+417
2018-12-11mlxsw: spectrum_router: Add Multicast routing support for Spectrum-2Nir Dotan1-1/+280
2018-12-11mlxsw: spectrum_acl: Limit priority valueNir Dotan1-2/+3
2018-12-11mlxsw: spectrum_acl: Support rule creation without action creationNir Dotan4-6/+19
2018-12-11mlxsw: spectrum_acl: Add replace rule action operationNir Dotan8-0/+194
2018-12-11mlxsw: spectrum_acl: Add multicast router profile operationsNir Dotan2-0/+130
2018-12-11mlxsw: spectrum_acl: Add Spectrum-2 keysNir Dotan2-0/+10
2018-12-11mlxsw: spectrum: Change stage of ACL initializationNir Dotan1-9/+9
2018-12-11mlxsw: reg: Add Policy Engine Multicast Router Binding Table RegisterNir Dotan1-0/+38
2018-12-11hinic: optmize rx refill buffer mechanismXue Chaojing2-20/+5
2018-12-11net/mlx5e: Use monitor counters for update statsEyal Davidovich3-5/+59
2018-12-11net/mlx5e: Monitor counters commands supportEyal Davidovich3-1/+139
2018-12-11net/mlx5e: Avoid query PPCNT register if not supported by the deviceEyal Davidovich1-0/+12
2018-12-11net/mlx5e: Use CQE padding for Ethernet CQsDaniel Jurgens3-2/+10
2018-12-11net/mlx5e: Support multiple encapsulations for a TC flowEli Britstein3-33/+62
2018-12-11net/mlx5e: Allow association of a flow to multiple encapsEli Britstein1-7/+41
2018-12-11net/mlx5e: Change parse attr struct to accommodate multiple tunnel infosEli Britstein1-8/+8
2018-12-11net/mlx5e: Support header rewrite actions with remote port mirroringEli Britstein2-2/+7
2018-12-11net/mlx5e: Replace the split logic with extended destinationEli Britstein1-1/+0
2018-12-11net/mlx5e: Annul encap action ordering requirementEli Britstein1-0/+2
2018-12-11net/mlx5e: Move flow attr reformat action bit to per dest flagsEli Britstein3-19/+30
2018-12-11net/mlx5e: Refactor eswitch flow attr for destination specific propertiesEli Britstein3-15/+20
2018-12-11net/mlx5: E-Switch, Rename esw attr mirror count fieldEli Britstein3-15/+15
2018-12-11net/mlx5: Consider encapsulation properties when comparing destinationsEli Britstein1-1/+4
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-0/+69
2018-12-10net/mlx5e: Add GRE protocol offloadingOz Shlomo2-1/+89
2018-12-10net: Add netif_is_gretap()/netif_is_ip6gretap()Oz Shlomo1-2/+2
2018-12-10net/mlx5e: Move TC tunnel offloading code to separate source fileOz Shlomo6-496/+548
2018-12-10net/mlx5e: Branch according to classified tunnel typeOz Shlomo2-48/+114