aboutsummaryrefslogtreecommitdiffstats
path: root/samples (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-16net: Export ip fragment sysctl to unprivileged usersNikolay Borisov1-4/+0
2016-02-16ipv4: namespacify ip fragment max dist sysctl knobNikolay Borisov2-12/+14
2016-02-16ipv4: namespacify ip_early_demux sysctl knobNikolay Borisov5-15/+11
2016-02-16ipv4: Namespacify ip_dynaddr sysctl knobNikolay Borisov4-18/+12
2016-02-16igmp: net: Move igmp namespace init to correct fileNikolay Borisov2-6/+14
2016-02-16ipv4: Namespaceify ip_default_ttl sysctl knobNikolay Borisov8-21/+26
2016-02-16net: phy: spi_ks8995: include linux/gpio/consumer.hArnd Bergmann1-1/+1
2016-02-16tcp: add tcpi_min_rtt and tcpi_notsent_bytes to tcp_infoEric Dumazet2-0/+9
2016-02-16net/ipv4: add dst cache support for gre lwtunnelsPaolo Abeni1-3/+10
2016-02-16geneve: add dst caching supportPaolo Abeni1-0/+39
2016-02-16net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni6-8/+28
2016-02-16net: use dst_cache for vxlan devicePaolo Abeni2-8/+48
2016-02-16ip_tunnel: replace dst_cache with generic implementationPaolo Abeni4-80/+25
2016-02-16net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni5-116/+16
2016-02-16net: add dst_cache supportPaolo Abeni4-0/+270
2016-02-16bnx2x: Warn about grc timeouts in register dumpYuval Mintz1-0/+5
2016-02-16bnx2x: extend DCBx supportYuval Mintz2-15/+47
2016-02-16bnx2x: Add support for single-port DCBxYuval Mintz1-1/+3
2016-02-16bnx2x: Add Geneve inner-RSS supportYuval Mintz3-59/+146
2016-02-16bnx2x: Remove unneccessary EXPORT_SYMBOLYuval Mintz1-1/+0
2016-02-16tipc: refactor node xmit and fix memory leaksRichard Alpe2-24/+38
2016-02-16dmascc: Return correct error codesAmitoj Kaur Chawla1-3/+10
2016-02-16fm10k: don't reinitialize RSS flow table when RXFH configuredKeller, Jacob E1-2/+8
2016-02-16ethtool: ensure channel counts are within bounds during SCHANNELSKeller, Jacob E1-2/+11
2016-02-16ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}Keller, Jacob E2-0/+63
2016-02-16net: fec: Add "phy-reset-active-low" property to DTBernhard Walle2-2/+9
2016-02-16net: phy: bcm7xxx: Reduce boilerplate code for 40nm EPHYFlorian Fainelli1-36/+18
2016-02-16net: phy: bcm7xxx: Make MII_BCM7XX_64CLK_MDIO naming consistentFlorian Fainelli1-2/+2
2016-02-15igb: Add workaround for VLAN tag stripping on 82576Alexander Duyck2-12/+16
2016-02-15igb: Enable use of "bridge fdb add" to set unicast table entriesAlexander Duyck1-9/+30
2016-02-15igb: Drop unnecessary checks in transmit pathAlexander Duyck1-10/+0
2016-02-15igb: Add support for VLAN promiscuous with SR-IOV and NTUPLEAlexander Duyck2-72/+242
2016-02-15igb: Clean-up configuration of VF port VLANsAlexander Duyck1-71/+110
2016-02-15igb: Merge VLVF configuration into igb_vfta_setAlexander Duyck3-92/+135
2016-02-15igb: Always enable VLAN 0 even if 8021q is not loadedAlexander Duyck1-2/+3
2016-02-15igb: Do not factor VLANs into RLPML calculationAlexander Duyck2-42/+2
2016-02-15igb: Allow asymmetric configuration of MTU versus Rx frame sizeAlexander Duyck2-68/+42
2016-02-15igb: Refactor VFTA configurationAlexander Duyck4-76/+67
2016-02-15igb: clean up code for setting MAC addressAlexander Duyck1-5/+4
2016-02-15igb/igbvf: don't give upMitch Williams2-13/+25
2016-02-15igb: Unpair the queues when changing the number of queuesShota Suzuki1-0/+2
2016-02-15igb: Remove unnecessary flag setting in igb_set_flag_queue_pairs()Shota Suzuki1-8/+0
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