summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | netfilter: xt_time: fix time's time_mt()'s use of do_div()David Howells2008-07-211-1/+1
* | | | | | | netfilter: accounting rework: ct_extend + 64bit counters (v4)Krzysztof Piotr Oledzki2008-07-218-69/+173
* | | | | | | netfilter: nf_nat_core: eliminate useless find_appropriate_src for IP_NAT_RAN...Changli Gao2008-07-211-4/+4
* | | | | | | Revert "pkt_sched: Make default qdisc nonshared-multiqueue safe."David S. Miller2008-07-211-22/+77
* | | | | | | net: In __netif_schedule() use WARN_ON instead of BUG_ONLinus Torvalds2008-07-211-1/+2
* | | | | | | net: Improve simple_tx_hash().David S. Miller2008-07-211-13/+21
* | | | | | | pkt_sched: Remove unused variable skb in dev_deactivate_queue function.Daniel Lezcano2008-07-211-3/+0
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-07-2010-387/+331
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-bfields' of git://linux-nfs.org/~tomtucker/xprt-switch-2.6 ...J. Bruce Fields2008-07-03105-1426/+1391
| |\ \ \ \ \ \
| | * | | | | | svcrdma: Change WR context get/put to use the kmem cacheTom Tucker2008-07-021-109/+12
| | * | | | | | svcrdma: Create a kmem cache for the WR contextsTom Tucker2008-07-021-4/+19
| | * | | | | | svcrdma: Add flush_scheduled_work to module exit functionTom Tucker2008-07-021-0/+1
| | * | | | | | svcrdma: Limit ORD based on client's advertised IRDTom Tucker2008-07-021-4/+12
| | * | | | | | svcrdma: Remove unneeded spin locks from __svc_rdma_freeTom Tucker2008-07-021-4/+0
| | * | | | | | svcrdma: Add dma map count and WARN_ONTom Tucker2008-07-023-0/+9
| | * | | | | | svcrdma: Move the DMA unmap logic to the CQ handlerTom Tucker2008-07-021-6/+14
| | * | | | | | svcrdma: Use reply and chunk map for RDMA_READ processingTom Tucker2008-07-021-45/+38
| | * | | | | | svcrdma: Use RPC reply map for RDMA_WRITE processingTom Tucker2008-07-022-88/+80
| | * | | | | | svcrdma: Add a type for keeping NFS RPC mappingTom Tucker2008-07-022-0/+45
| * | | | | | | gss_krb5: Use random value to initialize confounderKevin Coffman2008-06-231-4/+18
| * | | | | | | gss_krb5: move gss_krb5_crypto into the krb5 moduleKevin Coffman2008-06-232-12/+2
| * | | | | | | gss_krb5: create a define for token header size and clean up ptr locationKevin Coffman2008-06-233-46/+46
| * | | | | | | sunrpc: remove sv_kill_signal field from svc_serv structJeff Layton2008-06-231-3/+2
| * | | | | | | knfsd: convert knfsd to kthread APIJeff Layton2008-06-231-66/+34
| * | | | | | | knfsd: Replace lock_kernel with a mutex for nfsd thread startup/shutdown lock...Neil Brown2008-06-231-6/+9
* | | | | | | | ipv6: Fix warning in addrconf code.David Miller2008-07-201-2/+1
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-201-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | pkt_sched: Fix build with NET_SCHED disabled.David S. Miller2008-07-201-0/+2
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-20361-9582/+12739
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | iucv: Fix bad merging.David S. Miller2008-07-201-10/+0
| * | | | | | | | net_sched: Add size table for qdiscsJussi Kivilinna2008-07-203-4/+153
| * | | | | | | | net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna2008-07-2021-61/+58
| * | | | | | | | net_sched: Add qdisc_enqueue wrapperJussi Kivilinna2008-07-2011-21/+27
| * | | | | | | | ipv6 mcast: Omit redundant address family checks in ip6_mc_source().YOSHIFUJI Hideaki2008-07-191-4/+0
| * | | | | | | | net: Use standard structures for generic socket address structures.YOSHIFUJI Hideaki2008-07-193-38/+48
| * | | | | | | | ipv6 netns: Make several "global" sysctl variables namespace aware.YOSHIFUJI Hideaki2008-07-199-16/+21
| * | | | | | | | netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-1938-58/+58
| * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2008-07-1913-261/+1031
| |\ \ \ \ \ \ \ \
| | * | | | | | | | [Bluetooth] Allow security for outgoing L2CAP connectionsMarcel Holtmann2008-07-141-64/+108
| | * | | | | | | | [Bluetooth] Add option to disable eSCO connection creationMarcel Holtmann2008-07-141-2/+10
| | * | | | | | | | [Bluetooth] Signal user-space for HIDP and BNEP socket errorsMarcel Holtmann2008-07-142-0/+15
| | * | | | | | | | [Bluetooth] Move pending packets from RFCOMM socket to TTYMarcel Holtmann2008-07-142-2/+55
| | * | | | | | | | [Bluetooth] Store remote modem status for RFCOMM TTYMarcel Holtmann2008-07-142-0/+7
| | * | | | | | | | [Bluetooth] Use non-canonical TTY by default for RFCOMMMarcel Holtmann2008-07-141-0/+1
| | * | | | | | | | [Bluetooth] Update Bluetooth core version numberMarcel Holtmann2008-07-141-1/+1
| | * | | | | | | | [Bluetooth] Use a more unique bus name for connectionsMarcel Holtmann2008-07-143-9/+14
| | * | | | | | | | [Bluetooth] Add support for TIOCOUTQ and TIOCINQ ioctlsMarcel Holtmann2008-07-141-0/+23
| | * | | | | | | | [Bluetooth] Add timestamp support to L2CAP, RFCOMM and SCOMarcel Holtmann2008-07-144-6/+41
| | * | | | | | | | [Bluetooth] Export details about authentication requirementsMarcel Holtmann2008-07-144-22/+51
| | * | | | | | | | [Bluetooth] Initiate authentication during connection establishmentMarcel Holtmann2008-07-141-11/+103
OpenPOWER on IntegriCloud