summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-06net: introduce netdevice gso_min_segs attributeEric Dumazet
2014-10-06r8152: nway reset after setting eeehayeswang
2014-10-06ipv4: igmp: fix v3 general query drop monitor false positiveDaniel Borkmann
2014-10-06bonding: Simplify the xmit function for modes that use xmit_hashMahesh Bandewar
2014-10-06bonding: display xmit_hash_policy for non-dynamic-tlb modeMahesh Bandewar
2014-10-06Merge branch 'mlx4-next'David S. Miller
2014-10-06net/mlx4_en: Use the new tx_copybreak to set inline thresholdEric Dumazet
2014-10-06ethtool: Ethtool parameter to dynamically change tx_copybreakEric Dumazet
2014-10-06net/mlx4_en: Enable the compiler to make is_inline() inlinedEric Dumazet
2014-10-06net/mlx4_en: tx_info->ts_requested was not clearedEric Dumazet
2014-10-06net/mlx4_en: Use local var for skb_headlen(skb)Eric Dumazet
2014-10-06net/mlx4_en: Use local var in tx flow for skb_shinfo(skb)Eric Dumazet
2014-10-06net/mlx4_en: mlx4_en_xmit() reads ring->cons once, and ahead of time to avoid...Eric Dumazet
2014-10-06net/mlx4_en: Avoid false sharing in mlx4_en_en_process_tx_cq()Eric Dumazet
2014-10-06net/mlx4_en: Use prefetch in tx pathEric Dumazet
2014-10-06net/mlx4_en: Avoid a cache line miss in TX completion for single frag skb'sEric Dumazet
2014-10-06net/mlx4_en: tx_info allocated with kmalloc() instead of vmalloc()Eric Dumazet
2014-10-06net/mlx4_en: Avoid calling bswap in tx fast pathEric Dumazet
2014-10-06net/mlx4_en: Align tx path structures to cache linesEric Dumazet
2014-10-06net/mlx4_en: Code cleanups in tx pathEric Dumazet
2014-10-06net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet
2014-10-06fec: Fix fec_enet_alloc_buffers() error pathFabio Estevam
2014-10-06drivers/net/phy/Kconfig: Let MDIO_BCM_UNIMAC depend on HAS_IOMEMChen Gang
2014-10-06net: skb_segment() provides list head and tailEric Dumazet
2014-10-06Merge branch 'geneve'David S. Miller
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross
2014-10-06openvswitch: Factor out allocation and verification of actions.Jesse Gross
2014-10-06openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross
2014-10-06openvswitch: Add support for matching on OAM packets.Jesse Gross
2014-10-06openvswitch: Eliminate memset() from flow_extract.Jesse Gross
2014-10-06net: Add Geneve tunneling protocol driverAndy Zhou
2014-10-06net: fec: fix build error at m68k platformFrank Li
2014-10-06net: bcmgenet: improve bcmgenet_mii_setup()Petri Gynther
2014-10-05Merge branch 'altera_tse'David S. Miller
2014-10-05Altera TSE: Add support for no PHYWalter Lozano
2014-10-05Altera TSE: Move PHY get addr and MDIO createWalter Lozano
2014-10-05Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-10-05Merge branch 'bridge_default_pvid'David S. Miller
2014-10-05bridge: Add filtering support for default_pvidVlad Yasevich
2014-10-05bridge: Simplify pvid checks.Vlad Yasevich
2014-10-05bridge: Add a default_pvid sysfs attributeVlad Yasevich
2014-10-05net: pxa168_eth: avoid using signed char for bitopsAntoine Ténart
2014-10-05Merge branch 'isdn-next'David S. Miller
2014-10-05isdn/gigaset: use USB API function usb_endpoint_num()Tilman Schmidt
2014-10-05isdn/gigaset: drop unused cardstate structure memberTilman Schmidt
2014-10-05isdn/gigaset: improve error handling when leaving DLE modeTilman Schmidt
2014-10-05isdn/capi: drop two dead if branchesTilman Schmidt
2014-10-04net: sched: suspicious RCU usage in qdisc_watchdogJohn Fastabend
2014-10-04net: dsa: do not call phy_start_anegFlorian Fainelli