summaryrefslogtreecommitdiffstats
path: root/firmware (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-16qeth: postpone open till recovery is finishedUrsula Braun2-4/+32
2011-01-14GRETH: resolve SMP issues and other problemsDaniel Hellstrom1-67/+92
2011-01-14GRETH: handle frame error interruptsDaniel Hellstrom2-4/+7
2011-01-14GRETH: avoid writing bad speed/duplex when setting transfer modeDaniel Hellstrom1-11/+8
2011-01-14GRETH: fixed skb buffer memory leak on frame errorsDaniel Hellstrom1-4/+14
2011-01-14GRETH: GBit transmit descriptor handling optimizationDaniel Hellstrom1-9/+10
2011-01-14GRETH: fix opening/closingDaniel Hellstrom1-0/+4
2011-01-14GRETH: added raw AMBA vendor/device number to match against.Daniel Hellstrom1-0/+3
2011-01-14cassini: Fix build bustage on x86.David S. Miller1-3/+3
2011-01-14e1000e: consistent use of Rx/Tx vs. RX/TX/rx/tx in comments/logsBruce Allan6-123/+126
2011-01-14e1000e: update Copyright for 2011Bruce Allan12-13/+13
2011-01-14e1000: Avoid unhandled IRQJesse Brandeburg1-1/+9
2011-01-14r8169: keep firmware in memory.françois romieu1-12/+31
2011-01-14netdev: tilepro: Use is_unicast_ether_addr helperTobias Klauser1-9/+1
2011-01-14etherdevice.h: Add is_unicast_ether_addr functionTobias Klauser1-0/+11
2011-01-14ks8695net: Use default implementation of ethtool_ops::get_linkBen Hutchings1-15/+1
2011-01-14ks8695net: Disable non-working ethtool operationsBen Hutchings1-183/+99
2011-01-14USB CDC NCM: Don't deref NULL in cdc_ncm_rx_fixup() and don't use uninitializ...Jesper Juhl1-1/+3
2011-01-14vxge: Remember to release firmware after upgrading firmwareJesper Juhl1-0/+1
2011-01-14netdev: bfin_mac: Remove is_multicast_ether_addr use in netdev_for_each_mc_addrJoe Perches1-8/+1
2011-01-14ipsec: update MAX_AH_AUTH_LEN to support sha512Nicolas Dichtel1-1/+1
2011-01-14net: remove dev_txq_stats_fold()Eric Dumazet7-53/+52
2011-01-13sfc: Restore the effect of the rss_cpus module parameterBen Hutchings1-0/+3
2011-01-13sfc: Make efx_get_tx_queue() an inline functionBen Hutchings2-14/+11
2011-01-13netfilter: ctnetlink: fix loop in ctnetlink_get_conntrack()Pablo Neira Ayuso1-1/+2
2011-01-13eth: fix new kernel-doc warningRandy Dunlap1-1/+1
2011-01-13sched: remove unused backlog in RED statsstephen hemminger1-1/+0
2011-01-13bna: Remove unnecessary memset(,0,)Joe Perches1-1/+0
2011-01-13inet6: prevent network storms caused by linux IPv6 routersAlexey Kuznetsov1-0/+3
2011-01-13netdev: bfin_mac: Use is_multicast_ether_addr helperTobias Klauser1-1/+1
2011-01-13netdev: ucc_geth: Use is_multicast_ether_addr helperTobias Klauser1-1/+1
2011-01-12netfilter: fix compilation when conntrack is disabled but tproxy is enabledKOVACS Krisztian5-11/+34
2011-01-12net: ax25: fix information leak to userland harderKees Cook1-1/+1
2011-01-12cxgb4vf: recover from failure in cxgb4vf_open()Casey Leedom1-5/+10
2011-01-11netfilter: ebtables: make broute table work againFlorian Westphal1-1/+1
2011-01-11netfilter: fix race in conntrack between dump_table and destroyStephen Hemminger1-9/+5
2011-01-11ah: reload pointers to skb data after calling skb_cow_data()Dang Hongwu2-6/+9
2011-01-11ah: update maximum truncated ICV lengthNicolas Dichtel1-1/+1
2011-01-11xfrm: check trunc_len in XFRMA_ALG_AUTH_TRUNCNicolas Dichtel1-1/+3
2011-01-11ehea: Increase the skb array usageBreno Leitao2-5/+3
2011-01-11net/fec: remove config FEC2 as it's used nowhereShawn Guo1-8/+0
2011-01-11pcnet_cs: add new_idKen Kawasaki1-0/+1
2011-01-11tcp: disallow bind() to reuse addr/portEric Dumazet2-3/+4
2011-01-11net/r8169: Update the function of parsing firmwarehayeswang1-12/+110
2011-01-11net: ppp: use {get,put}_unaligned_be{16,32}Changli Gao5-20/+18
2011-01-11CAIF: Fix IPv6 support in receive path for GPRS/3GKumar Sanghvi1-1/+17
2011-01-11arp: allow to invalidate specific ARP entriesMaxim Levitsky2-11/+19
2011-01-11net_sched: factorize qdisc stats handlingEric Dumazet24-72/+50
2011-01-11mlx4: Call alloc_etherdev to allocate RX and TX queuesTom Herbert1-1/+2
2011-01-11net: Add alloc_netdev_mqs functionTom Herbert4-20/+38