aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-02-10devlink: use nla_put_failure goto label instead of outJiri Pirko1-6/+6
2017-02-10devlink: rename devlink_eswitch_fill to devlink_nl_eswitch_fillJiri Pirko1-5/+5
2017-02-10devlink: fix the name of eswitch commandsJiri Pirko2-11/+17
2017-02-10Merge tag 'mac80211-next-for-davem-2017-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller34-843/+559
2017-02-10net: ethernet: ti: netcp_core: remove netif_trans_updateIvan Khoronzhuk1-2/+0
2017-02-10Merge branch 'dsa-phy-include'David S. Miller15-7/+18
2017-02-10net: dsa: remove unnecessary phy*.h includesRussell King2-2/+4
2017-02-10net: ath5k: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-1/+1
2017-02-10net: liquidio: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King3-0/+3
2017-02-10MIPS: Octeon: Remove unnecessary MODULE_*()Russell King1-4/+0
2017-02-10iscsi: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+1
2017-02-10net: mvneta: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+1
2017-02-10net: fman: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+1
2017-02-10net: bgmac: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+2
2017-02-10net: lan78xx: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+1
2017-02-10net: macb: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+2
2017-02-10net: cgroups: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+1
2017-02-10net: sunrpc: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+1
2017-02-10Merge tag 'wireless-drivers-next-for-davem-2017-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller122-3541/+4689
2017-02-10xen-netfront: Delete rx_refill_timer in xennet_disconnect_backend()Boris Ostrovsky1-1/+2
2017-02-10spectrum: flower: Treat ETH_P_ALL as a special case and translate for HWJiri Pirko1-3/+10
2017-02-10NET: mkiss: Fix panicRalf Baechle1-2/+2
2017-02-10net: hns: Fix the device being used for dma mapping during TXKejian Yan1-1/+1
2017-02-10Merge branch 'net-checkpatch'David S. Miller1-122/+137
2017-02-10net: Fix checkpatch, Missing a blank line after declarationstcharding1-0/+13
2017-02-10net: Fix checkpatch block comments warningstcharding1-32/+33
2017-02-10net: Fix checkpatch whitespace errorstcharding1-19/+20
2017-02-10net: Fix checkpatch WARNING: please, no space before tabstcharding1-71/+71
2017-02-10Merge branch 'act_pedit-relative-offset'David S. Miller4-17/+245
2017-02-10net/act_pedit: Introduce 'add' operationAmir Vadai3-4/+35
2017-02-10net/act_pedit: Support using offset relative to the conventional network headersAmir Vadai3-16/+208
2017-02-10net/skbuff: Introduce skb_mac_offset()Amir Vadai1-0/+5
2017-02-10Merge branch 'mlxsw-offload-mc-flood'David S. Miller5-54/+198
2017-02-10mlxsw: spectrum: Update mc_disabled flag by switchdev attrNogah Frankel1-0/+28
2017-02-10mlxsw: spectrum: Extend port_orig_get for bridge devicesNogah Frankel1-0/+13
2017-02-10mlxsw: spectrum: Add an option to flood mc by mc_router_portNogah Frankel3-3/+41
2017-02-10mlxsw: spectrum: Separate bc and mc floodsNogah Frankel3-13/+35
2017-02-10mlxsw: spectrum: Change max vfidNogah Frankel1-1/+1
2017-02-10mlxsw: spectrum: Make port flood update more genericNogah Frankel1-13/+13
2017-02-10mlxsw: spectrum: Break flood set func to be per tableNogah Frankel1-20/+34
2017-02-10switchdev: bridge: Offload mc router portsNogah Frankel2-0/+17
2017-02-10bridge: mcast: Merge the mc router ports deletions to one functionNogah Frankel1-15/+9
2017-02-10switchdev: bridge: Offload multicast disabledNogah Frankel2-0/+18
2017-02-10Merge branch 'sched-cls_api-small-cleanup'David S. Miller15-104/+126
2017-02-10sched: check negative err value to safe one level of indentJiri Pirko1-13/+9
2017-02-10sched: add missing curly braces in else branch in tc_ctl_tfilterJiri Pirko1-1/+2
2017-02-10sched: move err set right before goto errout in tc_ctl_tfilterJiri Pirko1-10/+19
2017-02-10sched: push TC filter protocol creation into a separate functionJiri Pirko1-51/+59
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko15-26/+34
2017-02-10sched: rename tcf_destroy to tcf_destroy_protoJiri Pirko3-7/+7