aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-06-18NFC: fdp: Fix unused variable warningsHEADmasterAmit Pundir1-13/+0
2018-06-08NFC: fdp: Remove __func__ from dev_dbg()Amit Pundir2-28/+7
2018-06-08NFC: fdp: Fix possible buffer overflow in WCS4000 NFC driverSuren Baghdasaryan1-0/+9
2018-06-08NFC: Fix possible memory corruption when handling SHDLC I-Frame commandsSuren Baghdasaryan1-0/+10
2018-06-08NFC: st21nfca: Fix out of bounds kernel access when handling ATR_REQSuren Baghdasaryan1-1/+2
2018-06-04NFC: st95hf: drop illegal kfree_skb()Daniel Mack1-2/+0
2018-06-04NFC: st95hf: initialize semaphore and mutex earlierDaniel Mack1-3/+2
2018-06-04NFC: fix attrs checks in netlink interfaceAndrey Konovalov1-2/+4
2018-06-04nfc: st21nfca: Remove unnecessary devm_kzalloc() castFabio Estevam1-2/+1
2018-06-04nfc: st21nfca: Check for devm_kzalloc() failureFabio Estevam1-0/+2
2018-06-04NFC: fdp: fix signed less or equal zero check in u8 max_sizeColin Ian King1-2/+2
2018-06-03Merge tag 'wireless-drivers-next-for-davem-2018-05-31' of git://git.kernel.or...David S. Miller133-1157/+2282
2018-06-03vlan: use non-archaic spelling of failesThadeu Lima de Souza Cascardo1-2/+2
2018-06-03net: axienet: remove stale comment of axienet_openYueHaibing1-1/+0
2018-06-03net/ncsi: Avoid GFP_KERNEL in response handlerSamuel Mendoza-Jonas1-2/+2
2018-06-03net: netcp: ethss: remove unnecessary pointer set to NULLYueHaibing1-1/+0
2018-06-03net/smc: fix error return code in smc_setsockopt()Wei Yongjun1-1/+1
2018-06-03net/mlx5: Make function mlx5_fpga_tls_send_teardown_cmd() staticWei Yongjun1-2/+2
2018-06-03hv_netvsc: fix error return code in netvsc_probe()Wei Yongjun1-1/+3
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller145-565/+1054
2018-06-03net: phy: consider PHY_IGNORE_INTERRUPT in state machine PHY_NOLINK handlingHeiner Kallweit1-1/+1
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller23-412/+977
2018-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds38-115/+192
2018-06-03netfilter: nf_tables: handle chain name lookups via rhltableFlorian Westphal2-16/+104
2018-06-03netfilter: nf_tables: add connlimit supportPablo Neira Ayuso4-1/+327
2018-06-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+20
2018-06-02Merge tag 'drm-fixes-for-v4.17-rc8' of git://people.freedesktop.org/~airlied/...Linus Torvalds8-44/+91
2018-06-03netfilter: nf_tables: add destroy_clone expressionPablo Neira Ayuso3-2/+13
2018-06-03netfilter: nf_tables: garbage collection for stateful expressionsPablo Neira Ayuso3-2/+32
2018-06-03netfilter: nf_tables: pass ctx to nf_tables_expr_destroy()Pablo Neira Ayuso2-4/+16
2018-06-03netfilter: nf_conncount: expose connection list interfacePablo Neira Ayuso2-13/+34
2018-06-03netfilter: nf_tables: pass context to object destroy indirectionPablo Neira Ayuso4-9/+12
2018-06-03netfilter: Libify xt_TPROXYMáté Eckl9-339/+436
2018-06-03netfilter: Decrease code duplication regarding transparent socket optionMáté Eckl4-29/+6
2018-06-03Merge branch 'drm-fixes-4.17' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie1-9/+22
2018-06-02Merge tag 'mips_fixes_4.17_3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-38/+6
2018-06-02Merge tag 'vfio-v4.17' of git://github.com/awilliam/linux-vfioLinus Torvalds1-15/+10
2018-06-02Merge tag 'char-misc-4.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-7/+8
2018-06-02Merge tag 'staging-4.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-68/+93
2018-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds14-62/+172
2018-06-02Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-2/+10
2018-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+2
2018-06-02mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins1-1/+1
2018-06-02mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()Hugh Dickins1-1/+1
2018-06-02Revert "vfio/type1: Improve memory pinning process for raw PFN mapping"Alex Williamson1-15/+10
2018-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller35-405/+1372
2018-06-02Merge tag 'mlx5e-updates-2018-06-01' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller13-360/+726
2018-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-0/+4
2018-06-01bpf: fix uapi hole for 32 bit compat applicationsDaniel Borkmann2-0/+4
2018-06-01net/mlx5e: TX, Separate cachelines of xmit and completion statsTariq Toukan2-8/+9
2018-06-01net/mlx5e: RX, Always prefer Linear SKB configurationTariq Toukan1-3/+10
2018-06-01net/mlx5e: RX, Enhance legacy Receive Queue memory schemeTariq Toukan3-127/+362
2018-06-01net/mlx5e: RX, Use cyclic WQ in legacy RQTariq Toukan6-111/+161
2018-06-01net/mlx5e: RX, Split WQ objects for different RQ typesTariq Toukan3-57/+110
2018-06-01net/mlx5e: RX, Remove HW LRO support in legacy RQTariq Toukan2-14/+26
2018-06-01net/mlx5e: RX, Dedicate a function for copying SKB headerTariq Toukan1-13/+17
2018-06-01net/mlx5e: RX, Generalise function of SKB frag additionTariq Toukan1-8/+8
2018-06-01net/mlx5e: RX, Generalise name of non-linear SKB head sizeTariq Toukan3-4/+4
2018-06-01net/mlx5e: TX, Obsolete maintaining local copies of skb->len/dataTariq Toukan1-30/+12
2018-06-01net/mlx5: FPGA, Handle QP error eventIlan Tayari1-4/+24
2018-06-01net/mlx5e: Support configurable MTU for vport representorsAdi Nissim3-4/+28
2018-06-01net/mlx5e: Increase aRFS flow tables sizeMaor Gottlieb1-1/+1
2018-06-01net/mlx5e: Remove redundant active_channels indicationEran Ben Elisha4-20/+0
2018-06-01net/mlx5e: Present SW stats when state is not openedEran Ben Elisha2-16/+13
2018-06-01net/mlx5e: IPOIB, Add a missing skb_pullTariq Toukan1-0/+1
2018-06-01net/mlx5e: IPOIB, Fix overflowing SQ WQE memsetTariq Toukan1-3/+3
2018-06-01Merge branch 'hns3-next'David S. Miller9-51/+441
2018-06-01net: hns3: Optimize the VF's process of updating multicast MACXi Wang4-5/+187
2018-06-01net: hns3: Optimize the PF's process of updating multicast MACXi Wang4-21/+136
2018-06-01net: hns3: Fix for vxlan tx checksum bugYunsheng Lin1-0/+29
2018-06-01net: hns3: Add missing break in misc_irq_handleYunsheng Lin1-3/+3
2018-06-01net: hns3: Fix for phy not link up problem after resettingYunsheng Lin1-4/+3
2018-06-01net: hns3: Fix for hclge_reset running repeatly problemYunsheng Lin1-6/+34
2018-06-01net: hns3: Fix for service_task not running problem after resettingYunsheng Lin2-0/+2
2018-06-01net: hns3: Fix setting mac address errorJian Shen1-0/+13
2018-06-01net: hns3: Add repeat address checking for setting mac addressJian Shen1-0/+6
2018-06-01net: hns3: Add support for IFF_ALLMULTI flagPeng Li6-12/+21
2018-06-01net: hns3: Disable vf vlan filter when vf vlan table is fullYunsheng Lin1-0/+7
2018-06-01Merge branch 'mirror-to-gretap-tests'David S. Miller6-47/+244
2018-06-01selftests: forwarding: mirror_gre_bridge_1d_vlan: Add STP testPetr Machata1-0/+12
2018-06-01selftests: forwarding: mirror_gre_vlan_bridge_1q: Add more testsPetr Machata1-0/+129
2018-06-01selftests: forwarding: mirror_gre_vlan_bridge_1q: Rename two testsPetr Machata1-7/+7
2018-06-01selftests: forwarding: mirror_gre_vlan_bridge_1q: Test final configPetr Machata1-2/+3
2018-06-01selftests: forwarding: mirror_gre_vlan_bridge_1q: Fix tunnel namePetr Machata1-1/+1
2018-06-01selftests: forwarding: mirror_gre_lib: Add STP testPetr Machata1-0/+32
2018-06-01selftests: forwarding: mirror_lib: skip_hw the VLAN capturePetr Machata1-1/+4
2018-06-01selftests: forwarding: mirror_lib: Move here do_test_span_vlan_dir_ips()Petr Machata2-15/+35
2018-06-01selftests: forwarding: lib: Move here vlan_capture_{, un}install()Petr Machata2-23/+23
2018-06-01net: usb: cdc_mbim: add flag FLAG_SEND_ZLPDaniele Palmas1-1/+1
2018-06-01Merge branch 'tunnel-mtus'David S. Miller3-9/+15
2018-06-01ip6_tunnel: remove magic mtu value 0xFFF8Nicolas Dichtel2-5/+11
2018-06-01ip_tunnel: restore binding to ifaces with a large mtuNicolas Dichtel1-4/+4
2018-06-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-4/+3
2018-06-01net: mvpp2: Split the PPv2 driver to a dedicated directoryMaxime Chevallier8-3889/+4030
2018-06-01net: dsa: b53: Add BCM5389 supportDamien Thébault4-1/+19
2018-06-01net: sched: split tc_ctl_tfilter into three handlersVlad Buslov1-145/+293
2018-06-01rtnetlink: Fix null-ptr-deref in rtnl_newlinkPrashant Bhole1-1/+1
2018-06-01kcm: Fix use-after-free caused by clonned socketsKirill Tkhai1-1/+1
2018-06-01ipvs: add ipv6 support to ftpJulian Anastasov6-182/+331
2018-06-01ipvs: add full ipv6 support to nfctJulian Anastasov1-52/+49
2018-06-01netfilter: nft_fwd_netdev: allow to forward packets via neighbour layerPablo Neira Ayuso2-1/+149
2018-06-01netfilter: nfnetlink: Remove VLA usageKees Cook1-2/+23
2018-06-01netfilter: nf_flow_table: attach dst to skbsJason A. Donenfeld1-2/+4
2018-06-01netfilter: nf_tables: fix chain dependency validationPablo Neira Ayuso8-32/+208
2018-06-01netfilter: nf_tables: Add audit support to log statementPhil Sutter2-1/+96
2018-06-01netfilter: nf_tables: add support for native socket matchingMáté Eckl4-0/+178
2018-06-01netfilter: fix ptr_ret.cocci warningskbuild test robot2-12/+3
2018-05-31net-sysfs: Fix memory leak in XPS configurationAlexander Duyck1-3/+3
2018-05-31ixgbe: fix parsing of TC actions for HW offloadOndřej Hlavatý1-5/+4
2018-05-31virtio_net: fix error return code in virtnet_probe()Wei Yongjun1-1/+3
2018-05-31rtnetlink: Remove VLA usageKees Cook2-4/+18
2018-05-31Merge tag 'xfs-4.17-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+1
2018-05-31net: ethernet: davinci_emac: fix error handling in probe()Dan Carpenter1-10/+12
2018-05-31net/ncsi: Fix array size in dumpit handlerSamuel Mendoza-Jonas1-1/+1
2018-05-31net: dsa: mv88e6xxx: Be explicit about DT or pdataAndrew Lunn1-0/+3
2018-05-31net: ti: cpsw: include gpio/consumer.hArnd Bergmann1-1/+1
2018-05-31Merge branch 'mlx5-new-device-events'David S. Miller4-2/+53
2018-05-31net/mlx5: Add FPGA QP error eventIlan Tayari4-2/+23
2018-05-31net/mlx5: Add temperature warning event to logIlan Tayari3-1/+31
2018-05-31Merge tag 'wireless-drivers-for-davem-2018-05-30' of git://git.kernel.org/pub...David S. Miller2-9/+8
2018-05-31rtnetlink: Add more well known protocol valuesDonald Sharp1-0/+5
2018-05-31cxgb4: Add FORCE_PAUSE bit to 32 bit port capsGanesh Goudar2-3/+12
2018-05-31cls_flower: Fix incorrect idr release when failing to modify rulePaul Blakey1-1/+1
2018-05-31net/sonic: Use dma_mapping_error()Finn Thain1-1/+1
2018-05-31Merge branch 'bridge-vlan-notify'David S. Miller7-46/+121
2018-05-31mlxsw: spectrum_switchdev: Schedule respin during trans preparePetr Machata1-1/+1
2018-05-31net: bridge: Notify about bridge VLANsPetr Machata1-3/+25
2018-05-31staging: fsl-dpaa2: ethsw: Ignore bridge VLAN eventsPetr Machata1-0/+6
2018-05-31dsa: port: Ignore bridge VLAN eventsPetr Machata1-0/+6
2018-05-31rocker: rocker_main: Ignore bridge VLAN eventsPetr Machata1-0/+6
2018-05-31mlxsw: spectrum_switchdev: Ignore bridge VLAN eventsPetr Machata1-0/+6
2018-05-31net: bridge: Extract br_vlan_add_existing()Petr Machata1-22/+33
2018-05-31net: bridge: Extract boilerplate around switchdev_port_obj_*()Petr Machata3-23/+41
2018-05-31drm/amd/display: Update color props when modeset is requiredLeo (Sunpeng) Li1-2/+6
2018-05-31drm/amd/display: Make atomic-check validate underscan changesDavid Francis1-7/+16
2018-05-31qed*: Add link change count value to ethtool statistics display.Sudarsana Reddy Kalluru5-2/+15
2018-05-31Merge tag 'mlx5e-updates-2018-05-29' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller6-10/+54
2018-05-31net: remove bypassed check in sch_direct_xmit()Song Liu1-3/+0
2018-05-31tcp: minor optimization around tcp_hdr() usage in receive pathYafang Shao5-9/+9
2018-05-31Merge tag 'platform-drivers-x86-v4.17-4' of git://git.infradead.org/linux-pla...Linus Torvalds1-10/+13
2018-05-31platform/x86: asus-wmi: Fix NULL pointer dereferenceJoão Paulo Rechi Vita1-10/+13
2018-05-31xfrm Fix potential error pointer dereference in xfrm_bundle_create.Steffen Klassert1-3/+2
2018-05-30fs: clear writeback errors in inode_init_alwaysDarrick J. Wong1-0/+1
2018-05-31Merge tag 'drm-misc-fixes-2018-05-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie3-13/+6
2018-05-30Merge tag 'for-linus-20180530' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-05-30Merge tag 'selinux-pr-20180530' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2018-05-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+2
2018-05-30Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo23-124/+920
2018-05-30qtnfmac: fix invalid STA state on EAPOL failureSergey Matyukevich2-12/+17
2018-05-30qtnfmac: cancel scan on disconnectAndrey Shevchenko1-0/+2
2018-05-30qtnfmac: fix bg_scan_period parameter processingAndrey Shevchenko2-7/+3
2018-05-30qtnfmac: fix firmware command error pathDmitry Lebed2-1/+4
2018-05-30qtnfmac: improve control path timeout handlingDmitry Lebed3-5/+15
2018-05-30qtnfmac: cleanup wdev structure between its usesSergey Matyukevich2-6/+3
2018-05-30qtnfmac: decode error codes from firmware repliesIgor Mitsyanko2-2/+26
2018-05-30qtnfmac: simplify notationSergey Matyukevich1-12/+13
2018-05-30qtnfmac: remove unused function declarationsAndrey Shevchenko1-5/+0
2018-05-30Merge tag 'iwlwifi-next-for-kalle-2018-05-30' of git://git.kernel.org/pub/scm...Kalle Valo14-62/+83
2018-05-30drm/bridge/synopsys: dw-hdmi: fix dw_hdmi_setup_rx_senseNeil Armstrong3-13/+6
2018-05-30vhost_net: flush batched heads before trying to busy pollingJason Wang1-13/+24
2018-05-30MAINTAINERS: add myself as maintainer for QorIQ PTP clock driverYangbo Lu1-2/+8
2018-05-30drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches11-21/+18
2018-05-30net: davinci: fix building davinci mdio code without CONFIG_OFArnd Bergmann1-3/+1
2018-05-30net: ethernet: freescale: fix false-positive string overflow warningArnd Bergmann1-1/+1
2018-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2-3/+6
2018-05-30iwlwifi: fix non_shared_ant for 9000 devicesErel Geron1-1/+1
2018-05-30iwlwifi: mvm: fix race in queue notification waitJohannes Berg1-8/+8
2018-05-30iwlwifi: mvm: honor the max_amsdu_subframes limitEmmanuel Grumbach1-0/+4
2018-05-30iwlwifi: mvm: open BA session only when sta is authorizedGregory Greenman5-36/+29
2018-05-30iwlwifi: mvm: remove division by size of sizeof(struct ieee80211_wmm_rule)Colin Ian King1-2/+1
2018-05-30iwlwifi: pcie: fix race in Rx buffer allocatorShaul Triebitz1-0/+2
2018-05-30iwlwifi: mvm: fix TSO with highly fragmented SKBsEmmanuel Grumbach1-6/+6
2018-05-30iwlmvm: tdls: Check TDLS channel switch supportAviya Erenfeld1-5/+11
2018-05-30iwlwifi: mvm: drop UNKNOWN security type framesSara Sharon2-4/+17
2018-05-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-11/+17
2018-05-30Merge branch 'drm-fixes-4.17' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie1-6/+7
2018-05-30Merge tag 'drm-misc-fixes-2018-05-29' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-1/+5
2018-05-29net/mlx5e: Get the number of offloaded TC rules from the correct tableOr Gerlitz2-4/+8
2018-05-29net/mlx5: FPGA, Call DMA unmap with the right sizeIlya Lesokhin1-2/+1
2018-05-29net/mlx5: FPGA, Properly initialize dma direction on fpga conn sendIlya Lesokhin1-0/+1
2018-05-29net/mlx5: FPGA, Abort FPGA init if the device reports no QP capabilityYevgeny Kliteynik1-0/+6
2018-05-29net/mlx5: FPGA, print SBU identification on initIlan Tayari1-2/+5
2018-05-29net/mlx5: FPGA, Add device nameIlan Tayari2-3/+28
2018-05-29net/mlx5: FPGA, Add doxygen for access type enumIlan Tayari1-0/+6
2018-05-29selinux: KASAN: slab-out-of-bounds in xattr_getsecuritySachin Grover1-1/+1
2018-05-30Merge tag 'drm-intel-fixes-2018-05-29' of git://anongit.freedesktop.org/drm/d...Dave Airlie2-15/+51
2018-05-29Merge tag 'afs-fixes-20180529' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-16/+13
2018-05-29drm/amd/display: Fix BUG_ON during CRTC atomic check updateLeo (Sunpeng) Li1-6/+7
2018-05-29bpfilter: fix a build errYueHaibing1-1/+1
2018-05-29Merge branch 'nvme-4.17' of git://git.infradead.org/nvme into for-linusJens Axboe1-1/+1
2018-05-29nvme: fix extended data LBA supported settingMax Gurtovoy1-1/+1
2018-05-29i2c: ocores: update HDL sources URLFederico Vaga2-2/+2
2018-05-29IB/core: Fix error code for invalid GID entryParav Pandit1-1/+1
2018-05-29tun: Fix NULL pointer dereference in XDP redirectToshiaki Makita1-6/+9
2018-05-29be2net: Fix error detection logic for BE3Suresh Reddy1-1/+3
2018-05-29net: qmi_wwan: Add Netgear Aircard 779SJosh Hill1-0/+1
2018-05-29tcp: use data length instead of skb->len in tcp_probeYafang Shao1-4/+4
2018-05-29crypto: chtls: free beyond end rspq_skb_cacheAtul Gupta1-1/+1
2018-05-29crypto: chtls: kbuild warningsAtul Gupta1-5/+6
2018-05-29crypto: chtls: dereference null variableAtul Gupta1-2/+1