summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller
2011-01-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sf...David S. Miller
2011-01-14Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller
2011-01-14cassini: Fix build bustage on x86.David S. Miller
2011-01-14e1000e: consistent use of Rx/Tx vs. RX/TX/rx/tx in comments/logsBruce Allan
2011-01-14e1000e: update Copyright for 2011Bruce Allan
2011-01-14e1000: Avoid unhandled IRQJesse Brandeburg
2011-01-14r8169: keep firmware in memory.françois romieu
2011-01-14netdev: tilepro: Use is_unicast_ether_addr helperTobias Klauser
2011-01-14etherdevice.h: Add is_unicast_ether_addr functionTobias Klauser
2011-01-14ks8695net: Use default implementation of ethtool_ops::get_linkBen Hutchings
2011-01-14ks8695net: Disable non-working ethtool operationsBen Hutchings
2011-01-14USB CDC NCM: Don't deref NULL in cdc_ncm_rx_fixup() and don't use uninitializ...Jesper Juhl
2011-01-14vxge: Remember to release firmware after upgrading firmwareJesper Juhl
2011-01-14netdev: bfin_mac: Remove is_multicast_ether_addr use in netdev_for_each_mc_addrJoe Perches
2011-01-14ipsec: update MAX_AH_AUTH_LEN to support sha512Nicolas Dichtel
2011-01-14net: remove dev_txq_stats_fold()Eric Dumazet
2011-01-13sfc: Restore the effect of the rss_cpus module parameterBen Hutchings
2011-01-13sfc: Make efx_get_tx_queue() an inline functionBen Hutchings
2011-01-13batman-adv: Even Batman should not dereference NULL pointersJesper Juhl
2011-01-13mac80211: use maximum number of AMPDU frames as default in BA RXLuciano Coelho
2011-01-13mac80211: fix lockdep warningJohannes Berg
2011-01-13ieee80211: correct IEEE80211_ADDBA_PARAM_BUF_SIZE_MASK macroAmitkumar Karwar
2011-01-13rt2x00: Don't leak mem in error path of rt2x00lib_request_firmware()Jesper Juhl
2011-01-13iwmc3200wifi: Return proper error for iwm_if_allocAxel Lin
2011-01-13Merge branch 'master' of git://1984.lsi.us.es/net-2.6David S. Miller
2011-01-13netfilter: ctnetlink: fix loop in ctnetlink_get_conntrack()Pablo Neira Ayuso
2011-01-13eth: fix new kernel-doc warningRandy Dunlap
2011-01-13sched: remove unused backlog in RED statsstephen hemminger
2011-01-13bna: Remove unnecessary memset(,0,)Joe Perches
2011-01-13Merge branch 'master' of git://1984.lsi.us.es/net-2.6David S. Miller
2011-01-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2011-01-13inet6: prevent network storms caused by linux IPv6 routersAlexey Kuznetsov
2011-01-13netdev: bfin_mac: Use is_multicast_ether_addr helperTobias Klauser
2011-01-13netdev: ucc_geth: Use is_multicast_ether_addr helperTobias Klauser
2011-01-12netfilter: fix compilation when conntrack is disabled but tproxy is enabledKOVACS Krisztian
2011-01-12net: ax25: fix information leak to userland harderKees Cook
2011-01-11cxgb4vf: recover from failure in cxgb4vf_open()Casey Leedom
2011-01-11Merge branch 'master' of git://1984.lsi.us.es/net-2.6David S. Miller
2011-01-11netfilter: ebtables: make broute table work againFlorian Westphal
2011-01-11netfilter: fix race in conntrack between dump_table and destroyStephen Hemminger
2011-01-11ah: reload pointers to skb data after calling skb_cow_data()Dang Hongwu
2011-01-11ah: update maximum truncated ICV lengthNicolas Dichtel
2011-01-11xfrm: check trunc_len in XFRMA_ALG_AUTH_TRUNCNicolas Dichtel
2011-01-11ehea: Increase the skb array usageBreno Leitao
2011-01-11net/fec: remove config FEC2 as it's used nowhereShawn Guo
2011-01-11pcnet_cs: add new_idKen Kawasaki
2011-01-11tcp: disallow bind() to reuse addr/portEric Dumazet
2011-01-11net/r8169: Update the function of parsing firmwarehayeswang
2011-01-11net: ppp: use {get,put}_unaligned_be{16,32}Changli Gao