summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* bonding: convert ad_select to use the new option APINikolay Aleksandrov2014-01-237-50/+41
* bonding: convert min_links to use the new option APINikolay Aleksandrov2014-01-235-19/+18
* bonding: convert lacp_rate to use the new option APINikolay Aleksandrov2014-01-236-51/+37
* bonding: convert updelay to use the new option APINikolay Aleksandrov2014-01-235-33/+27
* bonding: convert downdelay to use the new option APINikolay Aleksandrov2014-01-235-32/+27
* bonding: convert arp_ip_target to use the new option APINikolay Aleksandrov2014-01-235-41/+53
* bonding: convert arp_interval to use the new option APINikolay Aleksandrov2014-01-236-35/+32
* bonding: convert fail_over_mac to use the new option APINikolay Aleksandrov2014-01-237-50/+43
* bonding: convert arp_all_targets to use the new option APINikolay Aleksandrov2014-01-236-41/+36
* bonding: convert arp_validate to use the new option APINikolay Aleksandrov2014-01-236-52/+45
* bonding: convert xmit_hash_policy to use the new option APINikolay Aleksandrov2014-01-237-46/+41
* bonding: convert packets_per_slave to use the new option APINikolay Aleksandrov2014-01-236-32/+27
* bonding: convert mode setting to use the new option APINikolay Aleksandrov2014-01-236-62/+48
* bonding: add infrastructure for an option APINikolay Aleksandrov2014-01-233-0/+373
* reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa2014-01-225-21/+30
* random32: add prandom_u32_max and convert open coded usersDaniel Borkmann2014-01-221-7/+1
* net/mlx4_core: Remove unnecessary validation for port numberMoni Shoua2014-01-221-3/+0
* be2net: Fix be_vlan_add/rem_vid() routinesSomnath Kotur2014-01-221-13/+8
* bnx2x: Fix VF flr flowAriel Elior2014-01-221-28/+33
* net: Add GRO support for vxlan trafficOr Gerlitz2014-01-221-7/+110
* stmmac: Fix kernel crashes for jumbo framesVince Bridgers2014-01-226-12/+32
* bond: make slave_sysfs_ops staticstephen hemminger2014-01-221-1/+1
* net: add vxlan descriptionJesse Brandeburg2014-01-221-0/+1
* sfc: Fix transposed ptp_{under, over}size_sync_windows statisticsBen Hutchings2014-01-211-2/+2
* sfc: Change efx_mcdi_reset_port to use ENTITY_RESET MC command.Jon Cooper2014-01-212-8/+37
* net: stmmac: fix NULL pointer dereference in stmmac_get_tx_hwtstampdamuzi0002014-01-203-19/+21
* net: stmmac: sunxi platform extensions for GMAC in Allwinner A20 SoC'sChen-Yu Tsai2014-01-205-0/+158
* net: stmmac: Use driver data and callbacks tied with compatible stringsChen-Yu Tsai2014-01-201-10/+34
* net: stmmac: Deprecate snps, phy-addr and auto-detect PHY addressChen-Yu Tsai2014-01-201-1/+8
* net: stmmac: Honor DT parameter to force DMA store and forward modeChen-Yu Tsai2014-01-201-0/+2
* net: stmmac: Allocate and pass soc/board specific data to callbacksChen-Yu Tsai2014-01-201-4/+14
* net: stmmac: Add support for optional reset controlChen-Yu Tsai2014-01-205-5/+25
* net: stmmac: Enable stmmac main clock when probing hardwareChen-Yu Tsai2014-01-201-13/+13
* phy: cleanup 10g codestephen hemminger2014-01-201-20/+4
* qlcnic: fix sparse warningsFengguang Wu2014-01-201-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-186-23/+41
|\
| * e1000e: Fix compilation warning when !CONFIG_PM_SLEEPMika Westerberg2014-01-171-6/+2
| * be2net: add dma_mapping_error() check for dma_map_page()Ivan Vecera2014-01-161-2/+9
| * bnx2x: Don't release PCI bars on shutdownYuval Mintz2014-01-161-14/+15
| * net,via-rhine: Fix tx_timeout handlingRichard Weinberger2014-01-161-0/+1
| * qlge: Fix vlan netdev features.Jitendra Kalsaria2014-01-151-0/+2
| * dm9601: add USB IDs for new dm96xx variantsPeter Korsgaard2014-01-151-0/+12
* | ixgbevf: merge ixgbevf_tx_map and ixgbevf_tx_queue into a single functionEmil Tantilov2014-01-182-140/+133
* | ixgbevf: redo dma mapping using the tx buffer infoEmil Tantilov2014-01-182-40/+59
* | ixgbevf: make the first tx_buffer a repository for most of the skb infoEmil Tantilov2014-01-182-95/+130
* | ixgbevf: add tx countersEmil Tantilov2014-01-181-0/+2
* | ixgbevf: remove counters for Tx/Rx checksum offloadEmil Tantilov2014-01-183-20/+9
* | ixgbevf: move ring specific stats into ring specific structureEmil Tantilov2014-01-183-44/+62
* | ixgbevf: make use of the dev pointer in the ixgbevf_ring structEmil Tantilov2014-01-183-84/+61
* | i40e: Fix device ID define names to align to standardShannon Nelson2014-01-187-70/+70