summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-02-17Drivers: net: hyperv: Get rid of the rndis_filter_packet structureKY Srinivasan3-45/+4
2014-02-17net:cpsw: Pass unhandled ioctl's on to generic phy ioctlStefan Sørensen1-7/+3
2014-02-17bonding: Convert memcpy(foo, bar, ETH_ALEN) to ether_addr_copy(foo, bar)Joe Perches3-25/+25
2014-02-17bonding: Convert c99 commentsJoe Perches1-88/+87
2014-02-17bonding: Neaten pr_<level>Joe Perches6-122/+110
2014-02-17bonding: Convert pr_warning to pr_warn, neateningJoe Perches4-73/+67
2014-02-17caif: delete unnecessary field initializationJulia Lawall2-2/+0
2014-02-17Documentation: broadcom-bcmgenet: add better clocks documentationFlorian Fainelli1-2/+5
2014-02-17tipc: correct usage of spin_lock() vs spin_lock_bh()Jon Paul Maloy1-3/+3
2014-02-17tipc: fix a loop style problemJon Paul Maloy1-5/+5
2014-02-17ip_tunnel: return more precise errno value when adding tunnel failsFlorian Westphal1-5/+10
2014-02-15openvswitch: rename ->sync to ->syncpWANG Cong2-7/+7
2014-02-14bonding:fix checkpatch warnings braces {}Wang Yufen1-10/+5
2014-02-14bonding:fix checkpatch warnings braces {}Wang Yufen1-13/+7
2014-02-14bonding:fix checkpatch warnings braces {}Wang Yufen1-12/+6
2014-02-14bonding:fix checkpatch warnings braces {}Wang Yufen1-12/+6
2014-02-14bonding:fix checkpatch errors comments and spaceWang Yufen1-3/+3
2014-02-14bonding:fix checkpatch errors with foo* bar|foo * barWang Yufen1-3/+3
2014-02-14appletalk: fix checkpatch error with indentwangweidong1-45/+45
2014-02-14appletalk: fix checkpatch errors with foo* bar|foo * barwangweidong1-2/+2
2014-02-14appletalk: fix checkpatch errors with space required or prohibitedwangweidong2-5/+5
2014-02-14tcp: add pacing_rate information into tcp_infoEric Dumazet2-0/+8
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong19-154/+35
2014-02-14net-sysfs: get_netdev_queue_index() cleanupEric Dumazet1-6/+3
2014-02-14Merge branch 'bcmgenet'David S. Miller15-53/+4247
2014-02-14MAINTAINERS: add entry for the Broadcom GENET driverFlorian Fainelli1-0/+6
2014-02-14Documentation: add Device tree bindings for Broadcom GENETFlorian Fainelli1-0/+121
2014-02-14net: bcmgenet: hook into the build systemFlorian Fainelli3-0/+14
2014-02-14net: bcmgenet: add MDIO routinesFlorian Fainelli1-0/+464
2014-02-14net: bcmgenet: add main driver fileFlorian Fainelli1-0/+2595
2014-02-14net: bcmgenet: add driver definitions and private structureFlorian Fainelli1-0/+630
2014-02-14net: phy: add Broadcom BCM7xxx internal PHY driverFlorian Fainelli4-0/+359
2014-02-14net: phy: broadcom: extract register definitionsFlorian Fainelli2-52/+51
2014-02-14net: phy: update port type for MoCA PHYsFlorian Fainelli1-1/+4
2014-02-14net: phy: add MoCA PHY typeFlorian Fainelli1-0/+3
2014-02-14sch_netem: replace magic numbers with enumerate in GE modelYang Yingliang1-4/+9
2014-02-14sch_netem: change some func's param from "struct Qdisc *" to "struct netem_sc...Yang Yingliang1-15/+10
2014-02-14sch_netem: return errcode before setting paramsYang Yingliang1-10/+29
2014-02-13ipv4: ip_forward: perform skb->pkt_type check at the beginningDenis Kirjanov1-3/+4
2014-02-13net: remove unnecessary return'sstephen hemminger11-20/+0
2014-02-13tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev11-22/+1
2014-02-13be2net: refactor multi-channel config code for Skyhawk-R chipVasundhara Volam5-32/+127
2014-02-13be2net: Update copyright yearVasundhara Volam8-8/+8
2014-02-13be2net: Log a kernel message when UE is detected in BE & SkyhawkSomnath Kotur1-41/+41
2014-02-13Merge tag 'linux-can-next-for-3.15-20140212' of git://gitorious.org/linux-can...David S. Miller10-296/+206
2014-02-13socket: replace some printk with pr_*Yang Yingliang1-7/+6
2014-02-13sh_eth: use ETH_ZLEN instead of home-grown #defineSergei Shtylyov2-4/+3
2014-02-13Merge branch 'tipc'David S. Miller7-249/+283
2014-02-13tipc: add node_lock protection to link lookup functionJon Paul Maloy1-45/+65
2014-02-13tipc: remove bearer_lock from tipc_bearer structYing Xue3-18/+4