summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2008-06-28rndis_host: pass buffer length to rndis_commandJussi Kivilinna1-1/+2
2008-06-25DM9000: Allow the use of the NSR register to get link status.Ben Dooks1-0/+1
2008-06-24bnx2x: Add support for BCM57711 HWEilon Greenstein1-0/+2
2008-06-20net: Discard and warn about LRO'd skbs received for forwardingBen Hutchings1-0/+14
2008-06-20net: Disable LRO on devices that are forwardingBen Hutchings1-0/+1
2008-06-18netdevice: Fix promiscuity and allmulti overflowWang Chen1-2/+2
2008-06-18Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David S. Miller3-18/+52
2008-06-18netdevice: change net_device->promiscuity/allmulti to unsigned intWang Chen1-2/+2
2008-06-18bonding: Allow setting max_bonds to zeroJay Vosburgh1-0/+3
2008-06-18net/core: add NETDEV_BONDING_FAILOVER eventOr Gerlitz2-0/+2
2008-06-18Merge branch 'for-2.6.27' of git://git.marvell.com/mv643xx_eth into upstream-...Jeff Garzik1-18/+47
2008-06-18atm: [suni] add support for setting loopback and framing modesChas Williams1-1/+1
2008-06-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2008-06-17netns: introduce the net_hash_mix "salt" for hashesPavel Emelyanov1-1/+2
2008-06-17udp: add struct net argument to udp_hashfnPavel Emelyanov1-1/+1
2008-06-17udp: introduce a udp_hashfn functionPavel Emelyanov1-0/+5
2008-06-17ipv6 sit: Avoid extra need for compat layer in PRL management.YOSHIFUJI Hideaki1-1/+1
2008-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2-36/+379
2008-06-14mac80211: remove ieee80211_get_morefragHarvey Harrison1-14/+0
2008-06-14mac80211: add helpers for frame control testingHarvey Harrison1-18/+374
2008-06-14iwlwifi: remove redundant flags regarding to FAT channelEmmanuel Grumbach1-0/+1
2008-06-14nl80211: Fix comment merge errorMichael Buesch1-4/+4
2008-06-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller28-81/+151
2008-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-7/+0
2008-06-13pagemap: pass mm into pagewalkersDave Hansen1-8/+9
2008-06-13cciss: add new hardware supportMike Miller1-0/+1
2008-06-13proc_fs.h: move struct mm_struct forward-declarationBen Nizette1-2/+2
2008-06-13tcp: Revert 'process defer accept as established' changes.David S. Miller1-7/+0
2008-06-13Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David S. Miller1-0/+12
2008-06-12Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+13
2008-06-12Merge branch 'core/iter-div' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-10/+27
2008-06-12always_inline timespec_add_nsJeremy Fitzhardinge1-2/+5
2008-06-12add an inlined version of iter_div_u64_remJeremy Fitzhardinge1-0/+19
2008-06-12common implementation of iterative div/modJeremy Fitzhardinge2-9/+4
2008-06-12mv643xx_eth: allow multiple TX queuesLennert Buytenhek1-1/+2
2008-06-12mv643xx_eth: allow multiple RX queuesLennert Buytenhek1-0/+5
2008-06-12mv643xx_eth: general cleanupLennert Buytenhek1-18/+41
2008-06-12net: remove CVS keywordsAdrian Bunk9-21/+0
2008-06-12smc911x: introduce platform data flagsMagnus Damm1-0/+12
2008-06-12Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2-3/+4
2008-06-12pnpacpi: fix IRQ flag decodingBjorn Helgaas1-3/+3
2008-06-12cpuidle acpi driver: fix oops on AC<->DCVenkatesh Pallipadi1-0/+1
2008-06-11Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2008-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-3/+6
2008-06-11Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga...David S. Miller1-1/+1
2008-06-11net: Fix routing tables with id > 255 for legacy softwareKrzysztof Piotr Oledzki1-0/+1
2008-06-11virtio: Fix typo in virtio_net_hdr commentsMark McLoughlin1-1/+1
2008-06-10inet{6}_request_sock: Init ->opt and ->pktopts in the constructorArnaldo Carvalho de Melo1-1/+3
2008-06-10ide: remove the ide_etrax100 chipset typeAdrian Bunk1-1/+1
2008-06-10sched: fix TASK_WAKEKILL vs SIGKILL raceOleg Nesterov1-0/+13