aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-02-11Merge branch 'virtio_net-ethtool-validation'David S. Miller2-20/+5
2016-02-11virtio_net: validate ethtool port setting and explain the user validationNikolay Aleksandrov1-2/+4
2016-02-11ethtool: make validate_speed accept all speeds between 0 and INT_MAXNikolay Aleksandrov1-18/+1
2016-02-11Merge branch 'dp83848-TLK10x'David S. Miller1-36/+52
2016-02-11net: phy: dp83848: Add comments for register definitionsAndrew F. Davis1-2/+2
2016-02-11net: phy: dp83848: Add support for TI TLK10x Ethernet PHYsAndrew F. Davis1-0/+3
2016-02-11net: phy: dp83848: Reorganize code for readability and safetyAndrew F. Davis1-13/+20
2016-02-11net: phy: dp83848: Add PHY ID for TI version of DP83848CAndrew F. Davis1-3/+6
2016-02-11net: phy: dp83848: Add macro for dp83848 compatible devicesAndrew F. Davis1-19/+22
2016-02-11be2net: don't report EVB for older chipsets when SR-IOV is disabledIvan Vecera1-0/+3
2016-02-11Merge branch 'spi_ks8995'David S. Miller2-59/+265
2016-02-11dt-bindings: net: ks8995: add bindings documentation for ks8995Helmut Buchsbaum1-0/+20
2016-02-11net: phy: spi_ks8995: add support for MICREL KSZ8795CLXHelmut Buchsbaum1-0/+29
2016-02-11net: phy: spi_ks8995: generalize creation of SPI commandsHelmut Buchsbaum1-11/+35
2016-02-11net: phy: spi_ks8995: add support for resetting switch using GPIOHelmut Buchsbaum1-9/+62
2016-02-11net: phy: spi_ks8995: verify chip and determine revisionHelmut Buchsbaum1-38/+80
2016-02-11net: phy: spi_ks8995: introduce spi_device_id tableHelmut Buchsbaum1-2/+40
2016-02-11Merge branch 'thunderx-irq-hints'David S. Miller5-22/+67
2016-02-11net: thunderx: Alloc higher order pages when pagesize is smallSunil Goutham1-1/+1
2016-02-11net: thunderx: bgx: Add log message when setting mac addressRobert Richter1-3/+8
2016-02-11net: thunderx: bgx: Use standard firmware node infrastructure.David Daney1-13/+14
2016-02-11net: thunderx: Assign affinity hints to vf's interruptsSunil Goutham2-2/+36
2016-02-11net: thunderx: Use napi_schedule_irqoff()Sunil Goutham1-1/+1
2016-02-11net, thunderx: Add TX timeout and RX buffer alloc failure stats.Thanneeru Srinivasulu4-2/+7
2016-02-11Merge branch 'igmp-ns'David S. Miller6-62/+73
2016-02-11igmp: Namespacify igmp_qrv sysctl knobNikolay Borisov5-24/+29
2016-02-11igmp: Namespaceify igmp_llm_reports sysctl knobNikolay Borisov5-13/+19
2016-02-11igmp: Namespaceify igmp_max_msf sysctl knobNikolay Borisov6-14/+13
2016-02-11igmp: Namespaceify igmp_max_memberships sysctl knobNikolay Borisov5-11/+12
2016-02-11bonding: use return instead of gotoZhang Shengju1-6/+3
2016-02-11net: macb: add wake-on-lan support via magic packetSergio Prado3-6/+67
2016-02-11net: hamradio: baycom_ser_fdx: Replace timeval with timespec64Amitoj Kaur Chawla1-5/+7
2016-02-11openvswitch: allow management from inside user namespacesTycho Andersen3-10/+15
2016-02-11ethtool: future-proof interface for speed extensionsMichael S. Tsirkin1-3/+3
2016-02-11vrf: duplicate include of rtnetlink.hstephen hemminger1-1/+0
2016-02-11vxlan: udp_tunnel duplicate include net/udp_tunnel.hstephen hemminger1-1/+1
2016-02-11rds: duplicate include net/tcp.hstephen hemminger1-1/+0
2016-02-11bonding: Return correct error codeAmitoj Kaur Chawla1-1/+1
2016-02-11Merge branch 'gso-checksums'David S. Miller5-122/+127
2016-02-11net: Allow tunnels to use inner checksum offloads with outer checksums neededAlexander Duyck1-2/+1
2016-02-11udp: Use uh->len instead of skb->len to compute checksum in segmentationAlexander Duyck1-15/+13
2016-02-11udp: Clean up the use of flags in UDP segmentation offloadAlexander Duyck1-19/+18
2016-02-11gre: Use inner_proto to obtain inner header protocolAlexander Duyck1-4/+2
2016-02-11gre: Use GSO flags to determine csum need instead of GRE flagsAlexander Duyck1-34/+30
2016-02-11net: Move skb_has_shared_frag check out of GRE code and into segmentationAlexander Duyck2-11/+5
2016-02-11net: Store checksum result for offloaded GSO checksumsAlexander Duyck2-2/+21
2016-02-11net: Update remote checksum segmentation to support use of GSO checksumAlexander Duyck2-16/+16
2016-02-11net: Move GSO csum into SKB_GSO_CBAlexander Duyck2-14/+16
2016-02-11net: Drop unecessary enc_features variable from tunnel segmentation functionsAlexander Duyck2-6/+6
2016-02-11hv_netvsc: cleanup netdev feature flags for netvscsixiao@microsoft.com1-4/+7