aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-02-17net: qlogic: netxen: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-58/+65
2017-02-17net: hamachi: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2017-02-17bridge: don't indicate expiry on NTF_EXT_LEARNED fdb entriesRoopa Prabhu1-1/+1
2017-02-17Merge branch 'bpf-misc'David S. Miller19-110/+453
2017-02-17bpf: make jited programs visible in tracesDaniel Borkmann13-63/+419
2017-02-17bpf: remove stubs for cBPF from arch codeDaniel Borkmann6-27/+14
2017-02-17bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann6-23/+23
2017-02-17bridge: vlan_tunnel: explicitly reset metadata attrs to NULL on failureRoopa Prabhu1-0/+2
2017-02-17net: bgmac: store MAC address directly in netdev->dev_addrTobias Klauser4-8/+6
2017-02-17Merge tag 'wireless-drivers-next-for-davem-2017-02-16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller28-431/+213
2017-02-17net: ethoc: Use eth_hw_addr_random()Tobias Klauser1-8/+2
2017-02-17Merge branch 'rhashtable-allocation-failure-during-insertion'David S. Miller5-94/+316
2017-02-17rhashtable: Add nested tablesHerbert Xu2-72/+276
2017-02-17tipc: Fix tipc_sk_reinit race conditionsHerbert Xu2-11/+23
2017-02-17gfs2: Use rhashtable walk interface in glock_hash_walkHerbert Xu1-11/+17
2017-02-17net: mvneta: make mvneta_eth_tool_ops staticJisheng Zhang1-1/+1
2017-02-17Merge branch 'net-sched-reflect-hw-offload-in-classifiers'David S. Miller6-7/+50
2017-02-17net/sched: cls_bpf: Reflect HW offload statusOr Gerlitz1-2/+11
2017-02-17net/sched: cls_u32: Reflect HW offload statusOr Gerlitz1-0/+10
2017-02-17net/sched: cls_matchall: Reflect HW offloading statusOr Gerlitz1-2/+10
2017-02-17net/sched: cls_flower: Reflect HW offload statusOr Gerlitz1-0/+5
2017-02-17net/sched: Reflect HW offload statusOr Gerlitz2-2/+9
2017-02-17net/sched: cls_matchall: Dump the classifier flagsOr Gerlitz1-0/+3
2017-02-17net/sched: cls_flower: Properly handle classifier flags dumpingOr Gerlitz1-1/+2
2017-02-17net: oki-semi: pch_gbe: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-20/+38
2017-02-17net: ethernet: ti: cpsw: correct ale dev to cpswIvan Khoronzhuk1-1/+1
2017-02-17net: nvidia: forcedeth: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-41/+50
2017-02-17Merge branch 'ptp-attribute-cleanup'David S. Miller3-116/+80
2017-02-17ptp: create "pins" together with the rest of attributesDmitry Torokhov3-42/+24
2017-02-17ptp: use is_visible method to hide unused attributesDmitry Torokhov1-70/+55
2017-02-17ptp: use kcalloc when allocating arraysDmitry Torokhov1-3/+2
2017-02-17ptp: do not explicitly set drvdata in ptp_clock_register()Dmitry Torokhov1-2/+0
2017-02-17mlx4: do not fire tasklet unless necessaryEric Dumazet2-9/+6
2017-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller23-148/+457
2017-02-16Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller5-230/+481
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller66-290/+594
2017-02-16cxgb4: Remove redundant code in t4_uld_clean_up()Ganesh Goudar1-2/+0
2017-02-16cxgb4: Add new T5 and T6 pci device id'sGanesh Goudar1-0/+5
2017-02-16cxgb4: Increase max number of tc u32 linksArjun V3-13/+7
2017-02-16Merge tag 'media/v4.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-5/+13
2017-02-16vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi1-0/+1
2017-02-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-0/+5
2017-02-16Merge tag 'pci-v4.10-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+12
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds33-200/+355
2017-02-16fuse: fix uninitialized flags in pipe_bufferMiklos Szeredi1-0/+1
2017-02-16ixgbe: Don't bother clearing buffer memory for descriptor ringsAlexander Duyck2-71/+99
2017-02-16ixgbe: Add support for build_skbAlexander Duyck1-1/+48
2017-02-16ixgbe: Add private flag to control buffer modeAlexander Duyck1-0/+47
2017-02-16ixgbe: Add support for padding packetAlexander Duyck2-4/+56
2017-02-16ixgbe: Break out Rx buffer page managementAlexander Duyck1-109/+122