summaryrefslogtreecommitdiffstats
path: root/mm/vmalloc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-03-13sky2: Avoid rtnl_unlock without rtnl_lockMike McCormack1-1/+1
2010-03-13ipv6: Send netlink notification when DAD failsHerbert Xu1-0/+2
2010-03-13drivers/net/tg3.c: change the field used with the TG3_FLAG_10_100_ONLY constantJulia Lawall1-1/+1
2010-03-12ipconfig: Handle devices which take some time to come up.David S. Miller1-10/+47
2010-03-10mac80211: Fix memory leak in ieee80211_if_write()Eric Dumazet1-3/+7
2010-03-10mac80211: Fix (dynamic) power save entryJuuso Oikarinen1-5/+8
2010-03-10ipw2200: use kmalloc for large local variablesZhu Yi1-2/+17
2010-03-10ath5k: read eeprom IQ calibration values correctly for G modeBruno Randolf2-8/+11
2010-03-10ath5k: fix I/Q calibration (for real)Bruno Randolf2-18/+20
2010-03-10ath5k: fix TSF resetBruno Randolf1-4/+3
2010-03-10ath5k: use fixed antenna for tx descriptorsBruno Randolf1-2/+2
2010-03-10libipw: split ieee->networks into small piecesZhu Yi2-21/+18
2010-03-10mac80211: Fix sta_mtx unlocking on insert STA failure pathJouni Malinen1-0/+1
2010-03-10rt2x00: remove KSEG1ADDR define from rt2x00soc.hHelmut Schaa1-2/+0
2010-03-10net: add ColdFire support to the smc91x driverGreg Ungerer2-1/+29
2010-03-10asix: fix setting mac address for AX88772Jussi Kivilinna1-2/+28
2010-03-10ipv6 ip6_tunnel: eliminate unused recursion field from ip6_tnl{}.YOSHIFUJI Hideaki / 吉藤英明1-1/+0
2010-03-10net: Fix dev_mc_add()Eric Dumazet1-2/+3
2010-03-10net: Annotates neigh_invalidate()Eric Dumazet1-0/+2
2010-03-10tcp: Fix tcp_v4_rcv()Eric Dumazet1-4/+4
2010-03-10tg3: Fix tg3_poll_controller() passing wrong pointer to tg3_interrupt()Louis Rilling1-1/+1
2010-03-10qeth: change checksumming default for HiperSocketsFrank Blaschka1-2/+0
2010-03-10qeth: no recovery after layer mismatch (z/VM NICs)Ursula Braun3-21/+14
2010-03-10qeth: set promisc off after trace disabling failureUrsula Braun1-26/+30
2010-03-10qeth: l3 send dhcp in non pass thru modeFrank Blaschka2-7/+6
2010-03-10qeth: enable kmsg hash processing in qeth_core_sys.cUrsula Braun1-0/+3
2010-03-10Revert "iwlwifi: Send broadcast probe request only when asked to"Reinette Chatre2-34/+17
2010-03-10iwl3945: fix memory corruptionReinette Chatre1-3/+3
2010-03-08MAINTAINERS: add netdev to CAN network layer and drivers entriesWolfgang Grandegger1-0/+2
2010-03-08tipc: filter out messages not intended for this hostNeil Horman1-0/+9
2010-03-08tipc: fix endianness on tipc subscriber messagesNeil Horman2-37/+22
2010-03-08ethtool: Use noinline_for_stackEric Dumazet1-32/+8
2010-03-08net/sunrpc: Convert (void)snprintf to snprintfJoe Perches2-5/+5
2010-03-08net/sunrpc: Remove uses of NIPQUAD, use %pI4Joe Perches2-5/+3
2010-03-08can: fix bfin_can build error after alloc_candev() changeBarry Song1-1/+2
2010-03-08tcp: Fix tcp_make_synack()Eric Dumazet1-9/+9
2010-03-08net: fix route cache rebuildsEric Dumazet1-12/+38
2010-03-08qlcnic: remove extra space from board namesAmit Kumar Salecha1-4/+4
2010-03-08qlcnic: fix bios version checkAmit Kumar Salecha1-1/+1
2010-03-08qlcnic: validate unified fw imageSucheta Chakraborty1-7/+139
2010-03-08qlcnic: fix multicast handlingSucheta Chakraborty1-25/+6
2010-03-08qlcnic: additional driver statistics.Sucheta Chakraborty5-2/+28
2010-03-08qlcnic: fix tx csum statusSucheta Chakraborty1-0/+6
2010-03-08be2net: remove unused code in be_load_fwAjit Khaparde1-9/+0
2010-03-08be2net: remove usage of be_pci_funcAjit Khaparde3-12/+1
2010-03-08tcp: Add SNMP counters for backlog and min_ttl dropsEric Dumazet4-3/+11
2010-03-08net: add __must_check to sk_add_backlogZhu Yi1-1/+1
2010-03-08bridge: Fix RCU race in br_multicast_stopHerbert Xu1-1/+1
2010-03-08bridge: Use RCU list primitive in __br_mdb_ip_getHerbert Xu1-1/+1
2010-03-08ipv6: Optmize translation between IPV6_PREFER_SRC_xxx and RT6_LOOKUP_F_xxx.YOSHIFUJI Hideaki / 吉藤英明3-18/+22