summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-05-18net: rds: Use time_after() for time comparisonManuel Schölling2-4/+4
2014-05-18net: 8390: use time_after() for time comparisonManuel Schölling1-2/+2
2014-05-18net/mlx4_en: Fix uninitialized use of 'port_up' in mlx4_en_set_channels()Christian Engelmayer1-1/+1
2014-05-18ipv4: minor spelling fixstephen hemminger1-1/+1
2014-05-18bridge: fix spelling of promiscuousstephen hemminger1-1/+1
2014-05-18net: bridge: fix buildAlexei Starovoitov1-1/+1
2014-05-16Merge branch 'cdc_ncm-coalesce'David S. Miller4-187/+455
2014-05-16net: cdc_ncm: do not start timer on an empty skbBjørn Mork1-2/+2
2014-05-16net: cdc_ncm: remove redundant "disconnected" flagBjørn Mork3-31/+2
2014-05-16net: cdc_ncm: fix argument alignmentBjørn Mork1-6/+6
2014-05-16net: cdc_ncm: use sane defaults for rx/tx buffersBjørn Mork2-2/+14
2014-05-16net: cdc_ncm/cdc_mbim: adding NCM protocol statisticsBjørn Mork3-0/+108
2014-05-16net: cdc_ncm: set reasonable padding limitsBjørn Mork2-2/+7
2014-05-16net: cdc_ncm: use true max dgram count for header estimatesBjørn Mork2-12/+7
2014-05-16net: cdc_ncm: use ethtool to tune coalescing settingsBjørn Mork2-3/+74
2014-05-16net: cdc_ncm: support rx_max/tx_max updates when runningBjørn Mork1-6/+25
2014-05-16net: cdc_ncm: split .bind device initializationBjørn Mork1-17/+19
2014-05-16net: cdc_ncm: factor out one-time device initializationBjørn Mork1-96/+155
2014-05-16net: 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-16Merge branch 'ieee802154-next'David S. Miller16-33/+2670
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-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller11-184/+176
2014-05-16Merge branch 'dt_fixed_phy'David S. Miller7-13/+214
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-16Merge branch 'bridge-non-promisc'David S. Miller7-20/+294
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