summaryrefslogtreecommitdiffstats
path: root/firmware/av7110 (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-18batman-adv: remove semi-colon after macro definitionAntonio Quartulli2-4/+4
2014-05-18batman-adv: add blank line between declarations and the rest of the codeAntonio Quartulli4-0/+21
2014-05-17net: cdc_ncm: do not start timer on an empty skbBjørn Mork1-2/+2
2014-05-17net: cdc_ncm: remove redundant "disconnected" flagBjørn Mork3-31/+2
2014-05-17net: cdc_ncm: fix argument alignmentBjørn Mork1-6/+6
2014-05-17net: cdc_ncm: use sane defaults for rx/tx buffersBjørn Mork2-2/+14
2014-05-17net: cdc_ncm/cdc_mbim: adding NCM protocol statisticsBjørn Mork3-0/+108
2014-05-17net: cdc_ncm: set reasonable padding limitsBjørn Mork2-2/+7
2014-05-17net: cdc_ncm: use true max dgram count for header estimatesBjørn Mork2-12/+7
2014-05-17net: cdc_ncm: use ethtool to tune coalescing settingsBjørn Mork2-3/+74
2014-05-17net: cdc_ncm: support rx_max/tx_max updates when runningBjørn Mork1-6/+25
2014-05-17net: cdc_ncm: split .bind device initializationBjørn Mork1-17/+19
2014-05-17net: cdc_ncm: factor out one-time device initializationBjørn Mork1-96/+155
2014-05-17net: cdc_ncm: split out rx_max/tx_max update of setupBjørn Mork1-31/+57
2014-05-16pktgen: Use seq_puts() where seq_printf() is not neededThomas Graf1-25/+25
2014-05-16ieee802154, mac802154: implement devkey record optionPhoebe Buckheister2-0/+39
2014-05-16ieee802154: add netlink interfaces for llsecPhoebe Buckheister5-0/+893
2014-05-16mac802154: propagate device address changes to llsecPhoebe Buckheister2-3/+47
2014-05-16mac802154: add llsec configuration functionsPhoebe Buckheister4-0/+274
2014-05-16ieee802154: add dgram sockopts for security controlPhoebe Buckheister2-1/+75
2014-05-16mac802154: integrate llsec with wpan devicesPhoebe Buckheister3-28/+103
2014-05-16mac802154: add llsec decryption methodPhoebe Buckheister2-0/+248
2014-05-16mac802154: add llsec encryption methodPhoebe Buckheister2-0/+255
2014-05-16mac802154: add llsec structures and mutatorsPhoebe Buckheister4-1/+637
2014-05-16mac802154: update KconfigPhoebe Buckheister1-0/+4
2014-05-16ieee802154: add types for link-layer securityPhoebe Buckheister1-0/+95
2014-05-16ARM: mvebu: use the fixed-link PHY DT binding for the Armada XP Matrix boardThomas Petazzoni1-0/+4
2014-05-16net: mvneta: add support for fixed linksThomas Petazzoni1-3/+16
2014-05-16of: provide a binding for fixed link PHYsThomas Petazzoni3-0/+112
2014-05-16net: phy: extend fixed driver with fixed_phy_register()Thomas Petazzoni2-0/+72
2014-05-16net: phy: decouple PHY id and PHY address in fixed PHY driverThomas Petazzoni1-10/+10
2014-05-16bridge: Automatically manage port promiscuous mode.Vlad Yasevich4-7/+116
2014-05-16bridge: Add addresses from static fdbs to non-promisc portsVlad Yasevich1-6/+69
2014-05-16bridge: Introduce BR_PROMISC flagVlad Yasevich2-1/+3
2014-05-16bridge: Add functionality to sync static fdb entries to hwVlad Yasevich2-0/+58
2014-05-16bridge: Keep track of ports capable of automatic discovery.Vlad Yasevich4-1/+36
2014-05-16bridge: Turn flag change macro into a function.Vlad Yasevich1-10/+17
2014-05-16net: pch_gbe depends on x86_32Jean Delvare1-1/+1
2014-05-16ip_tunnel: don't add tunnel twiceDuan Jiong1-4/+2
2014-05-16tools: bpf_jit_disasm: increase image buffer sizeAlexei Starovoitov1-1/+1
2014-05-16tools: bpf_jit_disasm: ignore image address for disasmAlexei Starovoitov1-10/+8
2014-05-16net: systemport: wait for packet in umac_enable_set()Florian Fainelli1-0/+6
2014-05-16net: systemport: fix dma_unmap_single() lenFlorian Fainelli1-1/+1
2014-05-16net/openvswitch: Use with RCU_INIT_POINTER(x, NULL) in vport-gre.cMonam Agarwal1-1/+1
2014-05-16openvswitch: Use TCP flags in the flow key for stats.Jarno Rajahalme1-7/+5
2014-05-16openvswitch: Fix output of SCTP mask.Jarno Rajahalme1-4/+4
2014-05-16openvswitch: Per NUMA node flow stats.Jarno Rajahalme4-55/+122
2014-05-16openvswitch: Remove 5-tuple optimization.Jarno Rajahalme7-113/+32
2014-05-16openvswitch: Use ether_addr_copyJoe Perches3-16/+16
2014-05-16openvswitch: flow_netlink: Use pr_fmt to OVS_NLERR outputJoe Perches1-0/+2