summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-17mac802154: integrate llsec with wpan devicesPhoebe Buckheister3-28/+103
2014-05-17mac802154: add llsec decryption methodPhoebe Buckheister2-0/+248
2014-05-17mac802154: add llsec encryption methodPhoebe Buckheister2-0/+255
2014-05-17mac802154: add llsec structures and mutatorsPhoebe Buckheister4-1/+637
2014-05-17mac802154: update KconfigPhoebe Buckheister1-0/+4
2014-05-17ieee802154: add types for link-layer securityPhoebe Buckheister1-0/+95
2014-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller11-184/+176
2014-05-17Merge branch 'dt_fixed_phy'David S. Miller7-13/+214
2014-05-17ARM: mvebu: use the fixed-link PHY DT binding for the Armada XP Matrix boardThomas Petazzoni1-0/+4
2014-05-17net: mvneta: add support for fixed linksThomas Petazzoni1-3/+16
2014-05-17of: provide a binding for fixed link PHYsThomas Petazzoni3-0/+112
2014-05-17net: phy: extend fixed driver with fixed_phy_register()Thomas Petazzoni2-0/+72
2014-05-17net: phy: decouple PHY id and PHY address in fixed PHY driverThomas Petazzoni1-10/+10
2014-05-17Merge branch 'bridge-non-promisc'David S. Miller7-20/+294
2014-05-17bridge: Automatically manage port promiscuous mode.Vlad Yasevich4-7/+116
2014-05-17bridge: Add addresses from static fdbs to non-promisc portsVlad Yasevich1-6/+69
2014-05-17bridge: Introduce BR_PROMISC flagVlad Yasevich2-1/+3
2014-05-17bridge: Add functionality to sync static fdb entries to hwVlad Yasevich2-0/+58
2014-05-17bridge: Keep track of ports capable of automatic discovery.Vlad Yasevich4-1/+36
2014-05-17bridge: Turn flag change macro into a function.Vlad Yasevich1-10/+17
2014-05-17net: pch_gbe depends on x86_32Jean Delvare1-1/+1
2014-05-17ip_tunnel: don't add tunnel twiceDuan Jiong1-4/+2
2014-05-17tools: bpf_jit_disasm: increase image buffer sizeAlexei Starovoitov1-1/+1
2014-05-17tools: bpf_jit_disasm: ignore image address for disasmAlexei Starovoitov1-10/+8
2014-05-17Merge branch 'systemport-next'David S. Miller1-1/+7
2014-05-17net: systemport: wait for packet in umac_enable_set()Florian Fainelli1-0/+6
2014-05-17net: systemport: fix dma_unmap_single() lenFlorian Fainelli1-1/+1
2014-05-17net/openvswitch: Use with RCU_INIT_POINTER(x, NULL) in vport-gre.cMonam Agarwal1-1/+1
2014-05-17openvswitch: Use TCP flags in the flow key for stats.Jarno Rajahalme1-7/+5
2014-05-17openvswitch: Fix output of SCTP mask.Jarno Rajahalme1-4/+4
2014-05-17openvswitch: Per NUMA node flow stats.Jarno Rajahalme4-55/+122
2014-05-17openvswitch: Remove 5-tuple optimization.Jarno Rajahalme7-113/+32
2014-05-17openvswitch: Use ether_addr_copyJoe Perches3-16/+16
2014-05-17openvswitch: flow_netlink: Use pr_fmt to OVS_NLERR outputJoe Perches1-0/+2
2014-05-17openvswitch: Use net_ratelimit in OVS_NLERRJoe Perches1-3/+5
2014-05-17openvswitch: Added (unsigned long long) cast in printfDaniele Di Proietto1-2/+2
2014-05-17openvswitch: avoid cast-qual warning in vport_privDaniele Di Proietto1-1/+1
2014-05-17openvswitch: avoid warnings in vport_from_privDaniele Di Proietto1-2/+2
2014-05-17openvswitch: use const in some local vars and castsDaniele Di Proietto2-9/+13
2014-05-17Merge branch 'bonding-next'David S. Miller10-154/+150
2014-05-17bonding: replace SLAVE_IS_OK() with bond_slave_can_tx()Veaceslav Falico4-20/+11
2014-05-17bonding: rename {, bond_}slave_can_tx and clean it upVeaceslav Falico2-13/+10
2014-05-17bonding: convert IS_UP(slave->dev) to inline functionVeaceslav Falico4-16/+16
2014-05-17bonding: make IS_IP_TARGET_UNUSABLE_ADDRESS an inline functionVeaceslav Falico3-6/+8
2014-05-17bonding: create a macro for bond mode and use itVeaceslav Falico8-58/+60
2014-05-17bonding: make USES_PRIMARY inline functionsVeaceslav Falico4-27/+32
2014-05-17bonding: make BOND_NO_USES_ARP an inline functionVeaceslav Falico3-7/+8
2014-05-17bonding: make TX_QUEUE_OVERRIDE() macro an inline functionVeaceslav Falico2-8/+9
2014-05-17bonding: remove BOND_MODE_IS_LB macroVeaceslav Falico1-5/+2
2014-05-17net: unix: Align send data_len up to PAGE_SIZEKirill Tkhai1-1/+7