summaryrefslogtreecommitdiffstats
path: root/kernel/relay.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-05net: systemport: update UMAC_CMD only when link is detectedFlorian Fainelli1-3/+6
2014-09-05ipv4: implement igmp_qrv sysctl to tune igmp robustness variableHannes Frederic Sowa4-16/+31
2014-09-05ipv6: add sysctl_mld_qrv to configure query robustness variableHannes Frederic Sowa4-10/+31
2014-09-04mlx4_en: Convert the normal skb free path to dev_consume_skb_any()Rick Jones1-1/+1
2014-09-04lib/rhashtable: allow user to set the minimum shifts of shrinkingYing Xue2-4/+10
2014-09-04qdisc: validate frames going through the direct_xmit pathJesper Dangaard Brouer1-2/+8
2014-09-04qdisc: exit case fixes for skb list handling in qdisc layerJesper Dangaard Brouer1-2/+2
2014-09-02qdisc: adjustments for API allowing skb list xmitsJesper Dangaard Brouer1-4/+4
2014-09-02ethernet: arc: remove unused devJingoo Han1-1/+0
2014-09-02ethernet: nvidia: Remove extra parensDavid Wood1-1/+1
2014-09-02rtnl/do_setlink(): notify when a netdev is modifiedNicolas Dichtel1-14/+21
2014-09-02rtnl/do_setlink(): last arg is now a set of flagsNicolas Dichtel1-21/+22
2014-09-02rtnl/do_setlink(): set modified when IFLA_LINKMODE is updatedNicolas Dichtel1-1/+5
2014-09-02rtnl/do_setlink(): set modified when IFLA_TXQLEN is updatedNicolas Dichtel1-2/+8
2014-09-02be2net: query max_tx_qs for BE3 super-nic profile from FWSuresh Reddy1-2/+12
2014-09-02be2net: define macro for_all_tx_queues_on_eq()Sathya Perla2-3/+7
2014-09-02be2net: get rid of TX budgetSathya Perla2-21/+11
2014-09-02be2net: make be_cmd_get_regs() return a statusVasundhara Volam2-6/+6
2014-09-02be2net: define BE_MAX_MTUKalesh AP2-7/+9
2014-09-02be2net: remove unncessary gotosKalesh AP1-10/+6
2014-09-02be2net: fix log messages in lancer FW download pathKalesh AP1-19/+11
2014-09-02be2net: Add a dma_mapping_error counter in ethtoolVasundhara Volam3-1/+5
2014-09-02be2net: Add TX completion error statistics in ethtoolKalesh AP4-0/+92
2014-09-02be2net: add a description for counter rx_input_fifo_overflow_dropSathya Perla1-0/+5
2014-09-02be2net: shorten AMAP_GET/SET_BITS() macro callsSathya Perla2-69/+58
2014-09-02be2net: add a few log messagesSathya Perla2-8/+16
2014-09-02sock: deduplicate errqueue dequeueWillem de Bruijn6-51/+28
2014-09-02net-timestamp: expand documentationWillem de Bruijn3-84/+764
2014-09-02l2tp: Enable checksum unnecessary conversions for l2tp/UDP socketsTom Herbert1-0/+2
2014-09-02vxlan: Enable checksum unnecessary conversions for vxlan/UDP socketsTom Herbert1-0/+2
2014-09-02gre: Add support for checksum unnecessary conversionsTom Herbert2-2/+10
2014-09-02udp: Add support for doing checksum unnecessary conversionTom Herbert5-16/+57
2014-09-02net: Infrastructure for checksum unnecessary conversionsTom Herbert2-0/+40
2014-09-02net: Support for csum_bad in skbuffTom Herbert3-3/+24
2014-09-02r8152: rename rx_buf_szhayeswang1-11/+11
2014-09-02net: phy: mdio-bcm-unimac: NULL-terminate unimac_mdio_idsFlorian Fainelli1-0/+1
2014-09-02net: dsa: make dsa_pack_type staticFlorian Fainelli1-1/+1
2014-09-02bonding: add slave_changelink support and use it for queue_idNikolay Aleksandrov1-0/+29
2014-09-02tcp: whitespace fixesstephen hemminger15-123/+104
2014-09-02net: systemport: tell RXCHK if we are using Broadcom tagsFlorian Fainelli1-0/+9
2014-09-02pktgen: add flag NO_TIMESTAMP to disable timestampingJesper Dangaard Brouer1-3/+16
2014-09-02bnx2x: fix tunneled GSO over IPv6Dmitry Kravkov1-1/+1
2014-09-02bnx2x: prevent incorrect byte-swap in BEDmitry Kravkov1-20/+0
2014-09-02tipc: add name distributor resiliency queueErik Hugne6-7/+95
2014-09-02tipc: refactor name table updates out of named packet receive routineErik Hugne1-36/+38
2014-09-02r8152: reduce the number of Txhayeswang1-1/+1
2014-09-02net: xmit_list() becomes dev_hard_start_xmit().David S. Miller1-13/+2
2014-09-02net: Don't keep around original SKB when we software segment GSO frames.David S. Miller3-68/+17
2014-09-02net: Validate xmit SKBs right when we pull them out of the qdisc.David S. Miller3-6/+6
2014-09-02net: Separate out SKB validation logic from transmit path.David S. Miller1-54/+71