summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* korina: use netdev_alloc_skb_ip_align() here, tooPhil Sutter2010-06-021-2/+1
* korina: fix deadlock on RX FIFO overrunPhil Sutter2010-06-021-14/+13
* net: fix conflict between null_or_orig and null_or_bondJohn Fastabend2010-06-021-4/+4
* net: init_vlan should not copy slave or master flagsJohn Fastabend2010-06-021-1/+2
* enic: bug fix: make the set/get netlink VF_PORT support symmetricalScott Feldman2010-06-022-103/+104
* bnx2: Fix hang during rmmod bnx2.Michael Chan2010-06-021-1/+13
* xfrm: force a dst reference in __xfrm_route_forward()Eric Dumazet2010-06-021-0/+1
* drivers/isdn/hardware/mISDN: Use GFP_ATOMIC when a lock is heldJulia Lawall2010-06-011-2/+2
* ksz884x: Add missing validate_addr hookDenis Kirjanov2010-06-011-0/+1
* ksz884x: convert to netdev_tx_tDenis Kirjanov2010-06-011-1/+1
* virtio-net: pass gfp to add_bufMichael S. Tsirkin2010-06-011-4/+4
* be2net: convert hdr.timeout in be_cmd_loopback_test() to le32Sathya Perla2010-06-011-1/+1
* can: mpc5xxx_can.c: Fix build failureAnatolij Gustschin2010-06-011-5/+5
* net/ipv4/tcp_input.c: fix compilation breakage when FASTRETRANS_DEBUG > 1Joe Perches2010-05-311-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-05-314-17/+6
|\
| * netfilter: xtables: stackptr should be percpuEric Dumazet2010-05-314-13/+6
| * netfilter: don't xt_jumpstack_alloc twice in xt_register_tableXiaotian Feng2010-05-311-4/+0
* | net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet2010-05-314-24/+33
* | greth: Fix build after OF device conversions.David S. Miller2010-05-311-6/+5
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-05-313919-121402/+289099
|\ \ | |/
| * Linux 2.6.35-rc1v2.6.35-rc1Linus Torvalds2010-05-301-2/+2
| * Merge branch 'slub/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2010-05-302-29/+15
| |\
| | * SLUB: Allow full duplication of kmalloc array for 390Christoph Lameter2010-05-301-1/+1
| | * slub: move kmem_cache_node into it's own cachelineAlexander Duyck2010-05-242-28/+14
| * | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-301-0/+7
| |\ \
| | * | mutex: Fix optimistic spinning vs. BKLTony Breeds2010-05-191-0/+7
| * | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-308-16/+45
| |\ \ \
| | * \ \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-05-292-8/+17
| | |\ \ \
| | | * | | ring-buffer: Move zeroing out excess in page to ring buffer codeSteven Rostedt2010-05-252-8/+9
| | | * | | ring-buffer: Reset "real_end" when page is filledSteven Rostedt2010-05-251-0/+8
| | * | | | perf tui: Fix last use_browser problem related to .perfconfigArnaldo Carvalho de Melo2010-05-271-1/+1
| | * | | | perf symbols: Add the build id cache to the vmlinux pathArnaldo Carvalho de Melo2010-05-263-6/+25
| | * | | | perf tui: Reset use_browser if stdout is not a ttyArnaldo Carvalho de Melo2010-05-262-1/+2
| | |/ / /
| * | | | ia64: revert __node_random additionLinus Torvalds2010-05-301-17/+0
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2010-05-307-82/+500
| |\ \ \ \
| | * | | | mm: export generic_pipe_buf_*() to modulesMiklos Szeredi2010-05-261-0/+6
| | * | | | fuse: support splice() reading from fuse deviceMiklos Szeredi2010-05-251-41/+187
| | * | | | fuse: allow splice to move pagesMiklos Szeredi2010-05-253-15/+167
| | * | | | mm: export remove_from_page_cache() to modulesMiklos Szeredi2010-05-251-0/+1
| | * | | | mm: export lru_cache_add_*() to modulesMiklos Szeredi2010-05-251-0/+1
| | * | | | fuse: support splice() writing to fuse deviceMiklos Szeredi2010-05-252-32/+148
| | * | | | fuse: get page reference for readpagesMiklos Szeredi2010-05-251-0/+2
| | * | | | fuse: use get_user_pages_fast()Miklos Szeredi2010-05-252-8/+2
| | * | | | fuse: remove unneeded variableDan Carpenter2010-05-251-2/+2
| | | |_|/ | | |/| |
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2010-05-301-4/+5
| |\ \ \ \
| | * | | | kconfig: Hide error output in find command in streamline_config.plToralf Förster2010-05-281-2/+3
| | * | | | kconfig: Fix typo in comment in streamline_config.plToralf Foerster2010-05-281-1/+1
| | * | | | kconfig: Make a variable local in streamline_config.plToralf Foerster2010-05-281-1/+1
| * | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2010-05-3062-1251/+7999
| |\ \ \ \ \
| | * | | | | mfd: Rename twl5031 sih modulesIlkka Koskinen2010-05-281-5/+6
OpenPOWER on IntegriCloud