summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/ipv4: add dst cache support for gre lwtunnelsPaolo Abeni2016-02-171-3/+10
* geneve: add dst caching supportPaolo Abeni2016-02-171-0/+39
* net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni2016-02-176-8/+28
* net: use dst_cache for vxlan devicePaolo Abeni2016-02-172-8/+48
* ip_tunnel: replace dst_cache with generic implementationPaolo Abeni2016-02-174-80/+25
* net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni2016-02-175-116/+16
* net: add dst_cache supportPaolo Abeni2016-02-174-0/+270
* Merge branch 'bnx2x-next'David S. Miller2016-02-177-76/+201
|\
| * bnx2x: Warn about grc timeouts in register dumpYuval Mintz2016-02-171-0/+5
| * bnx2x: extend DCBx supportYuval Mintz2016-02-172-15/+47
| * bnx2x: Add support for single-port DCBxYuval Mintz2016-02-171-1/+3
| * bnx2x: Add Geneve inner-RSS supportYuval Mintz2016-02-173-59/+146
| * bnx2x: Remove unneccessary EXPORT_SYMBOLYuval Mintz2016-02-171-1/+0
|/
* tipc: refactor node xmit and fix memory leaksRichard Alpe2016-02-162-24/+38
* dmascc: Return correct error codesAmitoj Kaur Chawla2016-02-161-3/+10
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2016-02-169-439/+637
|\
| * igb: Add workaround for VLAN tag stripping on 82576Alexander Duyck2016-02-162-12/+16
| * igb: Enable use of "bridge fdb add" to set unicast table entriesAlexander Duyck2016-02-161-9/+30
| * igb: Drop unnecessary checks in transmit pathAlexander Duyck2016-02-161-10/+0
| * igb: Add support for VLAN promiscuous with SR-IOV and NTUPLEAlexander Duyck2016-02-162-72/+242
| * igb: Clean-up configuration of VF port VLANsAlexander Duyck2016-02-161-71/+110
| * igb: Merge VLVF configuration into igb_vfta_setAlexander Duyck2016-02-163-92/+135
| * igb: Always enable VLAN 0 even if 8021q is not loadedAlexander Duyck2016-02-161-2/+3
| * igb: Do not factor VLANs into RLPML calculationAlexander Duyck2016-02-162-42/+2
| * igb: Allow asymmetric configuration of MTU versus Rx frame sizeAlexander Duyck2016-02-162-68/+42
| * igb: Refactor VFTA configurationAlexander Duyck2016-02-164-76/+67
| * igb: clean up code for setting MAC addressAlexander Duyck2016-02-161-5/+4
| * igb/igbvf: don't give upMitch Williams2016-02-162-13/+25
| * igb: Unpair the queues when changing the number of queuesShota Suzuki2016-02-161-0/+2
| * igb: Remove unnecessary flag setting in igb_set_flag_queue_pairs()Shota Suzuki2016-02-161-8/+0
* | Merge branch 'ethtool-channels-rxfh-conflict'David S. Miller2016-02-163-4/+82
|\ \
| * | fm10k: don't reinitialize RSS flow table when RXFH configuredKeller, Jacob E2016-02-161-2/+8
| * | ethtool: ensure channel counts are within bounds during SCHANNELSKeller, Jacob E2016-02-161-2/+11
| * | ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}Keller, Jacob E2016-02-162-0/+63
|/ /
* | net: fec: Add "phy-reset-active-low" property to DTBernhard Walle2016-02-162-2/+9
* | Merge branch 'bcm7xxx-cleanups'David S. Miller2016-02-161-38/+20
|\ \ | |/ |/|
| * net: phy: bcm7xxx: Reduce boilerplate code for 40nm EPHYFlorian Fainelli2016-02-161-36/+18
| * net: phy: bcm7xxx: Make MII_BCM7XX_64CLK_MDIO naming consistentFlorian Fainelli2016-02-161-2/+2
|/
* Merge branch 'local-checksum-offload'David S. Miller2016-02-1214-77/+197
|\
| * Documentation/networking: add checksum-offloads.txt to explain LCOEdward Cree2016-02-123-0/+123
| * net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree2016-02-129-28/+17
| * net: gre: Implement LCO for GRE over IPv4Edward Cree2016-02-121-3/+13
| * fou: enable LCO in FOU and GUEEdward Cree2016-02-121-8/+6
| * net: vxlan: enable local checksum offloadEdward Cree2016-02-121-4/+2
| * net: enable LCO for udp_tunnel_handle_offloads() usersEdward Cree2016-02-121-1/+2
| * net: udp: always set up for CHECKSUM_PARTIAL offloadEdward Cree2016-02-122-25/+2
| * net: local checksum offload for encapsulationEdward Cree2016-02-124-22/+46
|/
* Merge branch 'tcp_dccp_ports'David S. Miller2016-02-122-211/+199
|\
| * tcp/dccp: better use of ephemeral ports in bind()Eric Dumazet2016-02-121-126/+114
| * tcp/dccp: better use of ephemeral ports in connect()Eric Dumazet2016-02-121-85/+85
|/