summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* appltetalk: convert cops device to net_device opsStephen Hemminger2009-03-271-7/+10
* appletalk: convert cops to internal net_device_statsStephen Hemminger2009-03-271-20/+8
* uml: convert network device to netdevice opsStephen Hemminger2009-03-271-7/+13
* uml: convert network device to internal network device statsStephen Hemminger2009-03-272-14/+7
* 3c503, smc-ultra: netdev_ops bugsStephen Hemminger2009-03-272-6/+0
* smsc911x: enforce read-after-write timing restriction on eeprom accessSteve Glendinning2009-03-271-0/+5
* gianfar: fix headroom expansion codeStephen Hemminger2009-03-271-22/+24
* af_rose/x25: Sanity check the maximum user frame sizeAlan Cox2009-03-273-1/+15
* appletalk: this warning can go I thinkAlan Cox2009-03-271-5/+1
* benet: use do_div() for 64 bit divideStephen Hemminger2009-03-271-10/+18
* xfrm: spin_lock() should be spin_unlock() in xfrm_state.cChuck Ebbert2009-03-271-1/+1
* ipv6: Plug sk_buff leak in ipv6_rcv (net/ipv6/ip6_input.c)Jesper Nilsson2009-03-271-3/+1
* net: Add support for the OpenCores 10/100 Mbps Ethernet MAC.Thierry Reding2009-03-274-0/+1143
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-03-2633-210/+416
|\
| * ctnetlink: compute generic part of event more acuratelyHolger Eitzenberger2009-03-261-1/+10
| * netfilter: nf_conntrack: calculate per-protocol nlattr sizeHolger Eitzenberger2009-03-2510-0/+62
| * netfilter: nf_conntrack: add generic function to get len of generic policyHolger Eitzenberger2009-03-252-0/+7
| * netfilter: ctnetlink: allocate right-sized ctnetlink skbHolger Eitzenberger2009-03-251-1/+64
| * netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu()Eric Dumazet2009-03-2511-131/+174
| * netfilter: {ip,ip6,arp}_tables: fix incorrect loop detectionPatrick McHardy2009-03-253-3/+9
| * netfilter: limit the length of the helper nameHolger Eitzenberger2009-03-252-0/+3
| * netlink: add nla_policy_len()Holger Eitzenberger2009-03-252-0/+28
| * netfilter: ctnetlink: add callbacks to the per-proto nlattrsHolger Eitzenberger2009-03-253-0/+29
| * netfilter: factorize ifname_compare()Eric Dumazet2009-03-255-74/+30
| * netfilter: nf_conntrack: use hlist_add_head_rcu() in nf_conntrack_set_hashsize()Eric Dumazet2009-03-251-1/+1
| * netfilter: fix xt_LED build failurePatrick McHardy2009-03-251-1/+1
* | GRO: Disable GRO on legacy netif_rx pathHerbert Xu2009-03-261-6/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2009-03-263-50/+96
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------. \ Merge branches 'topic/slob/cleanups', 'topic/slob/fixes', 'topic/slub/core', ...Pekka Enberg2009-03-243-50/+96
| |\ \ \ \ \ \
| | | | | | * | SLUB: Fix default slab order for big object sizesZhang Yanmin2009-02-201-1/+5
| | | | | | * | SLUB: Do not pass 8k objects through to the page allocatorPekka Enberg2009-02-201-2/+2
| | | | | | * | SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constantsChristoph Lameter2009-02-202-11/+24
| | | | | * | | slub: use get_track()Akinobu Mita2009-03-231-7/+1
| | | | | * | | SLUB: Use ->objsize from struct kmem_cache_cpu in slab_free()Pekka Enberg2009-01-141-1/+1
| | | | * | | | slub: rename calculate_min_partial() to set_min_partial()David Rientjes2009-02-251-3/+3
| | | | * | | | slub: add min_partial sysfs tunableDavid Rientjes2009-02-231-0/+21
| | | | * | | | slub: move min_partial to struct kmem_cacheDavid Rientjes2009-02-232-14/+17
| | | | | |/ / | | | | |/| |
| | | * | | | slob: fix lockup in slob_free()Nick Piggin2009-03-231-1/+2
| | | |/ / /
| | * | | | slob: clean up the codeAmérico Wang2009-01-191-15/+25
| | | |/ / | | |/| |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2009-03-2614-60/+1483
|\ \ \ \ \
| * | | | | m68k: irq_node.handler() should return irqreturn_tGeert Uytterhoeven2009-03-261-1/+2
| * | | | | m68k: section mismatch fixes: Atari SCSIMichael Schmitz2009-03-262-2/+2
| * | | | | m68k: section mismatch fixes: DMAsound for AtariMichael Schmitz2009-03-261-2/+2
| * | | | | MAINTAINERS: Replace dead link to m68k CVS repository by link to new git repo...Geert Uytterhoeven2009-03-261-1/+1
| * | | | | m68k: mac - Add SWIM floppy supportLaurent Vivier2009-03-266-0/+1305
| * | | | | m68k: mac - Add a new entry in mac_model to identify the floppy controller type.Laurent Vivier2009-03-262-54/+116
| * | | | | m68k: Add install targetLaurent Vivier2009-03-262-0/+55
| |/ / / /
* | | | | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2009-03-2633-113/+90
|\ \ \ \ \
| * | | | | Rationalize fasync return valuesJonathan Corbet2009-03-1617-73/+22
| * | | | | Move FASYNC bit handling to f_op->fasync()Jonathan Corbet2009-03-164-27/+29
OpenPOWER on IntegriCloud