aboutsummaryrefslogtreecommitdiffstats
path: root/usr (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-21Revert "l2tp: Refactor the codes with existing macros instead of literal number"David S. Miller1-4/+4
2016-08-21cxgb4: Simplify the return expressionWei Yongjun1-6/+1
2016-08-21l2tp: Refactor the codes with existing macros instead of literal numberGao Feng1-4/+4
2016-08-20net: ethernet: renesas: ravb: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-7/+9
2016-08-20net: ethernet: renesas: ravb: use phydev from struct net_devicePhilippe Reynes2-18/+12
2016-08-20ixgbe: Add support for new X557 deviceDon Skidmore4-0/+11
2016-08-20ixgbe: add device to MDIO speed settingDon Skidmore1-0/+2
2016-08-20ixgbe: Fix led interface for X557 devicesDon Skidmore2-2/+53
2016-08-20ixgbe: add support for geneve Rx offloadEmil Tantilov3-51/+134
2016-08-20ixgbevf: fix incorrect MAC address on loadEmil Tantilov1-7/+14
2016-08-20ixgbe: report correct media type for KR, KX and KX4 interfacesVeola Nazareth1-1/+3
2016-08-20tun: Rename a jump label in update_filter()Markus Elfring1-3/+2
2016-08-20tun: Use memdup_user() rather than duplicating its implementationMarkus Elfring1-8/+3
2016-08-19samples/bpf: Add tunnel set/get tests.William Tu4-0/+327
2016-08-19hv_netvsc: Implement batching of receive completionsHaiyang Zhang3-33/+160
2016-08-19i40evf: Open RDMA Client after resetAvinash Dayanand1-0/+2
2016-08-19i40e/i40evf: Fix indentationJeff Kirsher2-92/+96
2016-08-19i40e: Correcting mutex usage in client codeAvinash Dayanand1-0/+1
2016-08-19i40e: Remove XSTRINGIFY macro definitions and usesJoe Perches2-7/+3
2016-08-19i40e: Initialize pointer in client_release functionHarshitha Ramamurthy1-2/+2
2016-08-19i40e: Check client is open before calling client opsCatherine Sullivan1-0/+25
2016-08-19i40e: use matching format identifiersHeinrich Schuchardt1-13/+13
2016-08-19i40e: Add support for HMC resource and profile for X722Carolyn Wyborny2-0/+42
2016-08-19i40e: Fix byte ordering in ARP NS code for X722Carolyn Wyborny2-34/+42
2016-08-19i40e: refactor tail_bump checkCarolyn Wyborny2-8/+4
2016-08-19i40evf: report link speedMitch Williams3-12/+70
2016-08-19i40e: use alloc_workqueue instead of create_singlethread_workqueueJacob Keller2-2/+4
2016-08-19i40e: use configured RSS key and lookup table in i40e_vsi_config_rssJacob Keller1-4/+17
2016-08-19i40e: fix broken i40e_config_rss_aq functionJacob Keller1-34/+23
2016-08-19i40e: move i40e_vsi_config_rss below i40e_get_rss_aqJacob Keller1-27/+27
2016-08-19net/irda: remove pointless assignment/checkVegard Nossum1-3/+0
2016-08-19qed: utilize FW 8.10.10.0Yuval Mintz14-725/+1375
2016-08-19net: dsa: bcm_sf2: Remove probing through old DSA bindingFlorian Fainelli1-15/+0
2016-08-19net: dsa: bcm_sf2: Use device managed helpersFlorian Fainelli1-23/+13
2016-08-19net: dsa: bcm_sf2: Make it a real platform device driverFlorian Fainelli2-61/+118
2016-08-19Documentation: dt: bindings: Update Broadcom 7445 switch documentFlorian Fainelli1-1/+44
2016-08-19net: dsa: Export suspend/resume functionsFlorian Fainelli2-2/+18
2016-08-19dsa: mv88e6xxx: Make mv88e6xxx_wait() timeout verboseAndrew Lunn1-0/+1
2016-08-19dsa: mv88e6xxx: Use mv88e6xx_wait in mv88e6xxx_update()Andrew Lunn1-12/+4
2016-08-19dsa: mv88e6xxx: Timeout based on iterations, not timeAndrew Lunn1-9/+6
2016-08-19net: phy: Kconfig: Remove redundant "Support for"Andrew Lunn1-35/+35
2016-08-19net: phy: Sort Makefile and KconfigAndrew Lunn2-250/+253
2016-08-19net: ipv4: fix sparse error in fib_good_nh()Eric Dumazet1-1/+2
2016-08-19udp: include addrconf.hEric Dumazet1-0/+1
2016-08-19tcp: md5: remove tcp_md5_hash_header()Eric Dumazet1-17/+0
2016-08-19ibmvnic: Handle backing device failover and reinitializationThomas Falcon2-2/+34
2016-08-19net: hns: Add reset function support for RoCE driveroulijun4-0/+162
2016-08-19netlink: Use rhashtable walk interface in diag dumpHerbert Xu1-30/+73
2016-08-19MAINTAINERS: Add extra rhashtable maintainerHerbert Xu1-0/+1
2016-08-19rhashtable: Remove GFP flag from rhashtable_walk_initHerbert Xu2-31/+29