summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2014-01-22bonding: convert primary to use the new option APINikolay Aleksandrov5-22/+22
2014-01-22bonding: convert miimon to use the new option APINikolay Aleksandrov6-30/+24
2014-01-22bonding: convert num_peer_notif to use the new option APINikolay Aleksandrov5-17/+24
2014-01-22bonding: convert ad_select to use the new option APINikolay Aleksandrov7-50/+41
2014-01-22bonding: convert min_links to use the new option APINikolay Aleksandrov5-19/+18
2014-01-22bonding: convert lacp_rate to use the new option APINikolay Aleksandrov6-51/+37
2014-01-22bonding: convert updelay to use the new option APINikolay Aleksandrov5-33/+27
2014-01-22bonding: convert downdelay to use the new option APINikolay Aleksandrov5-32/+27
2014-01-22bonding: convert arp_ip_target to use the new option APINikolay Aleksandrov5-41/+53
2014-01-22bonding: convert arp_interval to use the new option APINikolay Aleksandrov6-35/+32
2014-01-22bonding: convert fail_over_mac to use the new option APINikolay Aleksandrov7-50/+43
2014-01-22bonding: convert arp_all_targets to use the new option APINikolay Aleksandrov6-41/+36
2014-01-22bonding: convert arp_validate to use the new option APINikolay Aleksandrov6-52/+45
2014-01-22bonding: convert xmit_hash_policy to use the new option APINikolay Aleksandrov7-46/+41
2014-01-22bonding: convert packets_per_slave to use the new option APINikolay Aleksandrov6-32/+27
2014-01-22bonding: convert mode setting to use the new option APINikolay Aleksandrov6-62/+48
2014-01-22bonding: add infrastructure for an option APINikolay Aleksandrov3-0/+373
2014-01-21reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa5-21/+30
2014-01-21random32: add prandom_u32_max and convert open coded usersDaniel Borkmann1-7/+1
2014-01-21net/mlx4_core: Remove unnecessary validation for port numberMoni Shoua1-3/+0
2014-01-21be2net: Fix be_vlan_add/rem_vid() routinesSomnath Kotur1-13/+8
2014-01-21bnx2x: Fix VF flr flowAriel Elior1-28/+33
2014-01-21net: Add GRO support for vxlan trafficOr Gerlitz1-7/+110
2014-01-21stmmac: Fix kernel crashes for jumbo framesVince Bridgers6-12/+32
2014-01-21bond: make slave_sysfs_ops staticstephen hemminger1-1/+1
2014-01-21net: add vxlan descriptionJesse Brandeburg1-0/+1
2014-01-21sfc: Fix transposed ptp_{under, over}size_sync_windows statisticsBen Hutchings1-2/+2
2014-01-21sfc: Change efx_mcdi_reset_port to use ENTITY_RESET MC command.Jon Cooper2-8/+37
2014-01-19net: stmmac: fix NULL pointer dereference in stmmac_get_tx_hwtstampdamuzi0003-19/+21
2014-01-19net: stmmac: sunxi platform extensions for GMAC in Allwinner A20 SoC'sChen-Yu Tsai5-0/+158
2014-01-19net: stmmac: Use driver data and callbacks tied with compatible stringsChen-Yu Tsai1-10/+34
2014-01-19net: stmmac: Deprecate snps, phy-addr and auto-detect PHY addressChen-Yu Tsai1-1/+8
2014-01-19net: stmmac: Honor DT parameter to force DMA store and forward modeChen-Yu Tsai1-0/+2
2014-01-19net: stmmac: Allocate and pass soc/board specific data to callbacksChen-Yu Tsai1-4/+14
2014-01-19net: stmmac: Add support for optional reset controlChen-Yu Tsai5-5/+25
2014-01-19net: stmmac: Enable stmmac main clock when probing hardwareChen-Yu Tsai1-13/+13
2014-01-19phy: cleanup 10g codestephen hemminger1-20/+4
2014-01-19qlcnic: fix sparse warningsFengguang Wu1-8/+8
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-23/+41
2014-01-17ixgbevf: merge ixgbevf_tx_map and ixgbevf_tx_queue into a single functionEmil Tantilov2-140/+133
2014-01-17ixgbevf: redo dma mapping using the tx buffer infoEmil Tantilov2-40/+59
2014-01-17ixgbevf: make the first tx_buffer a repository for most of the skb infoEmil Tantilov2-95/+130
2014-01-17ixgbevf: add tx countersEmil Tantilov1-0/+2
2014-01-17ixgbevf: remove counters for Tx/Rx checksum offloadEmil Tantilov3-20/+9
2014-01-17ixgbevf: move ring specific stats into ring specific structureEmil Tantilov3-44/+62
2014-01-17ixgbevf: make use of the dev pointer in the ixgbevf_ring structEmil Tantilov3-84/+61
2014-01-17i40e: Fix device ID define names to align to standardShannon Nelson7-70/+70
2014-01-17i40e: add DCB option to KconfigNeerav Parikh2-0/+10
2014-01-17i40e: add DCB and DCBNL supportNeerav Parikh4-20/+669
2014-01-17i40e: implement DCB support infastructureNeerav Parikh5-15/+712