summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* netns: introduce the net_hash_mix "salt" for hashesPavel Emelyanov2008-06-165-5/+30
* inet6: add struct net argument to inet6_ehashfnPavel Emelyanov2008-06-161-2/+5
* inet: add struct net argument to inet_ehashfnPavel Emelyanov2008-06-161-2/+4
* inet: add struct net argument to inet_lhashfnPavel Emelyanov2008-06-161-2/+2
* inet: add struct net argument to inet_bhashfnPavel Emelyanov2008-06-161-1/+2
* udp: add struct net argument to udp_hashfnPavel Emelyanov2008-06-161-1/+1
* udp: introduce a udp_hashfn functionPavel Emelyanov2008-06-161-0/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-06-143-37/+386
|\
| * mac80211: add utility function to get header lengthHarvey Harrison2008-06-141-0/+6
| * mac80211: make ieee80211_get_hdrlen_from_skb return unsignedHarvey Harrison2008-06-141-1/+1
| * mac80211: remove ieee80211_get_morefragHarvey Harrison2008-06-141-14/+0
| * mac80211: add helpers for frame control testingHarvey Harrison2008-06-141-18/+374
| * iwlwifi: remove redundant flags regarding to FAT channelEmmanuel Grumbach2008-06-141-0/+1
| * nl80211: Fix comment merge errorMichael Buesch2008-06-141-4/+4
* | net: change proto destroy method to return voidBrian Haley2008-06-143-3/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-1362-137/+320
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2008-06-131-1/+1
| |\ \
| | * | parisc: fix miscompilation of ip_fast_csum with gcc >= 4.3Kyle McMartin2008-06-131-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-06-133-10/+2
| |\ \ \
| | * | | tcp: Revert 'process defer accept as established' changes.David S. Miller2008-06-123-10/+2
| * | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-06-121-1/+4
| |\ \ \ \
| | * | | | [ARM] 5091/1: Add missing bitfield include to regs-lcd.hStefan Schmidt2008-06-121-1/+4
| * | | | | pagemap: pass mm into pagewalkersDave Hansen2008-06-121-8/+9
| * | | | | cciss: add new hardware supportMike Miller2008-06-121-0/+1
| * | | | | proc_fs.h: move struct mm_struct forward-declarationBen Nizette2008-06-121-2/+2
| * | | | | m68k: Add ext2_find_{first,next}_bit() for ext4Aneesh Kumar K.V2008-06-121-2/+43
| | |_|/ / | |/| | |
| * | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-06-121-0/+13
| |\ \ \ \
| | * | | | sched: fix TASK_WAKEKILL vs SIGKILL raceOleg Nesterov2008-06-101-0/+13
| * | | | | Merge branch 'core/iter-div' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-06-122-10/+27
| |\ \ \ \ \
| | * | | | | always_inline timespec_add_nsJeremy Fitzhardinge2008-06-121-2/+5
| | * | | | | add an inlined version of iter_div_u64_remJeremy Fitzhardinge2008-06-121-0/+19
| | * | | | | common implementation of iterative div/modJeremy Fitzhardinge2008-06-122-9/+4
| * | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-06-113-3/+5
| |\ \ \ \ \ \
| | * | | | | | proper prototype for acpi_processor_tstate_has_changed()Adrian Bunk2008-06-111-0/+1
| | * | | | | | pnpacpi: fix IRQ flag decodingBjorn Helgaas2008-06-111-3/+3
| | * | | | | | cpuidle acpi driver: fix oops on AC<->DCVenkatesh Pallipadi2008-06-111-0/+1
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-06-112-1/+2
| |\ \ \ \ \ \
| | * | | | | | KVM: migrate PIT timerMarcelo Tosatti2008-06-061-1/+1
| | * | | | | | KVM: ppc: Remove duplicate functionHollis Blanchard2008-06-061-0/+1
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-06-116-4/+16
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | / / | | | |_|/ / | | |/| | |
| | * | | | Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga...David S. Miller2008-06-101-1/+1
| | |\ \ \ \
| | | * | | | virtio: Fix typo in virtio_net_hdr commentsMark McLoughlin2008-06-101-1/+1
| | * | | | | net: Fix routing tables with id > 255 for legacy softwareKrzysztof Piotr Oledzki2008-06-101-0/+1
| | * | | | | inet{6}_request_sock: Init ->opt and ->pktopts in the constructorArnaldo Carvalho de Melo2008-06-102-1/+13
| | * | | | | ipv4: Remove unused declaration from include/net/tcp.h.Rami Rosen2008-06-101-1/+0
| | |/ / / /
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-06-101-1/+1
| |\ \ \ \ \
| | * | | | | ide: remove the ide_etrax100 chipset typeAdrian Bunk2008-06-101-1/+1
| | | |_|/ / | | |/| | |
| * | | | | [S390] Fix __ctl_load/__ctl_store inline assembly constraintsMartin Schwidefsky2008-06-101-4/+4
| |/ / / /
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-06-091-1/+0
| |\ \ \ \
| | * | | | IB/core: Remove IB_DEVICE_SEND_W_INV capability flagRoland Dreier2008-06-091-1/+0
OpenPOWER on IntegriCloud