summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sfc: Reinitialise and re-validate datapath caps after MC rebootBen Hutchings2013-09-112-0/+13
* sfc: Clean up validation of datapath capabilitiesBen Hutchings2013-09-111-19/+22
* sfc: Reset derived rx_bad_bytes statistic when EF10 MC is rebootedBen Hutchings2013-09-111-0/+5
* sfc: Disable PTP on EF10 until we're ready to handle inline RX timestampsBen Hutchings2013-09-111-2/+0Star
* sfc: Minimal support for 40G link speedBen Hutchings2013-09-052-1/+3
* Merge branch 'qlcnic'David S. Miller2013-09-0111-185/+535
|\
| * qlcnic: Update version to 5.3.50Shahed Shaikh2013-09-011-2/+2
| * qlcnic: Add support for per port eswitch configurationSony Chacko2013-09-017-53/+120
| * qlcnic: Restructuring of qlc_83xx_fw_info structure.Pratik Pujar2013-09-014-45/+61
| * qlcnic: Add AER support for 83xx adapterPratik Pujar2013-09-013-1/+121
| * qlcnic: Add AER callback handlers.Pratik Pujar2013-09-012-24/+55
| * qlcnic: Store firmware dump state in CAMRAM registerShahed Shaikh2013-09-015-32/+135
| * qlcnic: Use firmware recommended dump capture mask as defaultShahed Shaikh2013-09-012-2/+4
| * qlcnic: Remove inline keywordManish Chopra2013-09-014-18/+17Star
| * qlcnic: Enhance PVID handling for 84xx adaptersManish Chopra2013-09-013-10/+22
|/
* net: unify skb_udp_tunnel_segment() and skb_udp6_tunnel_segment()Cong Wang2013-09-012-56/+13Star
* ipv6: Add generic UDP Tunnel segmentationCong Wang2013-09-012-52/+111
* vxlan: add ipv6 proxy supportCong Wang2013-09-015-6/+95
* ipv6: move in6_dev_finish_destroy() into core kernelCong Wang2013-09-012-30/+31
* vxlan: add ipv6 route short circuit supportCong Wang2013-09-013-2/+30
* vxlan: add ipv6 supportCong Wang2013-09-014-148/+622
* ipv6: do not call ndisc_send_rs() with write lockCong Wang2013-09-011-3/+7
* ipv6: export in6addr_loopback to modulesCong Wang2013-09-012-9/+16
* ipv6: export a stub for IPv6 symbols used by vxlanCong Wang2013-09-013-0/+29
* ipv6: move ip6_local_out into core kernelCong Wang2013-09-012-25/+26
* ipv6: move ip6_dst_hoplimit() into core kernelCong Wang2013-09-014-21/+24
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2013-09-0139-271/+4404
|\
| * sfc: Update copyright bannersBen Hutchings2013-08-3034-62/+62
| * sfc: Add support for Solarflare SFC9100 familyBen Hutchings2013-08-2912-22/+3260
| * sfc: Make efx_mcdi_{init,fini}() call efx_mcdi_drv_attach()Ben Hutchings2013-08-293-26/+34
| * sfc: Allocate NVRAM partition ID range for PHY imagesMatthew Slattery2013-08-291-0/+4
| * sfc: Add EF10 register and structure definitionsBen Hutchings2013-08-292-5/+430
| * sfc: Extend struct efx_tx_buffer to allow pushing option descriptorsBen Hutchings2013-08-293-2/+11
| * sfc: Use a global count of active queues instead of pending drainsAlexandre Rames2013-08-293-13/+14
| * sfc: Prepare for RX scatter on EF10Jon Cooper2013-08-293-8/+12
| * sfc: Initialise IRQ moderation for all NIC types from efx_init_eventq()Ben Hutchings2013-08-292-3/+3
| * sfc: Allow efx_nic_type::dimension_resources to failBen Hutchings2013-08-294-6/+12
| * sfc: Allow event queue initialisation to failJon Cooper2013-08-294-28/+95
| * sfc: Document conditions for multicast replication vs filter replacementBen Hutchings2013-08-292-7/+49
| * sfc: Implement asynchronous MCDI requestsBen Hutchings2013-08-293-30/+291
| * sfc: Remove unnecessary use of atomic_tBen Hutchings2013-08-292-17/+13Star
| * sfc: Refactor efx_mcdi_rpc_start() and efx_mcdi_copyin()Ben Hutchings2013-08-291-19/+30
| * sfc: Add support for new board sensorsBen Hutchings2013-08-291-30/+91
* | qdisc: fix build with !CONFIG_NET_SCHEDstephen hemminger2013-09-012-5/+4Star
* | qdisc: make args to qdisc_create_default conststephen hemminger2013-09-012-4/+5
* | qdisc: allow setting default queuing disciplinestephen hemminger2013-08-318-8/+112
* | net/fec: cleanup types in fec_get_mac()Dan Carpenter2013-08-301-4/+4
* | net: stmmac: use dev_get_platdata()Jingoo Han2013-08-301-1/+1
* | net: macb: use dev_get_platdata()Jingoo Han2013-08-301-3/+3
* | net: at91_ether: use dev_get_platdata()Jingoo Han2013-08-301-1/+1