summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville174-5613/+8597
2010-04-14Merge branch 'vhost' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostDavid S. Miller2-7/+8
2010-04-14ixgbe: fix bug with vlan strip in promsic modeJesse Brandeburg1-43/+72
2010-04-14drivers: net: use skb_headlen()Eric Dumazet17-33/+33
2010-04-14wireless: rt2x00: rt2800usb: identify Sitecom devicesXose Vazquez Perez1-7/+4
2010-04-14ar9170usb: add a couple more USB IDsChristian Lamparter1-0/+10
2010-04-14wl1251: don't require NVS data when EEPROM is usedGrazvydas Ignotas1-2/+2
2010-04-14ath9k-htc: fix lockdep warning and kernel warning after unplugging ar9271 usb...Ming Lei1-2/+9
2010-04-14ath9k-htc:respect usb buffer cacheline alignment in reg out pathMing Lei3-13/+16
2010-04-14ath9k-htc:respect usb buffer cacheline alignment in reg in pathMing Lei3-9/+12
2010-04-14ath9k-htc:respect usb buffer cacheline alignment in ath9k_hif_usb_alloc_rx_urbsMing Lei1-3/+3
2010-04-14ath5k: treat RXORN as non-fatalBruno Randolf2-1/+15
2010-04-14ath5k: Use high bitrates for ACK/CTSBruno Randolf3-6/+5
2010-04-14virtio_net: Fix mis-merge.David S. Miller1-1/+0
2010-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller8-9/+17
2010-04-14tun: orphan an skb on txMichael S. Tsirkin1-0/+4
2010-04-14stmmac: updated the drv module versionGiuseppe CAVALLARO1-1/+1
2010-04-14stmmac: fix vlan support setupGiuseppe CAVALLARO2-5/+5
2010-04-14stmmac: get the descriptor structure from platformGiuseppe CAVALLARO2-4/+9
2010-04-14stmmac: new descriptor field for the driver's platformGiuseppe CAVALLARO1-0/+1
2010-04-14stmmac: fix Transmit FIFO flush operationGiuseppe CAVALLARO6-13/+12
2010-04-14stmmac: rework normal and enhanced descriptorsGiuseppe CAVALLARO12-584/+627
2010-04-14stmmac: split core and dma for the mac10/100Giuseppe CAVALLARO4-200/+234
2010-04-14vhost: fix sparse warningsChristoph Hellwig2-7/+8
2010-04-13forcedeth: fix tx limit2 flag checkAyaz Abdulla1-1/+1
2010-04-13ipv4: ipmr: support multiple tablesPatrick McHardy6-62/+361
2010-04-13ipv4: ipmr: move mroute data into seperate structurePatrick McHardy2-182/+200
2010-04-13ipv4: ipmr: convert struct mfc_cache to struct list_headPatrick McHardy3-67/+64
2010-04-13ipv4: ipmr: remove net pointer from struct mfc_cachePatrick McHardy2-48/+32
2010-04-13ipv4: ipmr: move unres_queue and timer to per-namespace dataPatrick McHardy2-41/+31
2010-04-13ipv4: raw: move struct raw_sock and raw_sk() to include/net/raw.hPatrick McHardy2-11/+12
2010-04-13net: fib_rules: decouple address families from real address familiesPatrick McHardy5-8/+20
2010-04-13net: fib_rules: set family in fib_rule_hdr centrallyPatrick McHardy4-3/+1
2010-04-13net: fib_rules: consolidate IPv4 and DECnet ->default_pref() functions.Patrick McHardy4-36/+21
2010-04-13dst: don't inline dst_ifdownstephen hemminger1-2/+2
2010-04-13be2net: clarify promiscuous cmd with a commentSathya Perla1-0/+4
2010-04-13drivers: net: last_rx eliminationEric Dumazet7-9/+0
2010-04-13net: uninline skb_bond_should_drop()Eric Dumazet2-44/+53
2010-04-13Fix some #includes in CAN drivers (rebased for net-next-2.6)Hans J. Koch14-13/+1
2010-04-13bcm63xx_enet: do not overwrite ENET_CTL_REG valueFlorian Fainelli1-1/+3
2010-04-13PHY: fix typo in bcm63xx PHY driver tableFlorian Fainelli1-1/+1
2010-04-13chelsio: Fix build warning.David S. Miller1-1/+1
2010-04-13smc91c92_cs: define multicast_table as unsigned charKen Kawasaki1-7/+6
2010-04-13can: avoids a false warningEric Dumazet1-1/+1
2010-04-13e1000e: stop cleaning when we reach tx_ring->next_to_useTerry Loftin1-0/+2
2010-04-13igb: restrict WoL for 82576 ET2 Quad Port Server AdapterStefan Assmann2-0/+2
2010-04-13e1000e: use static params to save stack spaceJesse Brandeburg1-8/+8
2010-04-13skbuff: remove unused dev_consume_skb macro definitionAlexander Duyck1-1/+0
2010-04-13igb: modify register test for i350 to reflect read only bits in RDLEN/TDLENAlexander Duyck1-4/+4
2010-04-13myri10ge: use the DMA state API instead of the pci equivalentsFUJITA Tomonori1-22/+22