summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | net: tcp6: prefer listeners bound to an addressPeter Oskolkov2018-12-141-48/+6
| * | | net: tcp: prefer listeners bound to an addressPeter Oskolkov2018-12-141-52/+8
| * | | net: udp6: prefer listeners bound to an addressPeter Oskolkov2018-12-141-58/+21
| * | | net: udp: prefer listeners bound to an addressPeter Oskolkov2018-12-141-57/+19
|/ / /
* | | add snmp counters documentyupeng2018-12-141-1/+244
* | | Merge branch 'neighbor-More-gc_list-changes'David S. Miller2018-12-142-52/+60
|\ \ \
| * | | neighbor: Remove externally learned entries from gc_listDavid Ahern2018-12-141-21/+28
| * | | neighbor: Move neigh_update_ext_learned to core fileDavid Ahern2018-12-142-18/+18
| * | | neighbor: Remove state and flags arguments to neigh_delDavid Ahern2018-12-141-5/+4
| * | | neighbor: Fix state check in neigh_forced_gcDavid Ahern2018-12-141-3/+2
| * | | neighbor: Fix locking order for gc_list changesDavid Ahern2018-12-141-12/+15
|/ / /
* | | net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()Cong Wang2018-12-146-47/+35
* | | net/ibmvnic: Remove tests of member addressWen Yang2018-12-141-5/+2
* | | tun: replace get_cpu_ptr with this_cpu_ptr when bh disabledPrashant Bhole2018-12-141-2/+4
* | | hamradio, ppp: change semaphore to completionArnd Bergmann2018-12-143-13/+13
* | | hns3: prevent building without CONFIG_INETArnd Bergmann2018-12-141-0/+1
|/ /
* | Merge branch 'Introduce-NETDEV_PRE_CHANGEADDR'David S. Miller2018-12-1321-46/+385
|\ \
| * | selftests: mlxsw: Test FID RIF MAC vetoingPetr Machata2018-12-131-0/+79
| * | selftests: mlxsw: Test RIF MAC vetoingPetr Machata2018-12-131-0/+91
| * | mlxsw: spectrum_router: Veto unsupported RIF MAC addressesPetr Machata2018-12-132-1/+52
| * | mlxsw: spectrum: Add mlxsw_sp.mac_maskPetr Machata2018-12-132-0/+10
| * | mlxsw: spectrum_router: Generalize mlxsw_sp_netdevice_router_port_event()Petr Machata2018-12-133-12/+30
| * | net: bonding: Issue NETDEV_PRE_CHANGEADDRPetr Machata2018-12-131-0/+6
| * | net: bonding: Give bond_set_dev_addr() a return valuePetr Machata2018-12-131-8/+15
| * | net: ipvlan: Issue NETDEV_PRE_CHANGEADDRPetr Machata2018-12-131-0/+14
| * | net: bridge: Handle NETDEV_PRE_CHANGEADDR from portsPetr Machata2018-12-131-0/+13
| * | net: bridge: Issue NETDEV_PRE_CHANGEADDRPetr Machata2018-12-131-0/+9
| * | net: dev: Issue NETDEV_PRE_CHANGEADDRPetr Machata2018-12-133-0/+29
| * | net: dev: Add NETDEV_PRE_CHANGEADDRPetr Machata2018-12-132-1/+8
| * | net: dev: Add extack argument to dev_set_mac_address()Petr Machata2018-12-1313-24/+29
|/ /
* | Merge tag 'mlx5e-updates-2018-12-11' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2018-12-1214-91/+393
|\ \
| * | net/mlx5e: Use monitor counters for update statsEyal Davidovich2018-12-113-5/+59
| * | net/mlx5e: Monitor counters commands supportEyal Davidovich2018-12-113-1/+139
| * | net/mlx5e: Avoid query PPCNT register if not supported by the deviceEyal Davidovich2018-12-112-1/+15
| * | net/mlx5e: Use CQE padding for Ethernet CQsDaniel Jurgens2018-12-114-7/+15
| * | net/mlx5e: Support multiple encapsulations for a TC flowEli Britstein2018-12-113-33/+62
| * | net/mlx5e: Allow association of a flow to multiple encapsEli Britstein2018-12-111-7/+41
| * | net/mlx5e: Change parse attr struct to accommodate multiple tunnel infosEli Britstein2018-12-111-8/+8
| * | net/mlx5e: Support header rewrite actions with remote port mirroringEli Britstein2018-12-112-2/+7
| * | net/mlx5e: Replace the split logic with extended destinationEli Britstein2018-12-111-1/+0
| * | net/mlx5e: Annul encap action ordering requirementEli Britstein2018-12-111-0/+2
| * | net/mlx5e: Move flow attr reformat action bit to per dest flagsEli Britstein2018-12-113-19/+30
| * | net/mlx5e: Refactor eswitch flow attr for destination specific propertiesEli Britstein2018-12-113-15/+20
| * | net/mlx5: E-Switch, Rename esw attr mirror count fieldEli Britstein2018-12-113-15/+15
| * | net/mlx5: Consider encapsulation properties when comparing destinationsEli Britstein2018-12-111-1/+4
* | | net-next: stmmac: dwmac-mediatek: add module license infoBiao Huang2018-12-121-0/+5
* | | net/mlx5e: Remove set but not used variable 'upriv'YueHaibing2018-12-121-10/+0
* | | Merge branch 'Pass-extack-to-SWITCHDEV_PORT_OBJ_ADD'David S. Miller2018-12-1219-102/+229
|\ \ \
| * | | selftests: mlxsw: extack: Test VLAN add on a port devicePetr Machata2018-12-121-0/+30
| * | | selftests: mlxsw: extack: Test VLAN add on a VXLAN devicePetr Machata2018-12-121-0/+31