summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-25NFC: Use GFP_USER for user-controlled kmallocCong Wang1-2/+2
2016-02-12Merge branch 'local-checksum-offload'David S. Miller14-77/+197
2016-02-12Documentation/networking: add checksum-offloads.txt to explain LCOEdward Cree3-0/+123
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree9-28/+17
2016-02-12net: gre: Implement LCO for GRE over IPv4Edward Cree1-3/+13
2016-02-12fou: enable LCO in FOU and GUEEdward Cree1-8/+6
2016-02-12net: vxlan: enable local checksum offloadEdward Cree1-4/+2
2016-02-12net: enable LCO for udp_tunnel_handle_offloads() usersEdward Cree1-1/+2
2016-02-12net: udp: always set up for CHECKSUM_PARTIAL offloadEdward Cree2-25/+2
2016-02-12net: local checksum offload for encapsulationEdward Cree4-22/+46
2016-02-12Merge branch 'tcp_dccp_ports'David S. Miller2-211/+199
2016-02-12tcp/dccp: better use of ephemeral ports in bind()Eric Dumazet1-126/+114
2016-02-12tcp/dccp: better use of ephemeral ports in connect()Eric Dumazet1-85/+85
2016-02-11Merge branch 'net-mitigate-kmem_free-slowpath'David S. Miller4-10/+96
2016-02-11ixgbe: bulk free SKBs during TX completion cleanup cycleJesper Dangaard Brouer1-3/+3
2016-02-11net: bulk free SKBs that were delay free'ed due to IRQ contextJesper Dangaard Brouer3-3/+14
2016-02-11net: bulk free infrastructure for NAPI context, use napi_consume_skbJesper Dangaard Brouer3-6/+81
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