summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Documentation: add Device tree bindings for Broadcom GENETFlorian Fainelli2014-02-141-0/+121
* net: bcmgenet: hook into the build systemFlorian Fainelli2014-02-143-0/+14
* net: bcmgenet: add MDIO routinesFlorian Fainelli2014-02-141-0/+464
* net: bcmgenet: add main driver fileFlorian Fainelli2014-02-141-0/+2595
* net: bcmgenet: add driver definitions and private structureFlorian Fainelli2014-02-141-0/+630
* net: phy: add Broadcom BCM7xxx internal PHY driverFlorian Fainelli2014-02-144-0/+359
* net: phy: broadcom: extract register definitionsFlorian Fainelli2014-02-142-52/+51Star
* net: phy: update port type for MoCA PHYsFlorian Fainelli2014-02-141-1/+4
* net: phy: add MoCA PHY typeFlorian Fainelli2014-02-141-0/+3
* sch_netem: replace magic numbers with enumerate in GE modelYang Yingliang2014-02-141-4/+9
* sch_netem: change some func's param from "struct Qdisc *" to "struct netem_sc...Yang Yingliang2014-02-141-15/+10Star
* sch_netem: return errcode before setting paramsYang Yingliang2014-02-141-10/+29
* ipv4: ip_forward: perform skb->pkt_type check at the beginningDenis Kirjanov2014-02-141-3/+4
* net: remove unnecessary return'sstephen hemminger2014-02-1411-20/+0Star
* tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev2014-02-1411-22/+1Star
* be2net: refactor multi-channel config code for Skyhawk-R chipVasundhara Volam2014-02-145-32/+127
* be2net: Update copyright yearVasundhara Volam2014-02-148-8/+8
* be2net: Log a kernel message when UE is detected in BE & SkyhawkSomnath Kotur2014-02-141-41/+41
* Merge tag 'linux-can-next-for-3.15-20140212' of git://gitorious.org/linux-can...David S. Miller2014-02-1410-296/+206Star
|\
| * can: at91_can: add listen only modeYoann DI RUZZA2014-02-111-2/+7
| * can: sja1000: of: add reg-io-width property for 8, 16 and 32-bit register accessFlorian Vaussard2014-02-061-2/+18
| * Documentation: devicetree: sja1000: add reg-io-width bindingFlorian Vaussard2014-02-041-0/+4
| * can: sja1000: fuse of_platform into platformFlorian Vaussard2014-02-044-259/+109Star
| * can: sja1000: platform: use devm_* APIsFlorian Vaussard2014-02-041-34/+12Star
| * can: sja1000: convert printk to use netdev APIFlorian Vaussard2014-02-041-2/+1Star
| * can: add ability to allocate CANFD frame in skb dataStephane Grosjean2014-02-042-0/+26
| * can: add explicit copyrights to can userspace headerUwe Kleine-König2014-02-041-0/+32
* | socket: replace some printk with pr_*Yang Yingliang2014-02-141-7/+6Star
* | sh_eth: use ETH_ZLEN instead of home-grown #defineSergei Shtylyov2014-02-142-4/+3Star
* | Merge branch 'tipc'David S. Miller2014-02-137-249/+283
|\ \
| * | tipc: add node_lock protection to link lookup functionJon Paul Maloy2014-02-131-45/+65
| * | tipc: remove bearer_lock from tipc_bearer structYing Xue2014-02-133-18/+4Star
| * | tipc: delay delete of link when failover is neededJon Paul Maloy2014-02-134-17/+36
| * | tipc: changes to general packet reception algorithmJon Paul Maloy2014-02-131-36/+40
| * | tipc: rename stack variables in function tipc_link_tunnel_rcvJon Paul Maloy2014-02-131-11/+11
| * | tipc: more cleanup of tunnelling reception functionJon Paul Maloy2014-02-131-14/+7Star
| * | tipc: change signature of tunnelling reception functionJon Paul Maloy2014-02-131-10/+4Star
| * | tipc: change reception of tunnelled failover packetsJon Paul Maloy2014-02-131-28/+47
| * | tipc: change reception of tunnelled duplicate packetsJon Paul Maloy2014-02-131-21/+32
| * | tipc: remove 'links' list from tipc_bearer structYing Xue2014-02-135-54/+30Star
| * | tipc: redefine 'started' flag in struct link to bitmapYing Xue2014-02-132-13/+13
| * | tipc: move code for deleting links from bearer.c to link.cYing Xue2014-02-133-5/+11
| * | tipc: move code for resetting links from bearer.c to link.cYing Xue2014-02-133-10/+14
| * | tipc: stricter behavior of message reassembly functionJon Paul Maloy2014-02-133-13/+15
|/ /
* | tipc: explicitly include core.h in addr.hAndreas Bofjäll2014-02-131-0/+2
* | bonding: remove the redundant judgements for bond_option_queue_id_set()dingtianhong2014-02-131-2/+1Star
* | bonding: remove the redundant judgements for bond_set_mac_address()dingtianhong2014-02-131-8/+0Star
* | net: allow setting mac address of loopback deviceWANG Cong2014-02-131-0/+2
* | Merge branch 'i40e'David S. Miller2014-02-1310-109/+183
|\ \
| * | i40evf: refactor reset handlingMitch Williams2014-02-133-39/+130