summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2009-12-032-39/+2
|\
| * Bluetooth: Implement RejActioned flagGustavo F. Padovan2009-12-031-0/+1
| * Bluetooth: Fix sending ReqSeq on I-framesGustavo F. Padovan2009-12-031-1/+0
| * Bluetooth: Unobfuscate tasklet_schedule usageMarcel Holtmann2009-12-031-16/+0
| * Bluetooth: Turn hci_recv_frame into an exported functionMarcel Holtmann2009-12-031-22/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-12-031-0/+3
|\ \
| * | netfilter: nf_ct_tcp: improve out-of-sync situation in TCP trackingPablo Neira Ayuso2009-11-231-0/+3
* | | tg3: Add some VPD preprocessor constantsMatt Carlson2009-12-031-1/+2
* | | net: Batch inet_twsk_purgeEric W. Biederman2009-12-031-3/+3
* | | net: Allow fib_rule_unregister to batchEric W. Biederman2009-12-031-1/+2
* | | net: Allow xfrm_user_net_exit to batch efficiently.Eric W. Biederman2009-12-031-0/+1
* | | net: Add support for batching network namespace cleanupsEric W. Biederman2009-12-031-0/+2
* | | ipv4 05/05: add sysctl to accept packets with local source addressesPatrick McHardy2009-12-032-0/+2
* | | net 03/05: fib_rules: add oif classificationPatrick McHardy2009-12-032-0/+5
* | | net 02/05: fib_rules: rename ifindex/ifname/FRA_IFNAME to iifindex/iifname/FR...Patrick McHardy2009-12-032-5/+7
* | | net 01/05: fib_rules: rearrange struct fib_rulePatrick McHardy2009-12-031-1/+1
| |/ |/|
* | tcp: clear hints to avoid a stale one (nfs only affected?)Ilpo Järvinen2009-12-021-0/+1
* | TCPCT part 1g: Responder Cookie => InitiatorWilliam Allen Simpson2009-12-021-0/+1
* | TCPCT part 1d: define TCP cookie option, extend existing struct'sWilliam Allen Simpson2009-12-022-6/+106
* | TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONSWilliam Allen Simpson2009-12-022-6/+33
* | TCPCT part 1b: generate Responder Cookie secretWilliam Allen Simpson2009-12-022-0/+9
* | TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson2009-12-022-2/+9
* | skbuff: remove skb_dma_map/unmapAlexander Duyck2009-12-021-8/+0
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-12-017-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-11-301-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-11-301-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/+0
| |\ \ \ \
| * \ \ \ \ 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-012-25/+5
* | | | net: Automatically allocate per namespace data.Eric W. Biederman2009-12-011-4/+24
* | | | net: Batch network namespace destruction.Eric W. Biederman2009-12-011-1/+1
* | | | net: Implement for_each_netdev_reverse.Eric W. Biederman2009-12-011-0/+2
OpenPOWER on IntegriCloud