| Commit message (Expand) | Author | Age | Files | Lines |
* | net_dma: acquire/release dma channels on ifup/ifdown | Dan Williams | 2009-01-11 | 1 | -3/+10 |
* | dccp ccid-3: Fix RFC reference | Gerrit Renker | 2009-01-11 | 1 | -1/+1 |
* | net: fix section mismatch warnings in dccp/ccids/lib/tfrc.c | Leonardo Potenza | 2009-01-11 | 1 | -1/+1 |
* | net/bridge/netfilter: move a dereference below a NULL test | Julia Lawall | 2009-01-11 | 1 | -1/+2 |
* | net/tipc/bcast.h: use ARRAY_SIZE | Julia Lawall | 2009-01-11 | 1 | -1/+1 |
* | ipcomp: Remove spurious truesize increase | Herbert Xu | 2009-01-11 | 1 | -1/+0 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy... | Linus Torvalds | 2009-01-09 | 5 | -151/+9 |
|\ |
|
| * | dmaengine: kill struct dma_client and supporting infrastructure | Dan Williams | 2009-01-06 | 1 | -96/+3 |
| * | dmaengine: replace dma_async_client_register with dmaengine_get | Dan Williams | 2009-01-06 | 1 | -2/+1 |
| * | net_dma: convert to dma_find_channel | Dan Williams | 2009-01-06 | 5 | -45/+5 |
| * | dmaengine: provide a common 'issue_pending_all' implementation | Dan Williams | 2009-01-06 | 1 | -8/+1 |
| * | dmaengine: up-level reference counting to the module level | Dan Williams | 2009-01-06 | 1 | -1/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-01-08 | 20 | -133/+432 |
|\ \ |
|
| * | | wimax: testing for rfkill support should also test for CONFIG_RFKILL_MODULE | Inaky Perez-Gonzalez | 2009-01-08 | 1 | -1/+1 |
| * | | wimax: fix kconfig interactions with rfkill and input layers | Inaky Perez-Gonzalez | 2009-01-08 | 1 | -0/+14 |
| * | | wimax: fix '#ifndef CONFIG_BUG' layout to avoid warning | Inaky Perez-Gonzalez | 2009-01-08 | 1 | -3/+5 |
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2009-01-08 | 32 | -206/+2690 |
| |\ \ |
|
| * | | | vlan: add neigh_setup | Frank Blaschka | 2009-01-08 | 1 | -0/+14 |
| * | | | tcp6: Add GRO support | Herbert Xu | 2009-01-08 | 2 | -4/+43 |
| * | | | ipv6: Add GRO support | Herbert Xu | 2009-01-08 | 1 | -5/+102 |
| * | | | phonet: update to net_device_ops | Stephen Hemminger | 2009-01-07 | 1 | -4/+8 |
| * | | | bluetooth: driver API update | Stephen Hemminger | 2009-01-07 | 3 | -27/+19 |
| * | | | appletalk: convert aarp to net_device_ops | Stephen Hemminger | 2009-01-07 | 1 | -2/+3 |
| * | | | dsa: convert to net_device_ops (v2) | Stephen Hemminger | 2009-01-06 | 1 | -10/+41 |
| * | | | can: omit unneeded skb_clone() calls | Oliver Hartkopp | 2009-01-06 | 3 | -21/+21 |
| * | | | vlan: Add GRO interfaces | Herbert Xu | 2009-01-06 | 1 | -23/+88 |
| * | | | gro: Add internal interfaces for VLAN | Herbert Xu | 2009-01-06 | 1 | -23/+59 |
| * | | | sch_teql: convert to net_device_ops | Stephen Hemminger | 2009-01-06 | 1 | -8/+12 |
| * | | | wireless: convert wireless ioctl to net_device_ops | Stephen Hemminger | 2009-01-06 | 1 | -2/+2 |
* | | | | fix similar typos to successfull | Coly Li | 2009-01-08 | 1 | -1/+1 |
* | | | | remove lots of double-semicolons | Fernando Carrijo | 2009-01-08 | 3 | -3/+3 |
| |/ /
|/| | |
|
* | | | Merge branch 'for-2.6.29' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2009-01-07 | 7 | -58/+96 |
|\ \ \ |
|
| * | | | SUNRPC: The sunrpc server code should not be used by out-of-tree modules | Trond Myklebust | 2009-01-07 | 7 | -39/+39 |
| * | | | svc: Clean up deferred requests on transport destruction | Tom Tucker | 2009-01-07 | 1 | -7/+18 |
| * | | | svc: Move kfree of deferral record to common code | Tom Tucker | 2009-01-07 | 2 | -5/+3 |
| * | | | SUNRPC: Ensure the server closes sockets in a timely fashion | Trond Myklebust | 2009-01-06 | 1 | -1/+20 |
| * | | | sunrpc: add sv_maxconn field to svc_serv (try #3) | Jeff Layton | 2009-01-06 | 1 | -6/+16 |
| |/ / |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2009-01-07 | 13 | -0/+2115 |
|\ \ \ |
|
| * | | | wimax: Makefile, Kconfig and docbook linkage for the stack | Inaky Perez-Gonzalez | 2009-01-07 | 4 | -0/+54 |
| * | | | wimax: debugfs controls | Inaky Perez-Gonzalez | 2009-01-07 | 1 | -0/+90 |
| * | | | wimax: basic API: kernel/user messaging, rfkill and reset | Inaky Perez-Gonzalez | 2009-01-07 | 3 | -0/+1096 |
| * | | | genetlink: export genl_unregister_mc_group() | Inaky Perez-Gonzalez | 2009-01-07 | 1 | -0/+1 |
| * | | | wimax: generic device management (registration, deregistration, lookup) | Inaky Perez-Gonzalez | 2009-01-07 | 2 | -0/+741 |
| * | | | wimax: debug macros and debug settings for the WiMAX stack | Inaky Perez-Gonzalez | 2009-01-07 | 1 | -0/+42 |
| * | | | wimax: internal API for the kernel space WiMAX stack | Inaky Perez-Gonzalez | 2009-01-07 | 1 | -0/+91 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-01-07 | 4 | -7/+7 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | trivial: fix then -> than typos in comments and documentation | Frederik Schwarzer | 2009-01-06 | 4 | -7/+7 |
| |/ / |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2009-01-06 | 7 | -137/+469 |
|\ \ \ |
|
| * \ \ | Merge branch 'next' into for-linus | James Morris | 2009-01-07 | 7 | -137/+469 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | netlabel: Update kernel configuration API | Paul Moore | 2008-12-31 | 7 | -137/+469 |