summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* skbuff: remove skb_dma_map/unmapAlexander Duyck2009-12-031-8/+0Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-12-027-7/+145
|\
| * SLOW_WORK: Move slow_work's proc file to debugfsDavid Howells2009-12-011-4/+4
| * Merge branch 'security' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Linus Torvalds2009-12-011-0/+6
| |\
| | * mac80211: fix spurious delBA handlingJohannes Berg2009-11-301-0/+6
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2009-12-011-0/+1
| |\ \
| | * | [SCSI] fix async scan add/remove race resulting in an oopsJames Bottomley2009-11-261-0/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-301-1/+0Star
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-fscacheLinus Torvalds2009-11-303-4/+135
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | CacheFiles: Catch an overly long wait for an old active objectDavid Howells2009-11-191-2/+4
| | * | | CacheFiles: Don't write a full page if there's only a partial page to cacheDavid Howells2009-11-191-0/+3
| | * | | FS-Cache: Start processing an object's operations on that object's deathDavid Howells2009-11-191-0/+4
| | * | | FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells2009-11-192-0/+28
| | * | | FS-Cache: Fix lock misorder in fscache_write_op()David Howells2009-11-191-0/+1
| | * | | FS-Cache: Allow the current state of all objects to be dumpedDavid Howells2009-11-191-0/+13
| | * | | FS-Cache: Annotate slow-work runqueue proc lines for FS-Cache work itemsDavid Howells2009-11-191-0/+12
| | * | | SLOW_WORK: Allow a requeueable work item to sleep till the thread is neededDavid Howells2009-11-191-0/+3
| | * | | SLOW_WORK: Allow the owner of a work item to determine if it is queued or notDavid Howells2009-11-191-0/+19
| | * | | SLOW_WORK: Allow the work items to be viewed through a /proc fileDavid Howells2009-11-191-0/+11
| | * | | SLOW_WORK: Add delayed_slow_work supportJens Axboe2009-11-191-0/+29
| | * | | SLOW_WORK: Add support for cancellation of slow workJens Axboe2009-11-191-0/+2
| | * | | SLOW_WORK: Wait for outstanding work items belonging to a module to clearDavid Howells2009-11-191-2/+6
| | | |/ | | |/|
| * | | i2c: i2c-pnx: Made buf type unsigned to prevent sign extensionKevin Wells2009-11-201-1/+1
| * | | vt: Fix use of "new" in a struct fieldAlan Cox2009-11-191-2/+2
| |/ /
* | | net: remove [un]register_pernet_gen_... and update the docs.Eric W. Biederman2009-12-022-25/+5Star
* | | net: Automatically allocate per namespace data.Eric W. Biederman2009-12-021-4/+24
* | | net: Batch network namespace destruction.Eric W. Biederman2009-12-021-1/+1
* | | net: Implement for_each_netdev_reverse.Eric W. Biederman2009-12-021-0/+2
* | | net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCHEric W. Biederman2009-12-022-1/+2
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-291-1/+0Star
|\ \ \ | | |/ | |/|
| * | sctp: on T3_RTX retransmit all the in-flight chunksAndrei Pelinescu-Onciul2009-11-291-1/+0Star
| |/
* | ethtool: Add Direct Attach support to connector port reportingPJ Waskiewicz2009-11-291-0/+2
* | X25: Move SYSCTL ifdefs into headerandrew hendry2009-11-291-0/+6
* | Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller2009-11-295-97/+61Star
|\ \
| * | sctp: Update max.burst implementationVlad Yasevich2009-11-231-0/+4
| * | sctp: Turn the enum socket options into definesVlad Yasevich2009-11-231-82/+43Star
| * | sctp: Remove useless last_time_used variableVlad Yasevich2009-11-231-6/+0Star
| * | sctp: remove deprecated SCTP_GET_*_OLD stuffsAmerigo Wang2009-11-231-8/+0Star
| * | sctp: Update SWS avaoidance receiver side algorithmVlad Yasevich2009-11-232-0/+10
| * | sctp: Fix malformed "Invalid Stream Identifier" errorVlad Yasevich2009-11-231-1/+2
| * | sctp: implement the sender side for SACK-IMMEDIATELY extensionWei Yongjun2009-11-231-0/+1
| * | sctp: implement definition for SACK-IMMEDIATELY extensionWei Yongjun2009-11-231-0/+1
* | | vlan: support "loose binding" to the underlying network devicePatrick McHardy2009-11-271-0/+1
* | | macvlan: export macvlan mode through netlinkArnd Bergmann2009-11-271-0/+15
* | | veth: move loopback logic to common locationArnd Bergmann2009-11-271-0/+2
* | | xfrm: Store aalg in xfrm_state with a user specified truncation lengthMartin Willi2009-11-261-1/+11
* | | xfrm: Define new XFRM netlink auth attribute with specified truncation bitsMartin Willi2009-11-261-0/+8
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-256-46/+111
|\ \ \ | |/ / |/| |
| * | mac80211: avoid spurious deauth frames/messagesJohannes Berg2009-11-191-0/+12
| * | mac80211: request TX status where neededJohannes Berg2009-11-191-1/+1