summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net/inet_lro: remove setting skb->ip_summed when not LRO-ableEli Cohen2008-06-271-1/+5
* include/linux/netdevice.h: don't export MAX_HEADER to userspaceAdrian Bunk2008-06-271-0/+4
* netns: Don't receive new packets in a dead network namespace.Eric W. Biederman2008-06-201-0/+11
* ipv6: Drop packets for loopback address from outside of the box.YOSHIFUJI Hideaki2008-06-191-0/+6
* netfilter: nf_nat: fix RCU racesPatrick McHardy2008-06-171-0/+1
* ipv6 sit: Avoid extra need for compat layer in PRL management.YOSHIFUJI Hideaki2008-06-161-1/+1
* 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
| |/ / /
| * | | include/linux/ssb/ssb_driver_gige.h typo fixAdrian Bunk2008-06-091-1/+1
* | | | 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
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-06-095-0/+30
|\ \ \ \
| * | | | Blackfin Serial Driver: Clean up BF54x macro in blackfin UART driver.Sonic Zhang2008-06-035-0/+30
| |/ / /
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-06-091-8/+8
|\ \ \ \
| * | | | [POWERPC] Make walk_memory_resource available with MEMORY_HOTPLUG=nNathan Lynch2008-06-091-8/+8
| |/ / /
* | | | mm: Minor clean-up of page flags in mm/page_alloc.cRuss Anderson2008-06-091-0/+24
* | | | fat_valid_media() isn't for userspaceAdrian Bunk2008-06-081-6/+6
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2008-06-061-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | jbd2: If a journal checksum error is detected, propagate the error to ext4Theodore Ts'o2008-06-061-0/+3
* | | | uml: activate_mm: remove the dead PF_BORROWED_MM checkOleg Nesterov2008-06-061-9/+3
OpenPOWER on IntegriCloud