summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| | * | | | | | | | | | | | | | | MAINTAINERS: add entry for the Broadcom GENET driverFlorian Fainelli2014-02-14
| | * | | | | | | | | | | | | | | Documentation: add Device tree bindings for Broadcom GENETFlorian Fainelli2014-02-14
| | * | | | | | | | | | | | | | | net: bcmgenet: hook into the build systemFlorian Fainelli2014-02-14
| | * | | | | | | | | | | | | | | net: bcmgenet: add MDIO routinesFlorian Fainelli2014-02-14
| | * | | | | | | | | | | | | | | net: bcmgenet: add main driver fileFlorian Fainelli2014-02-14
| | * | | | | | | | | | | | | | | net: bcmgenet: add driver definitions and private structureFlorian Fainelli2014-02-14
| | * | | | | | | | | | | | | | | net: phy: add Broadcom BCM7xxx internal PHY driverFlorian Fainelli2014-02-14
| | * | | | | | | | | | | | | | | net: phy: broadcom: extract register definitionsFlorian Fainelli2014-02-14
| | * | | | | | | | | | | | | | | net: phy: update port type for MoCA PHYsFlorian Fainelli2014-02-14
| | * | | | | | | | | | | | | | | net: phy: add MoCA PHY typeFlorian Fainelli2014-02-14
| |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | sch_netem: replace magic numbers with enumerate in GE modelYang Yingliang2014-02-14
| * | | | | | | | | | | | | | | sch_netem: change some func's param from "struct Qdisc *" to "struct netem_sc...Yang Yingliang2014-02-14
| * | | | | | | | | | | | | | | sch_netem: return errcode before setting paramsYang Yingliang2014-02-14
| * | | | | | | | | | | | | | | ipv4: ip_forward: perform skb->pkt_type check at the beginningDenis Kirjanov2014-02-13
| * | | | | | | | | | | | | | | net: remove unnecessary return'sstephen hemminger2014-02-13
| * | | | | | | | | | | | | | | tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev2014-02-13
| * | | | | | | | | | | | | | | be2net: refactor multi-channel config code for Skyhawk-R chipVasundhara Volam2014-02-13
| * | | | | | | | | | | | | | | be2net: Update copyright yearVasundhara Volam2014-02-13
| * | | | | | | | | | | | | | | be2net: Log a kernel message when UE is detected in BE & SkyhawkSomnath Kotur2014-02-13
| * | | | | | | | | | | | | | | Merge tag 'linux-can-next-for-3.15-20140212' of git://gitorious.org/linux-can...David S. Miller2014-02-13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | can: at91_can: add listen only modeYoann DI RUZZA2014-02-11
| | * | | | | | | | | | | | | | | can: sja1000: of: add reg-io-width property for 8, 16 and 32-bit register accessFlorian Vaussard2014-02-06
| | * | | | | | | | | | | | | | | Documentation: devicetree: sja1000: add reg-io-width bindingFlorian Vaussard2014-02-04
| | * | | | | | | | | | | | | | | can: sja1000: fuse of_platform into platformFlorian Vaussard2014-02-04
| | * | | | | | | | | | | | | | | can: sja1000: platform: use devm_* APIsFlorian Vaussard2014-02-04
| | * | | | | | | | | | | | | | | can: sja1000: convert printk to use netdev APIFlorian Vaussard2014-02-04
| | * | | | | | | | | | | | | | | can: add ability to allocate CANFD frame in skb dataStephane Grosjean2014-02-04
| | * | | | | | | | | | | | | | | can: add explicit copyrights to can userspace headerUwe Kleine-König2014-02-04
| | | |_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | socket: replace some printk with pr_*Yang Yingliang2014-02-13
| * | | | | | | | | | | | | | | sh_eth: use ETH_ZLEN instead of home-grown #defineSergei Shtylyov2014-02-13
| * | | | | | | | | | | | | | | Merge branch 'tipc'David S. Miller2014-02-13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | tipc: add node_lock protection to link lookup functionJon Paul Maloy2014-02-13
| | * | | | | | | | | | | | | | | tipc: remove bearer_lock from tipc_bearer structYing Xue2014-02-13
| | * | | | | | | | | | | | | | | tipc: delay delete of link when failover is neededJon Paul Maloy2014-02-13
| | * | | | | | | | | | | | | | | tipc: changes to general packet reception algorithmJon Paul Maloy2014-02-13
| | * | | | | | | | | | | | | | | tipc: rename stack variables in function tipc_link_tunnel_rcvJon Paul Maloy2014-02-13
| | * | | | | | | | | | | | | | | tipc: more cleanup of tunnelling reception functionJon Paul Maloy2014-02-13
| | * | | | | | | | | | | | | | | tipc: change signature of tunnelling reception functionJon Paul Maloy2014-02-13
| | * | | | | | | | | | | | | | | tipc: change reception of tunnelled failover packetsJon Paul Maloy2014-02-13
| | * | | | | | | | | | | | | | | tipc: change reception of tunnelled duplicate packetsJon Paul Maloy2014-02-13
| | * | | | | | | | | | | | | | | tipc: remove 'links' list from tipc_bearer structYing Xue2014-02-13
| | * | | | | | | | | | | | | | | tipc: redefine 'started' flag in struct link to bitmapYing Xue2014-02-13
| | * | | | | | | | | | | | | | | tipc: move code for deleting links from bearer.c to link.cYing Xue2014-02-13
| | * | | | | | | | | | | | | | | tipc: move code for resetting links from bearer.c to link.cYing Xue2014-02-13
| | * | | | | | | | | | | | | | | tipc: stricter behavior of message reassembly functionJon Paul Maloy2014-02-13
| |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | tipc: explicitly include core.h in addr.hAndreas Bofjäll2014-02-13
| * | | | | | | | | | | | | | | bonding: remove the redundant judgements for bond_option_queue_id_set()dingtianhong2014-02-13
| * | | | | | | | | | | | | | | bonding: remove the redundant judgements for bond_set_mac_address()dingtianhong2014-02-13
| * | | | | | | | | | | | | | | net: allow setting mac address of loopback deviceWANG Cong2014-02-13
| * | | | | | | | | | | | | | | Merge branch 'i40e'David S. Miller2014-02-13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \