aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-08-17Merge branch 'tc_action-fixes'David S. Miller
2016-08-17net_sched: allow flushing tc police actionsRoman Mashak
2016-08-17net_sched: unify the init logic for act_policeWANG Cong
2016-08-17net_sched: convert tcf_exts from list to pointer arrayWANG Cong
2016-08-17net_sched: move tc offload macros to pkt_cls.hWANG Cong
2016-08-17net_sched: fix a typo in tc_for_each_action()WANG Cong
2016-08-17net_sched: remove an unnecessary list_del()WANG Cong
2016-08-17net_sched: remove the leftover cleanup_a()WANG Cong
2016-08-17Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller
2016-08-17Merge branch 'mlxsw-fixes'David S. Miller
2016-08-17mlxsw: spectrum: Allow packets to be trapped from any PGIdo Schimmel
2016-08-17mlxsw: spectrum: Unmap 802.1Q FID before destroying itIdo Schimmel
2016-08-17mlxsw: spectrum: Add missing rollbacks in error pathIdo Schimmel
2016-08-17mlxsw: reg: Fix missing op field fill-upJiri Pirko
2016-08-17mlxsw: spectrum: Trap loop-backed packetsIdo Schimmel
2016-08-17mlxsw: spectrum: Add missing packet trapsElad Raz
2016-08-17mlxsw: spectrum: Mark port as active before registering itIdo Schimmel
2016-08-17mlxsw: spectrum: Create PVID vPort before registering netdeviceIdo Schimmel
2016-08-17mlxsw: spectrum: Remove redundant errors from the codeIdo Schimmel
2016-08-17mlxsw: spectrum: Don't return upon error in removal pathIdo Schimmel
2016-08-16i40e: check for and deal with non-contiguous TCsDave Ertman
2016-08-16ixgbe: Re-enable ability to toggle VLAN filteringAlexander Duyck
2016-08-16ixgbe: Force VLNCTRL.VFE to be set in all VMDq pathsAlexander Duyck
2016-08-16e1000e: fix PTP on e1000_pch_lpt variantsJarod Wilson
2016-08-16e1000e: factor out systim sanitizationJarod Wilson
2016-08-16igb: fix adjusting PTP timestamps for Tx/Rx latencyKshitiz Gupta
2016-08-15Merge branch 'mediatek-fixes'David S. Miller
2016-08-15net: ethernet: mediatek: fix runtime warning raised by inconsistent struct de...sean.wang@mediatek.com
2016-08-15net: ethernet: mediatek: fix flow control settings on GMAC0 is not being enab...sean.wang@mediatek.com
2016-08-15net: ethernet: mediatek: fix RMII mode and add REVMII supported by GMACsean.wang@mediatek.com
2016-08-15tipc: fix NULL pointer dereference in shutdown()Vegard Nossum
2016-08-15Merge branch 'hv_netvsc-VF-removal-fixes'David S. Miller
2016-08-15hv_netvsc: fix bonding devices check in netvsc_netdev_event()Vitaly Kuznetsov
2016-08-15hv_netvsc: protect module refcount by checking net_device_ctx->vf_netdevVitaly Kuznetsov
2016-08-15hv_netvsc: reset vf_inject on VF removalVitaly Kuznetsov
2016-08-15hv_netvsc: avoid deadlocks between rtnl lock and vf_use_cnt waitVitaly Kuznetsov
2016-08-15hv_netvsc: don't lose VF informationVitaly Kuznetsov
2016-08-15gre: set inner_protocol on xmitSimon Horman
2016-08-15net: ipv6: Fix ping to link-local addresses.Lorenzo Colitti
2016-08-15rhashtable: fix shift by 64 when shrinkingVegard Nossum
2016-08-14mlxsw: spectrum_router: Fix use after freeVincent
2016-08-14rhashtable: avoid large lock-array allocationsFlorian Westphal
2016-08-13net: remove type_check from dev_get_nest_level()Sabrina Dubroca
2016-08-13macsec: fix lockdep splats when nesting devicesSabrina Dubroca
2016-08-13net: ipv6: Do not keep IPv6 addresses when IPv6 is disabledMike Manning
2016-08-13net/sctp: always initialise sctp_ht_iter::start_failVegard Nossum
2016-08-13net/irda: handle iriap_register_lsap() allocation failureVegard Nossum
2016-08-13ipv6: suppress sparse warnings in IP6_ECN_set_ce()Johannes Berg
2016-08-13bpf: fix write helpers with regards to non-linear partsDaniel Borkmann
2016-08-13net: ethernet: mediatek: add the missing of_node_put() after node is used donesean.wang@mediatek.com