aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q/vlanproc.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-16net: thunderx: Don't leak phy device references on -EPROBE_DEFER condition.David Daney1-6/+20
2016-03-16net: cavium: For Kconfig THUNDER_NIC_BGX, select MDIO_THUNDER.David Daney1-1/+1
2016-03-16phy: mdio-cavium: Add missing MODULE_* annotations.David Daney1-0/+4
2016-03-16ppp: ensure file->private_data can't be overriddenGuillaume Nault1-14/+17
2016-03-16ARM: dts: rockchip: add to support emac for rk3036 SoCsXing Zheng3-0/+67
2016-03-16clk: rockchip: associate SCLK_MAC_PLL and disable reparenting on rk3036Heiko Stuebner1-1/+1
2016-03-16clk: rockchip: add clock-id for rk3036 emac pll source clockXing Zheng1-0/+1
2016-03-16clk: rockchip: associate the rk3036 HCLK_EMAC clock-idXing Zheng1-1/+1
2016-03-16clk: rockchip: add node-id for rk3036 emac hclkXing Zheng1-0/+1
2016-03-16net: arc: trivial: cleanup the emac driverCaesar Wang4-57/+75
2016-03-16net: arc_emac: support the phy reset for emac driverCaesar Wang2-0/+43
2016-03-16net: arc_emac: add phy reset is optional for device treeCaesar Wang1-0/+7
2016-03-16net: arc_emac: make the rockchip emac document more compatibleCaesar Wang1-3/+5
2016-03-16ethtool: Set cmd field in ETHTOOL_GLINKSETTINGS response to wrong nwordsBen Hutchings1-1/+1
2016-03-16sh_eth: do not call netif_start_queue() from sh_eth_dev_init()Sergei Shtylyov1-2/+4
2016-03-16bnx2x: don't wait for Tx completion on recoveryYuval Mintz1-2/+6
2016-03-16sctp: consolidate local_bh_disable/enable + spin_lock/unlock to _bh variantNicholas Mc Guire1-4/+2
2016-03-15netfilter: nf_conntrack: consolidate lock/unlock into unlock_waitNicholas Mc Guire1-4/+2
2016-03-14net: diag: add a scheduling point in inet_diag_dump_icsk()Eric Dumazet1-0/+1
2016-03-14smc91x: avoid self-comparison warningArnd Bergmann1-1/+1
2016-03-14openvswitch: Interface with NAT.Jarno Rajahalme4-28/+551
2016-03-14openvswitch: Delay conntrack helper call for new connections.Jarno Rajahalme1-5/+16
2016-03-14openvswitch: Handle NF_REPEAT in conntrack action.Jarno Rajahalme1-2/+8
2016-03-14openvswitch: Find existing conntrack entry after upcall.Jarno Rajahalme1-13/+90
2016-03-14openvswitch: Update the CT state key only after nf_conntrack_in().Jarno Rajahalme1-3/+4
2016-03-14openvswitch: Add commentary to conntrack.cJarno Rajahalme1-1/+20
2016-03-14netfilter: Allow calling into nat helper without skb_dst.Jarno Rajahalme2-44/+16
2016-03-14netfilter: Remove IP_CT_NEW_REPLY definition.Jarno Rajahalme2-5/+9
2016-03-14net: dsa: refine netdev event notifierVivien Didelot1-24/+30
2016-03-14net: dsa: make port_bridge_leave return voidVivien Didelot5-30/+15
2016-03-14net: dsa: rename port_*_bridge routinesVivien Didelot6-14/+14
2016-03-14mISDN: Support DR6 indication in mISDNipac driverMaciej S. Szmigiero2-0/+3
2016-03-14mISDN: Order IPAC register definesMaciej S. Szmigiero1-20/+20
2016-03-14sh_eth: kill useless initializersSergei Shtylyov1-9/+9
2016-03-14net: mvneta: replace magic numbers by existing macrosDmitri Epshtein1-2/+2
2016-03-14net: mvneta: fix error messages in mvneta_port_down functionDmitri Epshtein1-2/+2
2016-03-14net: mvneta: enable change MAC address when interface is upDmitri Epshtein1-1/+1
2016-03-14net: mvneta: Fix spinlock usageGregory CLEMENT1-5/+6
2016-03-14bridge: fix potential use-after-free when hook returns QUEUE or STOLEN verdictFlorian Westphal1-9/+7
2016-03-14phy: fixed: Fix removal of phys.Andrew Lunn3-8/+12
2016-03-14dsa: dsa: Fix freeing of fixed-phys from user ports.Andrew Lunn1-3/+0
2016-03-14dsa: Destroy fixed link phys after the phy has been disconnectedAndrew Lunn1-12/+12
2016-03-14dsa: slave: Don't reference NULL pointer during phy_disconnectAndrew Lunn1-4/+8
2016-03-14dsa: Rename mv88e6123_61_65 to mv88e6123 to be consistentAndrew Lunn10-23/+23
2016-03-14of_mdio: use PTR_ERR_OR_ZERO()Sergei Shtylyov1-3/+3
2016-03-14of_mdio: use IS_ERR_OR_NULL()Sergei Shtylyov1-1/+1
2016-03-14of_mdio: mdio_device_create() never returns NULLSergei Shtylyov1-1/+1
2016-03-14phy: mdio-thunder: Add driver for Cavium Thunder SoC MDIO buses.David Daney4-2/+225
2016-03-14phy: mdio-octeon: Refactor into two files/modulesDavid Daney5-268/+292
2016-03-14net: thunderx: Cleanup PHY probing code.David Daney1-11/+18