aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-09-22RDMA/qedr: fix build error without ipv6k.o/net-next-baseArnd Bergmann1-3/+6
2017-08-28RDMA/qedr: Missing error code in qedr_init_user_queue()Dan Carpenter1-1/+3
2017-08-18RDMA/qedr: Add support for iWARP in user spaceKalderon, Michal1-17/+63
2017-08-18RDMA/qedr: Add iWARP connection management functionsKalderon, Michal5-1/+750
2017-08-18RDMA/qedr: Add iWARP connection management qp related callbacksKalderon, Michal6-4/+145
2017-08-18RDMA/qedr: Add support for read with invalidate, supported in iWARPKalderon, Michal2-7/+7
2017-08-18RDMA/qedr: Add iWARP support in existing verbsKalderon, Michal2-35/+139
2017-08-18RDMA/qedr: Add support for registering an iWARP deviceKalderon, Michal4-26/+97
2017-08-18RDMA/qedr: Rename the qedr_cm file as a preparation for iWARP supportKalderon, Michal4-3/+3
2017-08-18RDMA/qedr: Add additional maintainer to MAINTAINERS fileKalderon, Michal1-0/+1
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller228-904/+2154
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds58-159/+512
2017-08-15bpf: fix bpf_trace_printk on 32 bit archsDaniel Borkmann1-4/+30
2017-08-15PCI: fix oops when try to find Root Port for a PCI devicedingtianhong1-3/+4
2017-08-15dt-bindings: net: ravb : Add support for r8a7745 SoCBiju Das1-0/+1
2017-08-15Merge branch 'getroute-no-rtnl'David S. Miller3-3/+42
2017-08-15ipv4: route: set ipv4 RTM_GETROUTE to not use rtnlFlorian Westphal1-1/+2
2017-08-15ipv6: route: set ipv6 RTM_GETROUTE to not use rtnlFlorian Westphal1-1/+2
2017-08-15ipv6: route: make rtm_getroute not assume rtnl is lockedFlorian Westphal1-1/+6
2017-08-15selftests: add 'ip get' to rtnetlink.shFlorian Westphal1-0/+32
2017-08-15sfc: don't try and read ef10 data on non-ef10 NICBert Kenward1-2/+6
2017-08-15dsa: fix flow disector null pointerCraig Gallek1-1/+1
2017-08-15net_sched: remove warning from qdisc_hash_addKonstantin Khlebnikov1-3/+0
2017-08-15net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov1-1/+4
2017-08-15net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov4-4/+12
2017-08-15ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet1-5/+7
2017-08-15net: Fix a typo in comment about sock flags.Tonghao Zhang1-1/+1
2017-08-15ipv6: fix NULL dereference in ip6_route_dev_notify()Eric Dumazet2-3/+13
2017-08-15mlxsw: spectrum_router: Use correct config optionIdo Schimmel1-1/+1
2017-08-15ipv6: fib: Provide offload indication using nexthop flagsIdo Schimmel4-11/+7
2017-08-15mlx5: remove unnecessary pci_set_drvdata()Zhu Yanjun1-2/+0
2017-08-15mlx4: remove unnecessary pci_set_drvdata()Zhu Yanjun1-2/+0
2017-08-15bpf/verifier: track liveness for pruningEdward Cree2-44/+156
2017-08-15Merge tag 'linux-kselftest-4.13-rc6-fixes' of git://git.kernel.org/pub/scm/li...Linus Torvalds4-5/+4
2017-08-15Merge branch 's390-next'David S. Miller9-207/+169
2017-08-15s390/qeth: fix using of ref counter for rxip addressesKittipon Meesompop1-3/+5
2017-08-15s390/qeth: fix trace-messages for deleting rxip addressesKittipon Meesompop1-2/+2
2017-08-15s390/qeth: reject multicast rxip addressesKittipon Meesompop1-0/+17
2017-08-15s390/qeth: extract bridgeport cmd builderJulian Wiedmann1-36/+26
2017-08-15s390/net: reduce inliningJulian Wiedmann7-74/+67
2017-08-15s390/qeth: make more use of skb APIJulian Wiedmann4-18/+10
2017-08-15s390/qeth: clean up fill_buffer() offset logicJulian Wiedmann2-19/+18
2017-08-15s390/qeth: straighten out fill_buffer() interfaceJulian Wiedmann1-15/+14
2017-08-15s390/qeth: simplify fragment type selectionJulian Wiedmann1-15/+8
2017-08-15s390/qeth: remove extra L3 adapterparms queryJulian Wiedmann1-13/+1
2017-08-15s390/qeth: remove extra L2 adapterparms queryJulian Wiedmann1-9/+0
2017-08-15s390/qeth: don't access skb after transmissionJulian Wiedmann2-10/+8
2017-08-15Merge tag 'wireless-drivers-for-davem-2017-08-15' of git://git.kernel.org/pub...David S. Miller15-40/+126
2017-08-14tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet2-4/+4
2017-08-14dccp: purge write queue in dccp_destroy_sock()Eric Dumazet1-4/+1
2017-08-14udp: fix linear skb reception with PEEK_OFFAl Viro1-5/+4
2017-08-14liquidio: fix issues with fw_type module parameterDerek Chickles1-3/+3
2017-08-14Merge branch 'mlxsw-Add-support-for-nexthop-group-consolidation-for-IPv6'David S. Miller1-21/+188
2017-08-14mlxsw: spectrum_router: Add support for nexthop group consolidation for IPv6Arkadi Sharshevsky1-9/+141
2017-08-14mlxsw: spectrum_router: Prepare nexthop group's hash table for IPv6Arkadi Sharshevsky1-17/+52
2017-08-14Merge branch 'liquidio-adding-support-for-ethtool-set-ring-feature'David S. Miller9-825/+617
2017-08-14liquidio: added support for ethtool --set-ring featureIntiyaz Basha6-11/+160
2017-08-14liquidio: moved liquidio_setup_io_queues to lio_core.cIntiyaz Basha4-216/+118
2017-08-14liquidio: moved liquidio_napi_poll to lio_core.cIntiyaz Basha4-108/+61
2017-08-14liquidio: moved liquidio_napi_drv_callback to lio_core.cIntiyaz Basha4-50/+41
2017-08-14liquidio: moved liquidio_push_packet to lio_core.cIntiyaz Basha4-275/+156
2017-08-14liquidio: moved octeon_setup_droq to lio_core.cIntiyaz Basha4-72/+37
2017-08-14liquidio: moved update_txq_status to lio_core.cIntiyaz Basha4-59/+36
2017-08-14liquidio: moved wait_for_pending_requests to octeon_network.hIntiyaz Basha5-55/+29
2017-08-14ipv6: release rt6->rt6i_idev properly during ifdownWei Wang1-8/+5
2017-08-14af_key: do not use GFP_KERNEL in atomic contextsEric Dumazet1-22/+26
2017-08-14tcp: ulp: avoid module refcnt leak in tcp_set_ulpSabrina Dubroca1-7/+7
2017-08-14Merge branch 'Add-new-PCI_DEV_FLAGS_NO_RELAXED_ORDERING-flag'David S. Miller9-8/+178
2017-08-14net/cxgb4vf: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flagCasey Leedom3-0/+22
2017-08-14net/cxgb4: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flagCasey Leedom3-8/+21
2017-08-14PCI: Disable Relaxed Ordering Attributes for AMD A1100dingtianhong1-0/+16
2017-08-14PCI: Disable Relaxed Ordering for some Intel processorsdingtianhong1-0/+62
2017-08-14PCI: Disable PCIe Relaxed Ordering if unsupporteddingtianhong3-0/+57
2017-08-14Merge tag 'md/4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2-16/+50
2017-08-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-35/+40
2017-08-14tipc: avoid inheriting msg_non_seq flag when message is returnedJon Paul Maloy1-0/+1
2017-08-14tipc: accept PACKET_MULTICAST packetsJon Paul Maloy1-1/+1
2017-08-14Merge branch 'mlnx-i2c'David S. Miller1-2/+3
2017-08-14Change Kconfig descriptionOhad Oz1-1/+2
2017-08-14Allow Mellanox switch devices to be configured if only I2C bus is setOhad Oz1-1/+1
2017-08-14net: phy: Use tab for indentation in KconfigMichal Simek1-21/+21
2017-08-14Merge branch 'mlxsw-spectrum_router-Increase-VRF-scale'David S. Miller1-106/+176
2017-08-14mlxsw: spectrum_router: Use one LPM tree for all virtual routersIdo Schimmel1-94/+165
2017-08-14mlxsw: spectrum_router: Pass argument explicitlyIdo Schimmel1-4/+4
2017-08-14mlxsw: spectrum_router: Return void from deletion functionsIdo Schimmel1-10/+9
2017-08-14ipv4: route: fix inet_rtm_getroute induced crashFlorian Westphal1-1/+2
2017-08-14qlge: fix duplicated code for different branchesGustavo A. R. Silva1-33/+14
2017-08-14liquidio: fix duplicated code for different branchesGustavo A. R. Silva1-8/+3
2017-08-14liquidio: update debug console logging mechanismRick Farrington3-25/+90
2017-08-14brcmfmac: feature check for multi-scheduled scan fails on bcm4343x devicesArend Van Spriel1-2/+4
2017-08-13net: ti: cpsw:: constify platform_device_idArvind Yadav1-1/+1
2017-08-13net: sh_eth: constify platform_device_idArvind Yadav1-1/+1
2017-08-13net: dpaa_eth: constify platform_device_idArvind Yadav1-1/+1
2017-08-13can: constify platform_device_idArvind Yadav1-1/+1
2017-08-13tap: make struct tap_fops staticColin Ian King1-1/+1
2017-08-13virtio-net: make array guest_offloads staticColin Ian King1-4/+6
2017-08-13of_mdio: merge branch tails in of_phy_register_fixed_link()Sergei Shtylyov1-12/+11
2017-08-13Merge branch 'vrf-Support-for-local-traffic-with-sockets-bound-to-enslaved-de...David S. Miller2-115/+10
2017-08-13net: ipv4: add check for l3slave for index returned in IP_PKTINFODavid Ahern1-1/+2
2017-08-13net: vrf: Drop local rtable and rt6_infoDavid Ahern1-114/+8
2017-08-13net: ipv4: remove unnecessary check on orig_oifDavid Ahern1-1/+1
2017-08-13bonding: ratelimit failed speed/duplex update warningAndreas Born1-3/+4
2017-08-13vxlan: change vxlan_[config_]validate() to use netlink_ext_ack for error repo...Girish Moodalbail1-26/+73
2017-08-13Merge branch 'tap-XDP-support'David S. Miller3-27/+236
2017-08-13tap: XDP supportJason Wang1-7/+142
2017-08-13net: export some generic xdp helpersJason Wang2-6/+10
2017-08-13tap: use build_skb() for small packetJason Wang1-21/+91
2017-08-13rtnelink: Move link dump consistency check out of the loopJakub Sitnicki1-4/+2
2017-08-13Linux 4.13-rc5Linus Torvalds1-1/+1
2017-08-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds14-42/+137
2017-08-13Merge tag 'driver-core-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-15/+34
2017-08-13Merge tag 'char-misc-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-0/+21
2017-08-13Merge tag 'tty-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-26/+71
2017-08-13Merge tag 'staging-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds13-15/+146
2017-08-13Merge tag 'usb-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds16-38/+111
2017-08-12Merge tag 'for-linus-20170812' of git://git.infradead.org/linux-mtdLinus Torvalds1-0/+1
2017-08-12mtd: blkdevs: Fix mtd block write failureAbhishek Sahu1-0/+1
2017-08-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds9-53/+40
2017-08-12Merge tag 'for-linus-4.13b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-24/+53
2017-08-11MD: not clear ->safemode for external metadata arrayShaohua Li1-1/+1
2017-08-11liquidio: moved ptp_enable to octeon_device structureIntiyaz Basha2-9/+11
2017-08-11udp: harden copy_linear_skb()Eric Dumazet1-0/+2
2017-08-11Merge branch 'bpf-Minor-fix-in-bpf_convert_ctx_access'David S. Miller2-6/+8
2017-08-11bpf: fix two missing target_size settings in bpf_convert_ctx_accessDaniel Borkmann1-0/+2
2017-08-11net: fix compilation when busy poll is not enabledDaniel Borkmann1-6/+6
2017-08-11selftests: bpf: add check for ip XDP redirectWilliam Tu1-0/+5
2017-08-11mlxsw: make mlxsw_config_profile constBhumika Goyal3-3/+3
2017-08-11mISDN: Fix null pointer dereference at mISDN_FsmNewAnton Vasilyev5-9/+36
2017-08-11openvswitch: Remove unnecessary newlines from OVS_NLERR usesJoe Perches2-10/+6
2017-08-11nfp: send control message when MAC representors are createdSimon Horman3-3/+80
2017-08-11nfp: do not update MTU from BH in flower appSimon Horman1-6/+2
2017-08-11net: skb_needs_check() removes CHECKSUM_UNNECESSARY check for tx.Tonghao Zhang1-2/+1
2017-08-11wan: dscc4: convert to plain DMA APIAlexey Khoroshilov1-45/+51
2017-08-11wan: dscc4: add checks for dma mapping errorsAlexey Khoroshilov1-16/+37
2017-08-11net: ipv4: set orig_oif based on fib result for local trafficDavid Ahern1-0/+6
2017-08-11net: stmmac: Use the right logging function in stmmac_mdio_registerRomain Perier1-5/+4
2017-08-11fsl/fman: implement several errata workaroundsFlorinel Iordache1-25/+93
2017-08-11hns3pf: Fix some harmless copy and paste bugsDan Carpenter1-2/+2
2017-08-11hns3pf: fix hns3_del_tunnel_port()Dan Carpenter1-1/+1
2017-08-11net/sched/hfsc: allocate tcf block for hfsc root classKonstantin Khlebnikov1-0/+8
2017-08-11Merge branch 'rockchip-internal-phy'David S. Miller10-10/+466
2017-08-11ARM64: dts: rockchip: Enable gmac2phy for rk3328-evbDavid Wu1-0/+17
2017-08-11ARM64: dts: rockchip: Add gmac2phy node support for rk3328David Wu1-0/+39
2017-08-11ARM: dts: rk3228-evb: Enable the integrated PHY for gmacDavid Wu1-0/+34
2017-08-11net: stmmac: dwmac-rk: Add integrated PHY supprot for rk3328David Wu1-3/+23
2017-08-11net: stmmac: dwmac-rk: Add integrated PHY support for rk3228David Wu1-0/+12
2017-08-11net: stmmac: dwmac-rk: Add integrated PHY supportDavid Wu1-4/+95
2017-08-11Documentation: net: phy: Add phy-is-integrated bindingDavid Wu1-0/+5
2017-08-11net: stmmac: dwmac-rk: Remove unwanted code for rk3328_set_to_rmii()David Wu1-3/+0
2017-08-11arm64: defconfig: Enable CONFIG_ROCKCHIP_PHYDavid Wu1-0/+1
2017-08-11multi_v7_defconfig: Make rockchip PHY built-inDavid Wu1-0/+1
2017-08-11net: phy: Add rockchip PHY driver supportDavid Wu3-0/+239
2017-08-11forcedeth: replace init_timer_deferrable with setup_deferrable_timerZhu Yanjun1-3/+2
2017-08-11drivers: net: davinci_mdio: print bus frequencyMaxim Uvarov1-2/+4
2017-08-11drivers: net: davinci_mdio: remove busy loop on wait user accessMaxim Uvarov1-1/+3
2017-08-11bonding: require speed/duplex only for 802.3ad, alb and tlbAndreas Born2-2/+9
2017-08-11Merge branch 'netvsc-minor-fixes-and-improvements'David S. Miller3-95/+227
2017-08-11netvsc: keep track of some non-fatal overload conditionsstephen hemminger3-6/+17
2017-08-11netvsc: allow controlling send/recv buffer sizestephen hemminger3-39/+157
2017-08-11netvsc: remove unnecessary check for NULL hdrstephen hemminger1-4/+3
2017-08-11netvsc: remove unnecessary cast of void pointerstephen hemminger1-5/+4
2017-08-11netvsc: whitespace cleanupstephen hemminger1-5/+6
2017-08-11netvsc: no need to allocate send/receive on numa nodestephen hemminger1-14/+5
2017-08-11netvsc: check error return when restoring channels and mtustephen hemminger1-2/+14
2017-08-11netvsc: propagate MAC address change to VF slavestephen hemminger1-11/+15
2017-08-11netvsc: don't signal host twice if emptystephen hemminger1-4/+0
2017-08-11netvsc: delay setup of VF devicestephen hemminger2-8/+9
2017-08-11phylink: Fix an uninitialized variable bugDan Carpenter1-1/+1
2017-08-11net: dsa: ksz: fix skb freeingVivien Didelot1-4/+9
2017-08-11liquidio: removed check for queue size alignmentIntiyaz Basha1-7/+0
2017-08-11liquidio: rx/tx queue cleanupIntiyaz Basha2-0/+8
2017-08-11Merge tag 'nfs-for-4.13-5' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-2/+3
2017-08-11Merge branch 'net-sched-let-the-offloader-decide-what-to-offload'David S. Miller16-47/+61
2017-08-11net: sched: remove cops->tcf_cl_offloadJiri Pirko7-36/+15
2017-08-11net: sched: remove handle propagation down to the driversJiri Pirko1-2/+0
2017-08-11net: sched: use newly added classid identity helpersJiri Pirko8-9/+30
2017-08-11net: sched: propagate classid down to offload driversJiri Pirko1-0/+2
2017-08-11net: sched: Add helpers to identify classidsJiri Pirko1-0/+14
2017-08-11geneve: use netlink_ext_ack for error reporting in rtnl operationsGirish Moodalbail1-36/+92
2017-08-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds10-55/+267
2017-08-11Merge tag 'mmc-v4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds3-2/+4
2017-08-11Merge tag 'fbdev-v4.13-rc5' of git://github.com/bzolnier/linuxLinus Torvalds4-9/+16
2017-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2-4/+6
2017-08-11Merge tag 'iommu-fixes-v4.13-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+7
2017-08-11pnfs/blocklayout: require 64-bit sector_tChristoph Hellwig1-0/+1
2017-08-11Merge branch 'sctp-remove-typedefs-from-structures-part-6'David S. Miller11-1072/+1104
2017-08-11sctp: fix some indents in sm_make_chunk.cXin Long2-257/+249
2017-08-11sctp: remove the typedef sctp_disposition_tXin Long4-680/+716
2017-08-11sctp: remove the typedef sctp_sm_table_entry_tXin Long3-21/+29
2017-08-11sctp: remove the unused typedef sctp_sm_command_tXin Long1-5/+0
2017-08-11sctp: remove the typedef sctp_verb_tXin Long2-6/+6
2017-08-11sctp: remove the typedef sctp_arg_tXin Long2-14/+14
2017-08-11sctp: remove the typedef sctp_cmd_seq_tXin Long5-143/+145
2017-08-11sctp: remove the typedef sctp_cmd_tXin Long2-8/+8
2017-08-11sctp: remove the typedef sctp_socket_type_tXin Long3-7/+9
2017-08-11sctp: remove the typedef sctp_dbg_objcnt_entry_tXin Long2-3/+3
2017-08-11sctp: remove the typedef sctp_cmsgs_tXin Long2-6/+7
2017-08-11sctp: remove the typedef sctp_endpoint_type_tXin Long1-3/+3
2017-08-11sctp: remove the typedef sctp_sender_hb_info_tXin Long4-14/+12
2017-08-11sctp: remove the unused typedef sctp_packet_phandler_tXin Long1-2/+0