summaryrefslogtreecommitdiffstats
path: root/firmware/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-28tipc: purge links when bearer is disabledErik Hugne1-1/+1
2015-02-28tipc: fix nullpointer bug when subscribing to eventsErik Hugne1-19/+4
2015-02-28tipc: only create header copy for name distr messagesErik Hugne1-1/+1
2015-02-27team: allow TSO being set on masterJiri Pirko1-0/+3
2015-02-27fib_trie: Remove leaf_infoAlexander Duyck1-307/+156
2015-02-27fib_trie: Add slen to fib aliasAlexander Duyck2-19/+19
2015-02-27fib_trie: Replace plen with slen in leaf_infoAlexander Duyck1-33/+30
2015-02-27fib_trie: Convert fib_alias to hlist from listAlexander Duyck4-40/+48
2015-02-27multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa7-7/+98
2015-02-27igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_dropMadhu Challa2-9/+39
2015-02-27udp: In udp_flow_src_port use random hash value if skb_get_hash failsTom Herbert2-6/+25
2015-02-26bridge: fix link notification skb size calculation to include vlan rangesRoopa Prabhu1-7/+85
2015-02-26rocker: put port in FORWADING state after leaving bridgeScott Feldman1-9/+30
2015-02-26rocker: rename lport to pportScott Feldman2-104/+103
2015-02-26rocker: fix non-portable err return codesScott Feldman2-1/+37
2015-02-25net: dsa: Introduce dsa_is_port_initializedGuenter Roeck3-6/+8
2015-02-25net: dsa: bcm_sf2: add HW bridging supportFlorian Fainelli3-1/+171
2015-02-25net: dsa: integrate with SWITCHDEV for HW bridgingFlorian Fainelli5-0/+171
2015-02-25net: dsa: Ensure that port array elements are initialized before being usedGuenter Roeck3-17/+13
2015-02-25i40e/i40evf: Update driver versionsSravanthi Tangeda2-3/+3
2015-02-25i40evf: Add more info to interrupt vector namesCarolyn Wyborny1-1/+2
2015-02-25i40e: Use ethtool private flags to display NPAR statusGreg Rose2-0/+44
2015-02-25i40e: Set FLAG_RD when sending buffer FW must readKevin Scott1-1/+1
2015-02-25i40e: print Rx packet split statusMitch Williams1-2/+4
2015-02-25i40e: setup FCoE device typeVasu Dev1-0/+6
2015-02-25i40e: Set BUF flag for Set Version AQ commandKevin Scott1-1/+1
2015-02-25i40e: Add support for getlink, setlink ndo opsNeerav Parikh6-22/+196
2015-02-25i40e: Implement configfs for NPAR BW configurationGreg Rose4-8/+369
2015-02-25i40e: Add NPAR BW get and set functionsGreg Rose5-1/+273
2015-02-25i40e: enable packet split only when IOMMU presentMitch Williams2-2/+7
2015-02-25i40evf: allow enabling of debug prints via ethtoolAshish Shah1-2/+4
2015-02-25i40e: Add method to keep track of current rxnfc settingsCarolyn Wyborny2-1/+12
2015-02-25i40e/i40evf: Use advertised speed settings in ethtool and refactor get_settingsCatherine Sullivan4-124/+173
2015-02-25i40e/i40evf: Fix output of i40e_debug_aq() for big endian machinesPaul M Stillwell Jr2-23/+37
2015-02-24net: via-rhine: add BQL supportTino Reichardt1-9/+20
2015-02-24ipv6: remove dead debug code from ip6_tunnel.cIan Morris1-6/+0
2015-02-24bonding: Implement port churn-machine (AD standard 43.4.17).Mahesh Bandewar3-7/+122
2015-02-24bonding: Verify RX LACPDU has proper dest mac-addrMahesh Bandewar1-0/+3
2015-02-24net: bcmgenet: rename bcmgenet_hw_params->bds_cnt and GENET_DEFAULT_BD_CNTPetri Gynther2-15/+16
2015-02-24net: bcmgenet: precalculate TxCB->bd_addrPetri Gynther1-1/+8
2015-02-24net: bcmgenet: rework Tx queue initPetri Gynther1-46/+35
2015-02-24net: bcmgenet: bcmgenet_init_tx_ring() cleanupPetri Gynther1-14/+8
2015-02-24pktgen: Correct documentation of module name and commandBen Hutchings1-2/+2
2015-02-24samples/pktgen: Show the results rather than just commenting where they areBen Hutchings8-16/+8
2015-02-24samples/pktgen: Trap SIGINTBen Hutchings8-0/+8
2015-02-24samples/pktgen: Use bash as interpreterBen Hutchings8-8/+8
2015-02-24samples/pktgen: Remove setting of obsolete max_before_softirq parameterBen Hutchings8-18/+0
2015-02-24samples/pktgen: Correct comments about the thread configBen Hutchings8-8/+9
2015-02-24samples/pktgen: Delete unused function pg()Ben Hutchings8-40/+0
2015-02-24samples/pktgen: Add sample scripts for pktgen facilityBen Hutchings9-6/+584