| Commit message (Expand) | Author | Age | Files | Lines |
* | net: introduce netdev_alloc_pcpu_stats() for drivers | WANG Cong | 2014-02-14 | 19 | -154/+35 |
* | net-sysfs: get_netdev_queue_index() cleanup | Eric Dumazet | 2014-02-14 | 1 | -6/+3 |
* | Merge branch 'bcmgenet' | David S. Miller | 2014-02-14 | 15 | -53/+4247 |
|\ |
|
| * | MAINTAINERS: add entry for the Broadcom GENET driver | Florian Fainelli | 2014-02-14 | 1 | -0/+6 |
| * | Documentation: add Device tree bindings for Broadcom GENET | Florian Fainelli | 2014-02-14 | 1 | -0/+121 |
| * | net: bcmgenet: hook into the build system | Florian Fainelli | 2014-02-14 | 3 | -0/+14 |
| * | net: bcmgenet: add MDIO routines | Florian Fainelli | 2014-02-14 | 1 | -0/+464 |
| * | net: bcmgenet: add main driver file | Florian Fainelli | 2014-02-14 | 1 | -0/+2595 |
| * | net: bcmgenet: add driver definitions and private structure | Florian Fainelli | 2014-02-14 | 1 | -0/+630 |
| * | net: phy: add Broadcom BCM7xxx internal PHY driver | Florian Fainelli | 2014-02-14 | 4 | -0/+359 |
| * | net: phy: broadcom: extract register definitions | Florian Fainelli | 2014-02-14 | 2 | -52/+51 |
| * | net: phy: update port type for MoCA PHYs | Florian Fainelli | 2014-02-14 | 1 | -1/+4 |
| * | net: phy: add MoCA PHY type | Florian Fainelli | 2014-02-14 | 1 | -0/+3 |
|/ |
|
* | sch_netem: replace magic numbers with enumerate in GE model | Yang Yingliang | 2014-02-14 | 1 | -4/+9 |
* | sch_netem: change some func's param from "struct Qdisc *" to "struct netem_sc... | Yang Yingliang | 2014-02-14 | 1 | -15/+10 |
* | sch_netem: return errcode before setting params | Yang Yingliang | 2014-02-14 | 1 | -10/+29 |
* | ipv4: ip_forward: perform skb->pkt_type check at the beginning | Denis Kirjanov | 2014-02-14 | 1 | -3/+4 |
* | net: remove unnecessary return's | stephen hemminger | 2014-02-14 | 11 | -20/+0 |
* | tcp: remove unused min_cwnd member of tcp_congestion_ops | Stanislav Fomichev | 2014-02-14 | 11 | -22/+1 |
* | be2net: refactor multi-channel config code for Skyhawk-R chip | Vasundhara Volam | 2014-02-14 | 5 | -32/+127 |
* | be2net: Update copyright year | Vasundhara Volam | 2014-02-14 | 8 | -8/+8 |
* | be2net: Log a kernel message when UE is detected in BE & Skyhawk | Somnath Kotur | 2014-02-14 | 1 | -41/+41 |
* | Merge tag 'linux-can-next-for-3.15-20140212' of git://gitorious.org/linux-can... | David S. Miller | 2014-02-14 | 10 | -296/+206 |
|\ |
|
| * | can: at91_can: add listen only mode | Yoann DI RUZZA | 2014-02-11 | 1 | -2/+7 |
| * | can: sja1000: of: add reg-io-width property for 8, 16 and 32-bit register access | Florian Vaussard | 2014-02-06 | 1 | -2/+18 |
| * | Documentation: devicetree: sja1000: add reg-io-width binding | Florian Vaussard | 2014-02-04 | 1 | -0/+4 |
| * | can: sja1000: fuse of_platform into platform | Florian Vaussard | 2014-02-04 | 4 | -259/+109 |
| * | can: sja1000: platform: use devm_* APIs | Florian Vaussard | 2014-02-04 | 1 | -34/+12 |
| * | can: sja1000: convert printk to use netdev API | Florian Vaussard | 2014-02-04 | 1 | -2/+1 |
| * | can: add ability to allocate CANFD frame in skb data | Stephane Grosjean | 2014-02-04 | 2 | -0/+26 |
| * | can: add explicit copyrights to can userspace header | Uwe Kleine-König | 2014-02-04 | 1 | -0/+32 |
* | | socket: replace some printk with pr_* | Yang Yingliang | 2014-02-14 | 1 | -7/+6 |
* | | sh_eth: use ETH_ZLEN instead of home-grown #define | Sergei Shtylyov | 2014-02-14 | 2 | -4/+3 |
* | | Merge branch 'tipc' | David S. Miller | 2014-02-13 | 7 | -249/+283 |
|\ \ |
|
| * | | tipc: add node_lock protection to link lookup function | Jon Paul Maloy | 2014-02-13 | 1 | -45/+65 |
| * | | tipc: remove bearer_lock from tipc_bearer struct | Ying Xue | 2014-02-13 | 3 | -18/+4 |
| * | | tipc: delay delete of link when failover is needed | Jon Paul Maloy | 2014-02-13 | 4 | -17/+36 |
| * | | tipc: changes to general packet reception algorithm | Jon Paul Maloy | 2014-02-13 | 1 | -36/+40 |
| * | | tipc: rename stack variables in function tipc_link_tunnel_rcv | Jon Paul Maloy | 2014-02-13 | 1 | -11/+11 |
| * | | tipc: more cleanup of tunnelling reception function | Jon Paul Maloy | 2014-02-13 | 1 | -14/+7 |
| * | | tipc: change signature of tunnelling reception function | Jon Paul Maloy | 2014-02-13 | 1 | -10/+4 |
| * | | tipc: change reception of tunnelled failover packets | Jon Paul Maloy | 2014-02-13 | 1 | -28/+47 |
| * | | tipc: change reception of tunnelled duplicate packets | Jon Paul Maloy | 2014-02-13 | 1 | -21/+32 |
| * | | tipc: remove 'links' list from tipc_bearer struct | Ying Xue | 2014-02-13 | 5 | -54/+30 |
| * | | tipc: redefine 'started' flag in struct link to bitmap | Ying Xue | 2014-02-13 | 2 | -13/+13 |
| * | | tipc: move code for deleting links from bearer.c to link.c | Ying Xue | 2014-02-13 | 3 | -5/+11 |
| * | | tipc: move code for resetting links from bearer.c to link.c | Ying Xue | 2014-02-13 | 3 | -10/+14 |
| * | | tipc: stricter behavior of message reassembly function | Jon Paul Maloy | 2014-02-13 | 3 | -13/+15 |
|/ / |
|
* | | tipc: explicitly include core.h in addr.h | Andreas Bofjäll | 2014-02-13 | 1 | -0/+2 |
* | | bonding: remove the redundant judgements for bond_option_queue_id_set() | dingtianhong | 2014-02-13 | 1 | -2/+1 |