summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-13tipc: delay delete of link when failover is neededJon Paul Maloy4-17/+36
2014-02-13tipc: changes to general packet reception algorithmJon Paul Maloy1-36/+40
2014-02-13tipc: rename stack variables in function tipc_link_tunnel_rcvJon Paul Maloy1-11/+11
2014-02-13tipc: more cleanup of tunnelling reception functionJon Paul Maloy1-14/+7
2014-02-13tipc: change signature of tunnelling reception functionJon Paul Maloy1-10/+4
2014-02-13tipc: change reception of tunnelled failover packetsJon Paul Maloy1-28/+47
2014-02-13tipc: change reception of tunnelled duplicate packetsJon Paul Maloy1-21/+32
2014-02-13tipc: remove 'links' list from tipc_bearer structYing Xue5-54/+30
2014-02-13tipc: redefine 'started' flag in struct link to bitmapYing Xue2-13/+13
2014-02-13tipc: move code for deleting links from bearer.c to link.cYing Xue3-5/+11
2014-02-13tipc: move code for resetting links from bearer.c to link.cYing Xue3-10/+14
2014-02-13tipc: stricter behavior of message reassembly functionJon Paul Maloy3-13/+15
2014-02-13tipc: explicitly include core.h in addr.hAndreas Bofjäll1-0/+2
2014-02-13bonding: remove the redundant judgements for bond_option_queue_id_set()dingtianhong1-2/+1
2014-02-13bonding: remove the redundant judgements for bond_set_mac_address()dingtianhong1-8/+0
2014-02-13net: allow setting mac address of loopback deviceWANG Cong1-0/+2
2014-02-13Merge branch 'i40e'David S. Miller10-109/+183
2014-02-13i40evf: refactor reset handlingMitch Williams3-39/+130
2014-02-13i40evf: change type of flags variableMitch Williams1-1/+1
2014-02-13i40evf: don't store unnecessary array of stringsMitch Williams2-4/+5
2014-02-13i40evf: fix bogus commentMitch Williams1-2/+1
2014-02-13i40evf: clean up adapter structMitch Williams1-28/+1