summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/headsmp.S (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-27net: phy: Invalidate LP advertising flags when restarting or disabling ANBen Hutchings1-0/+3
2015-01-27sunvnet: improve error handling when a remote crashesDavid L Stevens1-28/+34
2015-01-27sunvnet: free pending tx buffers before clearing ring dataDavid L Stevens1-10/+11
2015-01-27net: phy: avoid suspending twice a PHYFlorian Fainelli1-2/+6
2015-01-27net: phy: keep track of the PHY suspend stateFlorian Fainelli2-4/+20
2015-01-27net: phy: document has_fixups fieldFlorian Fainelli1-0/+1
2015-01-27net: phy: utilize phy_suspend and phy_resumeFlorian Fainelli1-4/+2
2015-01-27cxgb4: Added support in debugfs to dump different timer and clock values of t...Hariprasad Shenai2-0/+86
2015-01-27cxgb4: Added support in debugfs to dump PM module statsHariprasad Shenai5-0/+135
2015-01-27cxgb4: Addded support in debugfs to dump CIM outbound queue contentHariprasad Shenai5-0/+119
2015-01-27cxgb4: Added support in debugfs to dump cim ingress bound queue contentsHariprasad Shenai5-0/+104
2015-01-27cxgb4: Added support in debugfs to dump sge_qinfoHariprasad Shenai3-2/+215
2015-01-27net: dsa/mv88e6352: make mv88e6352_wait genericVivien Didelot1-8/+5
2015-01-27net: dsa/mv88e6xxx: add reg read and write debugVivien Didelot1-0/+9
2015-01-27net: macb: Remove CONFIG_PM ifdef because of compilation warningMichal Simek1-4/+2
2015-01-27net: macb: allow deffered probe of the driverNicolae Rosia1-4/+5
2015-01-27flow_dissector: add tipc supportErik Hugne1-0/+14
2015-01-27tipc: fix excessive network event loggingErik Hugne2-21/+21
2015-01-27net: act_bpf: fix size mismatch on filter preparationDaniel Borkmann1-0/+3
2015-01-27net: cls_basic: return from walking on match in basic_getDaniel Borkmann1-2/+5
2015-01-27stmmac: Add an optional device tree property "snps,burst_len"Sonic Zhang2-0/+4
2015-01-27stmmac: hardware TX COE doesn't work when force_thresh_dma_mode is setSonic Zhang1-1/+5
2015-01-27stmmac: if force_thresh_dma_mode is set, pass tc to both txmode and rxmode in...Sonic Zhang1-1/+5
2015-01-27openvswitch: Add support for unique flow IDs.Joe Stringer8-91/+448
2015-01-27genetlink: Add genlmsg_parse() helper function.Joe Stringer1-0/+17
2015-01-27openvswitch: Use sw_flow_key_range for key ranges.Joe Stringer1-11/+9
2015-01-27openvswitch: Refactor ovs_flow_tbl_insert().Joe Stringer1-7/+14
2015-01-27openvswitch: Refactor ovs_nla_fill_match().Joe Stringer3-40/+46
2015-01-27sh_eth: add more PM methodsMikhail Ulyanov1-0/+31
2015-01-27sh_eth: use SET_RUNTIME_PM_OPS()Mikhail Ulyanov1-2/+1
2015-01-27net: stmmac: add BQL supportBeniamino Galvani1-0/+9
2015-01-26cxgb4: Fixes cxgb4_inet6addr_notifier unregister callHariprasad Shenai1-1/+1
2015-01-26rhashtable: rhashtable_remove() must unlink in both tbl and future_tblThomas Graf1-9/+15
2015-01-26ipv6: tcp: fix race in IPV6_2292PKTOPTIONSEric Dumazet1-6/+2
2015-01-26rhashtable: fix rht_for_each_entry_safe() endless loopPatrick McHardy1-1/+3
2015-01-26net/fsl: Replace spin_event_timeout() with arch independent in xgmac_mdioShaohui Xie1-8/+16
2015-01-26net/fsl: drop in_be32() & out_be32() in xgmac_mdioShaohui Xie1-14/+14
2015-01-26bonding: handle more gso typesEric Dumazet1-3/+3
2015-01-26bridge: simplify br_getlink() a bitDan Carpenter1-6/+3
2015-01-26net: dsa: bcm_sf2: factor interrupt disabling in a functionFlorian Fainelli1-12/+12
2015-01-26net: phy: fixed: allow setting no update_link callbackFlorian Fainelli1-1/+1
2015-01-25net: ipv6: Add sysctl entry to disable MTU updates from RAHarout Hedeshian5-1/+20
2015-01-25fib_trie: Various clean-ups for handling slenAlexander Duyck1-20/+29
2015-01-25fib_trie: Move fib_find_alias to file where it is usedAlexander Duyck3-19/+20
2015-01-25fib_trie: Use empty_children instead of counting empty nodes in stats collectionAlexander Duyck1-7/+1
2015-01-25fib_trie: Add collapse() and should_collapse() to resizeAlexander Duyck1-35/+65
2015-01-25fib_trie: Fall back to slen update on inflate/halve failureAlexander Duyck1-5/+5
2015-01-25fib_trie: Fix RCU bug and merge similar bits of inflate/halveAlexander Duyck1-84/+73
2015-01-25fib_trie: Use index & (~0ul << n->bits) instead of index >> n->bitsAlexander Duyck1-8/+8
2015-01-25net/mlx4_core: Reset flow activation upon SRIOV fatal command casesYishai Hadas4-41/+107