| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | | netfilter: xt_TCPMSS: collapse tcpmss_reverse_mtu{4,6} into one function | Jan Engelhardt | 2008-07-21 | 1 | -29/+13 |
* | | | | | | | netfilter: nfnetlink_log: send complete hardware header | Eric Leblond | 2008-07-21 | 1 | -0/+8 |
* | | | | | | | netfilter: xt_time: fix time's time_mt()'s use of do_div() | David Howells | 2008-07-21 | 1 | -1/+1 |
* | | | | | | | netfilter: accounting rework: ct_extend + 64bit counters (v4) | Krzysztof Piotr Oledzki | 2008-07-21 | 8 | -69/+173 |
* | | | | | | | netfilter: nf_nat_core: eliminate useless find_appropriate_src for IP_NAT_RAN... | Changli Gao | 2008-07-21 | 1 | -4/+4 |
* | | | | | | | Revert "pkt_sched: Make default qdisc nonshared-multiqueue safe." | David S. Miller | 2008-07-21 | 1 | -22/+77 |
* | | | | | | | net: In __netif_schedule() use WARN_ON instead of BUG_ON | Linus Torvalds | 2008-07-21 | 1 | -1/+2 |
* | | | | | | | net: Improve simple_tx_hash(). | David S. Miller | 2008-07-21 | 1 | -13/+21 |
* | | | | | | | pkt_sched: Remove unused variable skb in dev_deactivate_queue function. | Daniel Lezcano | 2008-07-21 | 1 | -3/+0 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2008-07-20 | 10 | -387/+331 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'for-bfields' of git://linux-nfs.org/~tomtucker/xprt-switch-2.6 ... | J. Bruce Fields | 2008-07-03 | 105 | -1426/+1391 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | svcrdma: Change WR context get/put to use the kmem cache | Tom Tucker | 2008-07-02 | 1 | -109/+12 |
| | * | | | | | | svcrdma: Create a kmem cache for the WR contexts | Tom Tucker | 2008-07-02 | 1 | -4/+19 |
| | * | | | | | | svcrdma: Add flush_scheduled_work to module exit function | Tom Tucker | 2008-07-02 | 1 | -0/+1 |
| | * | | | | | | svcrdma: Limit ORD based on client's advertised IRD | Tom Tucker | 2008-07-02 | 1 | -4/+12 |
| | * | | | | | | svcrdma: Remove unneeded spin locks from __svc_rdma_free | Tom Tucker | 2008-07-02 | 1 | -4/+0 |
| | * | | | | | | svcrdma: Add dma map count and WARN_ON | Tom Tucker | 2008-07-02 | 3 | -0/+9 |
| | * | | | | | | svcrdma: Move the DMA unmap logic to the CQ handler | Tom Tucker | 2008-07-02 | 1 | -6/+14 |
| | * | | | | | | svcrdma: Use reply and chunk map for RDMA_READ processing | Tom Tucker | 2008-07-02 | 1 | -45/+38 |
| | * | | | | | | svcrdma: Use RPC reply map for RDMA_WRITE processing | Tom Tucker | 2008-07-02 | 2 | -88/+80 |
| | * | | | | | | svcrdma: Add a type for keeping NFS RPC mapping | Tom Tucker | 2008-07-02 | 2 | -0/+45 |
| * | | | | | | | gss_krb5: Use random value to initialize confounder | Kevin Coffman | 2008-06-23 | 1 | -4/+18 |
| * | | | | | | | gss_krb5: move gss_krb5_crypto into the krb5 module | Kevin Coffman | 2008-06-23 | 2 | -12/+2 |
| * | | | | | | | gss_krb5: create a define for token header size and clean up ptr location | Kevin Coffman | 2008-06-23 | 3 | -46/+46 |
| * | | | | | | | sunrpc: remove sv_kill_signal field from svc_serv struct | Jeff Layton | 2008-06-23 | 1 | -3/+2 |
| * | | | | | | | knfsd: convert knfsd to kthread API | Jeff Layton | 2008-06-23 | 1 | -66/+34 |
| * | | | | | | | knfsd: Replace lock_kernel with a mutex for nfsd thread startup/shutdown lock... | Neil Brown | 2008-06-23 | 1 | -6/+9 |
* | | | | | | | | ipv6: Fix warning in addrconf code. | David Miller | 2008-07-20 | 1 | -2/+1 |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-07-20 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | pkt_sched: Fix build with NET_SCHED disabled. | David S. Miller | 2008-07-20 | 1 | -0/+2 |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-07-20 | 361 | -9582/+12739 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / / |
|
| * | | | | | | | | iucv: Fix bad merging. | David S. Miller | 2008-07-20 | 1 | -10/+0 |
| * | | | | | | | | net_sched: Add size table for qdiscs | Jussi Kivilinna | 2008-07-20 | 3 | -4/+153 |
| * | | | | | | | | net_sched: Add accessor function for packet length for qdiscs | Jussi Kivilinna | 2008-07-20 | 21 | -61/+58 |
| * | | | | | | | | net_sched: Add qdisc_enqueue wrapper | Jussi Kivilinna | 2008-07-20 | 11 | -21/+27 |
| * | | | | | | | | ipv6 mcast: Omit redundant address family checks in ip6_mc_source(). | YOSHIFUJI Hideaki | 2008-07-19 | 1 | -4/+0 |
| * | | | | | | | | net: Use standard structures for generic socket address structures. | YOSHIFUJI Hideaki | 2008-07-19 | 3 | -38/+48 |
| * | | | | | | | | ipv6 netns: Make several "global" sysctl variables namespace aware. | YOSHIFUJI Hideaki | 2008-07-19 | 9 | -16/+21 |
| * | | | | | | | | netns: Use net_eq() to compare net-namespaces for optimization. | YOSHIFUJI Hideaki | 2008-07-19 | 38 | -58/+58 |
| * | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma... | David S. Miller | 2008-07-19 | 13 | -261/+1031 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | [Bluetooth] Allow security for outgoing L2CAP connections | Marcel Holtmann | 2008-07-14 | 1 | -64/+108 |
| | * | | | | | | | | [Bluetooth] Add option to disable eSCO connection creation | Marcel Holtmann | 2008-07-14 | 1 | -2/+10 |
| | * | | | | | | | | [Bluetooth] Signal user-space for HIDP and BNEP socket errors | Marcel Holtmann | 2008-07-14 | 2 | -0/+15 |
| | * | | | | | | | | [Bluetooth] Move pending packets from RFCOMM socket to TTY | Marcel Holtmann | 2008-07-14 | 2 | -2/+55 |
| | * | | | | | | | | [Bluetooth] Store remote modem status for RFCOMM TTY | Marcel Holtmann | 2008-07-14 | 2 | -0/+7 |
| | * | | | | | | | | [Bluetooth] Use non-canonical TTY by default for RFCOMM | Marcel Holtmann | 2008-07-14 | 1 | -0/+1 |
| | * | | | | | | | | [Bluetooth] Update Bluetooth core version number | Marcel Holtmann | 2008-07-14 | 1 | -1/+1 |
| | * | | | | | | | | [Bluetooth] Use a more unique bus name for connections | Marcel Holtmann | 2008-07-14 | 3 | -9/+14 |
| | * | | | | | | | | [Bluetooth] Add support for TIOCOUTQ and TIOCINQ ioctls | Marcel Holtmann | 2008-07-14 | 1 | -0/+23 |
| | * | | | | | | | | [Bluetooth] Add timestamp support to L2CAP, RFCOMM and SCO | Marcel Holtmann | 2008-07-14 | 4 | -6/+41 |