summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ieee802154: add netlink interfaces for llsecPhoebe Buckheister2014-05-165-0/+893
* mac802154: propagate device address changes to llsecPhoebe Buckheister2014-05-162-3/+47
* mac802154: add llsec configuration functionsPhoebe Buckheister2014-05-164-0/+274
* ieee802154: add dgram sockopts for security controlPhoebe Buckheister2014-05-162-1/+75
* mac802154: integrate llsec with wpan devicesPhoebe Buckheister2014-05-163-28/+103
* mac802154: add llsec decryption methodPhoebe Buckheister2014-05-162-0/+248
* mac802154: add llsec encryption methodPhoebe Buckheister2014-05-162-0/+255
* mac802154: add llsec structures and mutatorsPhoebe Buckheister2014-05-164-1/+637
* mac802154: update KconfigPhoebe Buckheister2014-05-161-0/+4
* ieee802154: add types for link-layer securityPhoebe Buckheister2014-05-161-0/+95
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2014-05-1611-184/+176
|\
| * net/openvswitch: Use with RCU_INIT_POINTER(x, NULL) in vport-gre.cMonam Agarwal2014-05-161-1/+1
| * openvswitch: Use TCP flags in the flow key for stats.Jarno Rajahalme2014-05-161-7/+5
| * openvswitch: Fix output of SCTP mask.Jarno Rajahalme2014-05-161-4/+4
| * openvswitch: Per NUMA node flow stats.Jarno Rajahalme2014-05-164-55/+122
| * openvswitch: Remove 5-tuple optimization.Jarno Rajahalme2014-05-167-113/+32
| * openvswitch: Use ether_addr_copyJoe Perches2014-05-163-16/+16
| * openvswitch: flow_netlink: Use pr_fmt to OVS_NLERR outputJoe Perches2014-05-161-0/+2
| * openvswitch: Use net_ratelimit in OVS_NLERRJoe Perches2014-05-161-3/+5
| * openvswitch: Added (unsigned long long) cast in printfDaniele Di Proietto2014-05-161-2/+2
| * openvswitch: avoid cast-qual warning in vport_privDaniele Di Proietto2014-05-161-1/+1
| * openvswitch: avoid warnings in vport_from_privDaniele Di Proietto2014-05-161-2/+2
| * openvswitch: use const in some local vars and castsDaniele Di Proietto2014-05-162-9/+13
* | Merge branch 'dt_fixed_phy'David S. Miller2014-05-167-13/+214
|\ \
| * | ARM: mvebu: use the fixed-link PHY DT binding for the Armada XP Matrix boardThomas Petazzoni2014-05-161-0/+4
| * | net: mvneta: add support for fixed linksThomas Petazzoni2014-05-161-3/+16
| * | of: provide a binding for fixed link PHYsThomas Petazzoni2014-05-163-0/+112
| * | net: phy: extend fixed driver with fixed_phy_register()Thomas Petazzoni2014-05-162-0/+72
| * | net: phy: decouple PHY id and PHY address in fixed PHY driverThomas Petazzoni2014-05-161-10/+10
|/ /
* | Merge branch 'bridge-non-promisc'David S. Miller2014-05-167-20/+294
|\ \
| * | bridge: Automatically manage port promiscuous mode.Vlad Yasevich2014-05-164-7/+116
| * | bridge: Add addresses from static fdbs to non-promisc portsVlad Yasevich2014-05-161-6/+69
| * | bridge: Introduce BR_PROMISC flagVlad Yasevich2014-05-162-1/+3
| * | bridge: Add functionality to sync static fdb entries to hwVlad Yasevich2014-05-162-0/+58
| * | bridge: Keep track of ports capable of automatic discovery.Vlad Yasevich2014-05-164-1/+36
| * | bridge: Turn flag change macro into a function.Vlad Yasevich2014-05-161-10/+17
|/ /
* | net: pch_gbe depends on x86_32Jean Delvare2014-05-161-1/+1
* | ip_tunnel: don't add tunnel twiceDuan Jiong2014-05-161-4/+2
* | tools: bpf_jit_disasm: increase image buffer sizeAlexei Starovoitov2014-05-161-1/+1
* | tools: bpf_jit_disasm: ignore image address for disasmAlexei Starovoitov2014-05-161-10/+8
* | Merge branch 'systemport-next'David S. Miller2014-05-161-1/+7
|\ \
| * | net: systemport: wait for packet in umac_enable_set()Florian Fainelli2014-05-161-0/+6
| * | net: systemport: fix dma_unmap_single() lenFlorian Fainelli2014-05-161-1/+1
|/ /
* | Merge branch 'bonding-next'David S. Miller2014-05-1610-154/+150
|\ \
| * | bonding: replace SLAVE_IS_OK() with bond_slave_can_tx()Veaceslav Falico2014-05-164-20/+11
| * | bonding: rename {, bond_}slave_can_tx and clean it upVeaceslav Falico2014-05-162-13/+10
| * | bonding: convert IS_UP(slave->dev) to inline functionVeaceslav Falico2014-05-164-16/+16
| * | bonding: make IS_IP_TARGET_UNUSABLE_ADDRESS an inline functionVeaceslav Falico2014-05-163-6/+8
| * | bonding: create a macro for bond mode and use itVeaceslav Falico2014-05-168-58/+60
| * | bonding: make USES_PRIMARY inline functionsVeaceslav Falico2014-05-164-27/+32