aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-11-06ieee802154: ca8210: use __func__ macro for debug messagesieee802154-for-davem-2017-11-09Stefan Schmidt1-4/+4
2017-11-06ieee802154: ca8210: fix some kernel coding style errorsStefan Schmidt1-6/+6
2017-11-06ieee802154: adf7242: use unsigned int over only unsignedStefan Schmidt1-4/+4
2017-11-06ieee802154: mrf24j40: fix incorrect mask in mrf24j40_stopGustavo A. R. Silva1-1/+1
2017-11-06ieee802154: cc2520: switch from BUG_ON() to WARN_ON() on problemStefan Schmidt1-4/+4
2017-11-06ieee802154: cc2520: use __func__ macro for debug messagesStefan Schmidt1-6/+4
2017-11-06ieee802154: cc2520: fix some kernel coding style errorsStefan Schmidt1-1/+2
2017-11-06MAINTAINERS: Update ca8210 driver contact emailsHarry Morris1-1/+0
2017-11-06ieee802154: atusb: switch from BUG_ON() to WARN_ON() on problemStefan Schmidt1-1/+1
2017-11-06ieee802154: atusb: fix some kernel coding style errorsStefan Schmidt1-3/+5
2017-11-06ieee802154: atusb: use __func__ macro for debug messagesStefan Schmidt1-22/+19
2017-11-06ieee802154: atusb: switch from uint8_t to u8Stefan Schmidt1-13/+13
2017-11-05Merge branch 'eBPF-based-device-cgroup-controller'David S. Miller15-76/+369
2017-11-05selftests/bpf: add a test for device cgroup controllerRoman Gushchin3-2/+155
2017-11-05bpf: move cgroup_helpers from samples/bpf/ to tools/testing/selftesting/bpf/Roman Gushchin4-3/+4
2017-11-05bpf, cgroup: implement eBPF-based device controller for cgroup v2Roman Gushchin8-1/+130
2017-11-05device_cgroup: prepare code for bpf-based device controllerRoman Gushchin2-49/+59
2017-11-05device_cgroup: add DEVCG_ prefix to ACC_* and DEV_* constantsRoman Gushchin1-36/+36
2017-11-05Merge tag 'mlx5-updates-2017-11-04' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller22-53/+696
2017-11-05Merge branch 'nfp-ethtool-and-related-improvements'David S. Miller10-30/+325
2017-11-05nfp: implement ethtool FEC mode settingsDirk van der Merwe1-1/+116
2017-11-05nfp: add helpers for FEC supportDirk van der Merwe2-0/+94
2017-11-05nfp: add get/set link settings ndos to representorsDirk van der Merwe1-0/+2
2017-11-05nfp: resync repr state when port table syncDirk van der Merwe3-0/+54
2017-11-05nfp: refactor nfp_app_reprs_setDirk van der Merwe2-18/+4
2017-11-05nfp: make use of MAC reinitJakub Kicinski5-3/+40
2017-11-05nfp: don't depend on compiler constant propagationJakub Kicinski1-8/+15
2017-11-05tcp: higher throughput under reordering with adaptive RACK reordering wndPriyaranjan Jha7-4/+68
2017-11-05Merge branch 'dsa-parsing-stage'David S. Miller3-140/+179
2017-11-05net: dsa: resolve tagging protocol at parse timeVivien Didelot1-16/+15
2017-11-05net: dsa: add one port parsing function per typeVivien Didelot1-20/+36
2017-11-05net: dsa: only check presence of link propertyVivien Didelot1-1/+1
2017-11-05net: dsa: rework switch parsingVivien Didelot1-59/+58
2017-11-05net: dsa: get tree before parsing portsVivien Didelot1-8/+10
2017-11-05net: dsa: rework switch addition and removalVivien Didelot1-20/+27
2017-11-05net: dsa: provide a find or new tree helperVivien Didelot1-11/+21
2017-11-05net: dsa: get and put tree reference countingVivien Didelot1-11/+27
2017-11-05net: dsa: simplify tree reference countingVivien Didelot1-20/+10
2017-11-05net: dsa: make tree index unsignedVivien Didelot3-9/+9
2017-11-05net: dsa: make switch index unsignedVivien Didelot1-1/+1
2017-11-05liquidio: do not consider packets dropped by network stack as driver Rx droppedIntiyaz Basha1-12/+3
2017-11-05tools: bpftool: move p_err() and p_info() from main.h to common.cQuentin Monnet2-31/+34
2017-11-05Merge branch 'bpf-add-offload-as-a-first-class-citizen'David S. Miller36-666/+686
2017-11-05bpf: remove old offload/analyzerJakub Kicinski3-122/+0
2017-11-05nfp: bpf: move to new BPF program offload infrastructureJakub Kicinski7-106/+121
2017-11-05nfp: bpf: move translation prepare to offload.cJakub Kicinski3-91/+94
2017-11-05nfp: bpf: move program prepare and free into offload.cJakub Kicinski3-33/+38
2017-11-05nfp: bpf: require seamless reload for program replaceJakub Kicinski4-42/+35
2017-11-05nfp: bpf: refactor offload logicJakub Kicinski3-77/+67
2017-11-05nfp: bpf: remove unnecessary include of nfp_net.hJakub Kicinski1-1/+0
2017-11-05nfp: bpf: remove the register renumbering leftoversJakub Kicinski3-19/+4
2017-11-05nfp: bpf: drop support for cls_bpf with legacy actionsJakub Kicinski5-247/+22
2017-11-05cls_bpf: allow attaching programs loaded for specific deviceJakub Kicinski2-3/+8
2017-11-05xdp: allow attaching programs loaded for specific deviceJakub Kicinski3-5/+44
2017-11-05bpftool: print program device bound infoJakub Kicinski2-0/+38
2017-11-05bpf: report offload info to user spaceJakub Kicinski4-0/+24
2017-11-05bpf: offload: add infrastructure for loading programs for a specific netdevJakub Kicinski9-8/+278
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski17-55/+56
2017-11-05mISDN: l1oip_core: replace _manual_ swap with swap macroGustavo A. R. Silva1-8/+2
2017-11-05net: plip: mark expected switch fall-throughsGustavo A. R. Silva1-0/+13
2017-11-05tcp: do not clear again skb->csum in tcp_init_nondata_skb()Eric Dumazet1-1/+0
2017-11-05tcp: tcp_mtu_probing() cleanupEric Dumazet1-17/+14
2017-11-05dpaa_eth: avoid uninitialized variable false-positive warningArnd Bergmann1-1/+2
2017-11-05Merge branch 'openvswitch-netns'David S. Miller7-35/+127
2017-11-05rtnetlink: use netnsid to query interfaceJiri Benc2-18/+86
2017-11-05openvswitch: reliable interface indentification in port dumpsJiri Benc4-17/+40
2017-11-05net: export peernet2id_allocJiri Benc1-0/+1
2017-11-04net/mlx5e: Enable CQE based moderation on TX CQTal Gilboa4-23/+71
2017-11-04net/mlx5e: IPoIB, Add inner TTC table to IPoIB flow steeringFeras Daoud3-3/+16
2017-11-04net/mlx5: Initialize destination_flow struct to 0Rabie Loulou5-15/+15
2017-11-04net/mlx5: Enlarge the NIC TC offload table sizeOr Gerlitz1-2/+13
2017-11-04net/mlx5e: DCBNL, Add debug messages logInbar Karmy1-1/+23
2017-11-04net/mlx5e: Add support for ethtool msglvl supportGal Pressman3-0/+25
2017-11-04net/mlx5e: Support DSCP trust state to Ethernet's IP packet on SQHuy Nguyen5-6/+73
2017-11-04net/mlx5e: Add dcbnl dscp to priority supportHuy Nguyen3-2/+232
2017-11-04net/mlx5: QPTS and QPDPM register firmware command supportHuy Nguyen4-0/+131
2017-11-04net/mlx5: Add MLX5_SET16 and MLX5_GET16Huy Nguyen1-0/+17
2017-11-04net/mlx5: QCAM register firmware command supportHuy Nguyen6-1/+79
2017-11-04net/dcb: Add dscp to priority selector typeHuy Nguyen1-0/+1
2017-11-05ipv6: remove IN6_ADDR_HSIZE from addrconf.hEric Dumazet2-3/+2
2017-11-05pktgen: do not abuse IN6_ADDR_HSIZEEric Dumazet1-1/+1
2017-11-04net: sched: cls_u32: use bitwise & rather than logical && on n->flagsColin Ian King1-1/+1
2017-11-04tcp_nv: use do_div() instead of expensive div64_u64()Konstantin Khlebnikov1-3/+4
2017-11-04add support of IFF_XMIT_DST_RELEASE bit in vlanVadim Fedorenko2-0/+4
2017-11-04phylink: make local function phylink_phy_change() staticWei Yongjun1-1/+2
2017-11-04Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...David S. Miller111-1426/+1838
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12703-311/+13121
2017-11-04liquidio: Fix an issue with multiple switchdev enable disablesVijaya Mohan Guvva3-2/+9
2017-11-04Merge branch 'mlxsw-Handle-changes-in-GRE-configuration'David S. Miller6-175/+614
2017-11-04mlxsw: spectrum_router: Handle down of tunnel underlayPetr Machata1-2/+55
2017-11-04mlxsw: spectrum_ipip: Handle underlay device changePetr Machata1-2/+3
2017-11-04mlxsw: spectrum: Handle NETDEV_CHANGE on L3 tunnelsPetr Machata4-7/+114
2017-11-04mlxsw: spectrum: Support IPIP underlay VRF migrationPetr Machata3-0/+110
2017-11-04mlxsw: spectrum_router: Onload conflicting tunnelsPetr Machata2-21/+60
2017-11-04mlxsw: spectrum_router: Fix saddr deduction in mlxsw_sp_ipip_entry_create()Petr Machata1-2/+2
2017-11-04mlxsw: spectrum_router: Generalize __mlxsw_sp_ipip_entry_update_tunnel()Petr Machata2-4/+50
2017-11-04mlxsw: spectrum_router: Extract __mlxsw_sp_ipip_entry_update_tunnel()Petr Machata1-28/+46
2017-11-04mlxsw: spectrum: Propagate extack for tunnel eventsPetr Machata2-17/+23
2017-11-04mlxsw: spectrum_router: Extract mlxsw_sp_ipip_entry_ol_up_event()Petr Machata1-9/+14
2017-11-04mlxsw: spectrum_router: Make mlxsw_sp_netdevice_ipip_ol_up_event() voidPetr Machata1-4/+4
2017-11-04mlxsw: spectrum_router: Extract mlxsw_sp_ipip_entry_ol_down_event()Petr Machata1-2/+10
2017-11-04mlxsw: spectrum_ipip: Split accessor functionsPetr Machata2-33/+70
2017-11-04mlxsw: spectrum: Move mlxsw_sp_ipip_netdev_{s, d}addr{, 4}()Petr Machata4-60/+57
2017-11-04mlxsw: spectrum_router: Extract mlxsw_sp_netdevice_ipip_can_offload()Petr Machata1-5/+15
2017-11-04mlxsw: spectrum: Rename IPIP-related netdevice handlersPetr Machata3-30/+32
2017-11-03Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2017-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2-0/+3
2017-11-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+1
2017-11-03arch/tile: Implement ->set_state_oneshot_stopped()Chris Metcalf1-0/+1
2017-11-03Merge tag 'powerpc-4.14-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds5-13/+26
2017-11-03Merge tag 'mmc-v4.14-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-13/+94
2017-11-03Merge tag 'drm-fixes-for-v4.14-rc8' of git://people.freedesktop.org/~airlied/...Linus Torvalds10-44/+70
2017-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds27-50/+60
2017-11-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-20/+86
2017-11-03Update MIPS email addressesPaul Burton46-49/+52
2017-11-03x86: CPU: Fix up "cpu MHz" in /proc/cpuinfoRafael J. Wysocki3-6/+11
2017-11-03mm, swap: fix race between swap count continuation operationsHuang Ying2-6/+21
2017-11-03mm/huge_memory.c: deposit page table when copying a PMD migration entryZi Yan1-0/+3
2017-11-03initramfs: fix initramfs rebuilds w/ compression after disablingFlorian Fainelli1-4/+5
2017-11-03fs/hugetlbfs/inode.c: fix hwpoison reserve accountingMike Kravetz1-1/+4
2017-11-03ocfs2: fstrim: Fix start offset of first cluster group during fstrimAshish Samant1-6/+18
2017-11-03mm, /proc/pid/pagemap: fix soft dirty marking for PMD migration entryHuang Ying1-1/+5
2017-11-03userfaultfd: hugetlbfs: prevent UFFDIO_COPY to fill beyond the end of i_sizeAndrea Arcangeli1-2/+30
2017-11-03Merge branch 'net-mini_Qdisc'David S. Miller7-60/+166
2017-11-03net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpathJiri Pirko5-18/+109
2017-11-03net: sched: introduce chain_head_change callbackJiri Pirko4-47/+62
2017-11-03Merge branch 'hns3-ethtool-ksettings'David S. Miller2-22/+59
2017-11-03net: hns3: fix a bug for phy supported feature initializationFuyun Liang1-0/+10
2017-11-03net: hns3: add support for nway_resetFuyun Liang1-0/+18
2017-11-03net: hns3: add support for set_link_ksettingsFuyun Liang1-0/+11
2017-11-03net: hns3: fix a bug in hns3_driv_to_eth_capsFuyun Liang1-7/+2
2017-11-03net: hns3: fix for getting advertised_caps in hns3_get_link_ksettingsFuyun Liang1-0/+3
2017-11-03net: hns3: fix for getting autoneg in hns3_get_link_ksettingsFuyun Liang1-15/+15
2017-11-03Merge branch 'bnxt_en-next'David S. Miller2-2/+6
2017-11-03bnxt_en: Fix IRQ coalescing regression.Michael Chan1-1/+5
2017-11-03bnxt_en: fix typo in bnxt_set_coalesceAndy Gospodarek1-1/+1
2017-11-03net_sched: check NULL in tcf_block_put()Cong Wang1-3/+2
2017-11-03tcp: tcp_fragment() should not assume rtx skbsEric Dumazet1-1/+2
2017-11-03mISDN: hfcpci: Convert timers to use timer_setup()Kees Cook1-6/+4
2017-11-03ISDN: eicon: message: mark expected switch fall-throughsGustavo A. R. Silva1-12/+58
2017-11-03net: sched: cls_bpf: use bitwise & rather than logical && on gen_flagsColin Ian King1-1/+1
2017-11-03tcp: fix a lockdep issue in tcp_fastopen_reset_cipher()Eric Dumazet1-5/+3
2017-11-03bpf: fix verifier NULL pointer dereferenceCraig Gallek1-4/+8
2017-11-03tipc: eliminate unnecessary probingJon Maloy1-1/+10
2017-11-03net: sched: move block offload unbind after all chains are flushedJiri Pirko1-2/+2
2017-11-03cxgb4vf: define get_fecparam ethtool callbackGanesh Goudar1-0/+58
2017-11-03cxgb4: add new T6 pci device id'sGanesh Goudar1-0/+1
2017-11-03net/ncsi: Make local function ncsi_get_filter() staticWei Yongjun1-1/+1
2017-11-03net: bridge: Convert timers to use timer_setup()Allen Pais1-29/+19
2017-11-03net: bridge: Convert timers to use timer_setup()Allen Pais1-40/+39
2017-11-03Merge branch 'mlxsw-Align-multipath-hash-parameters-with-kernels'David S. Miller6-25/+270
2017-11-03mlxsw: spectrum_router: Update multipath hash parameters upon neteventsIdo Schimmel1-1/+30
2017-11-03mlxsw: spectrum_router: Align multipath hash parameters with kernel'sIdo Schimmel1-0/+64
2017-11-03mlxsw: reg: Add Router ECMP Configuration Register Version 2Ido Schimmel1-0/+132
2017-11-03mlxsw: spectrum_router: Properly name netevent work structIdo Schimmel1-13/+13
2017-11-03mlxsw: spectrum_router: Embed netevent notifier block in router structIdo Schimmel3-11/+12
2017-11-03ipv4: Send a netevent whenever multipath hash policy is changedIdo Schimmel2-1/+20
2017-11-03net: systemport: Correct IPG length settingsFlorian Fainelli1-4/+6
2017-11-03tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet1-7/+2
2017-11-03fib: fib_dump_info can no longer use __in_dev_get_rtnlFlorian Westphal1-6/+10
2017-11-03cxgb4: fix error return code in cxgb4_set_hash_filter()Wei Yongjun1-1/+3
2017-11-03bpf: fix out-of-bounds access warning in bpf_checkArnd Bergmann1-0/+4
2017-11-03bpf: fix link error without CONFIG_NETArnd Bergmann1-0/+2
2017-11-03net: Define eth_stp_addr in linux/etherdevice.hEgil Hjelmeland3-3/+2
2017-11-03stmmac: use of_property_read_u32 instead of read_u8Bhadram Varka2-12/+12
2017-11-03liquidio: bump up driver version to 1.7.0 to match newer NIC firmwareFelix Manlunas1-2/+2
2017-11-03Merge branch 'net-sched-use-after-free'David S. Miller18-18/+26
2017-11-03net_sched: hold netns refcnt for each actionCong Wang18-18/+22
2017-11-03net_sched: acquire RTNL in tc_action_net_exit()Cong Wang2-0/+4
2017-11-03tcp: add tracepoint trace_tcp_retransmit_synack()Song Liu2-0/+57
2017-11-03ipv6: Implement limits on Hop-by-Hop and Destination optionsTom Herbert6-12/+159
2017-11-03powerpc/perf: Fix core-imc hotplug callback failure during imc initializationMadhavan Srinivasan1-0/+14
2017-11-02Kbuild: don't pass "-C" to preprocessor when processing linker scriptsLinus Torvalds1-1/+1
2017-11-02Revert "x86: do not use cpufreq_quick_get() for /proc/cpuinfo "cpu MHz""Linus Torvalds1-2/+8
2017-11-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2017-11-02arm64: ensure __dump_instr() checks addr_limitMark Rutland1-1/+1
2017-11-02Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo28-179/+128
2017-11-02rsi: fix kbuild reported build errors with CONFIG_PM offAmitkumar Karwar4-1/+10
2017-11-02rsi: move rsi_sdio_reinit_device() out of CONFIG_PMAmitkumar Karwar2-27/+26
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds12591-0/+12591
2017-11-02Merge tag 'linux-kselftest-4.14-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+5
2017-11-02Merge tag 'sound-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds12-76/+69
2017-11-02Merge branch 'fixes-v4.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-31/+34
2017-11-02futex: futex_wake_op, do not fail on invalid opJiri Slaby1-2/+10
2017-11-02Merge branch 'hns3-add-support-for-reset'David S. Miller7-37/+747
2017-11-02net: hns3: hns3:fix a bug about statistic counter in reset processqumingguang1-0/+7
2017-11-02net: hns3: Fix a misuse to devm_free_irqqumingguang1-3/+2
2017-11-02net: hns3: Add reset interface implementation in clientLipeng1-0/+153
2017-11-02net: hns3: Add timeout process in hns3_enetLipeng2-0/+88
2017-11-02net: hns3: Add reset process in hclge_mainLipeng4-0/+326
2017-11-02net: hns3: Add support for misc interruptLipeng3-0/+81
2017-11-02net: hns3: Refactor the initialization of command queueLipeng3-16/+33
2017-11-02net: hns3: Refactor mac_init functionqumingguang1-7/+7
2017-11-02net: hns3: Refactor the mapping of tqp to vportLipeng1-11/+50
2017-11-02net: seeq: fix timer conversionArnd Bergmann2-2/+2
2017-11-02net: dsa: lan9303: Added Documentation/networking/dsa/lan9303.txtEgil Hjelmeland1-0/+37
2017-11-02Merge branch 'nfp-TC-block-fixes-app-fallback-and-dev_alloc'David S. Miller12-72/+77
2017-11-02nfp: improve defines for constants in ethtoolJakub Kicinski1-7/+8
2017-11-02nfp: use a counter instead of log message for allocation failuresJakub Kicinski3-10/+20
2017-11-02nfp: switch to dev_alloc_page()Jakub Kicinski1-1/+1