summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * SUNRPC: Rename "call_" functions that are no longer FSM statesChuck Lever2008-07-091-21/+14
| | * SUNRPC: Add a function to display the name of an RPC procedureChuck Lever2008-07-091-4/+19
| | * SUNRPC: Use GFP_NOFS when allocating credentialsTrond Myklebust2008-07-095-11/+11
| | * SUNRPC: An ENOMEM error from call_encode is always fatalTrond Myklebust2008-07-091-4/+0
| | * SUNRPC: Ensure we exit early in case of an encode errorTrond Myklebust2008-07-091-2/+7
| * | Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-07-152-9/+9
| |\ \
| | * \ Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-152-9/+9
| | |\ \
| | | * | on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-261-1/+1
| | | * | smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe2008-06-262-8/+8
| * | | | Merge branch 'core/rcu' into core/rcu-for-linusIngo Molnar2008-07-157-2/+7
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge branch 'linus' into core/rcuIngo Molnar2008-07-1140-130/+203
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Merge branch 'linus' into core/rcuIngo Molnar2008-06-2322-121/+277
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Merge branch 'linus' into core/rcuIngo Molnar2008-06-1692-1087/+926
| | |\ \ \
| | * | | | rcu: fix nf_conntrack_helper.c build bugIngo Molnar2008-05-221-0/+1
| | * | | | rculist.h: fix include in net/netfilter/nf_conntrack_netlink.cIngo Molnar2008-05-191-0/+1
| | * | | | rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu2008-05-195-2/+5
| * | | | | Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2008-07-141-2/+2
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'linus' into core/softirqIngo Molnar2008-06-2322-121/+277
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | Merge branch 'linus' into core/softirqIngo Molnar2008-06-1678-472/+565
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | Remove argument from open_softirq which is always NULLCarlos R. Mafra2008-05-251-2/+2
| * | | | | | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2008-07-142-0/+4
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-14140-1383/+1431
| | |\ \ \ \ \ \
| | * | | | | | | irnet_ppp: BKL pushdownArnd Bergmann2008-06-202-0/+4
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | [S390] Cleanup iucv printk messages.Ursula Braun2008-07-142-13/+4
| | |/ / / / / | |/| | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-1017-78/+58
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | SUNRPC: Fix an rpcbind breakage for the case of IPv6 lookupsTrond Myklebust2008-07-081-8/+9
| * | | | | | SUNRPC: Fix a double-free in rpcbindTrond Myklebust2008-07-081-4/+2
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-075-8/+42
| |\ \ \ \ \ \
| * | | | | | | svcrpc: fix handling of garbage argsJ. Bruce Fields2008-07-031-7/+5
* | | | | | | | pkt_sched: Make default qdisc nonshared-multiqueue safe.David S. Miller2008-07-171-77/+22
* | | | | | | | pkt_sched: Add multiqueue handling to qdisc_graft().David S. Miller2008-07-171-42/+59
* | | | | | | | pkt_sched: Kill netdev_queue lock.David S. Miller2008-07-174-30/+37
* | | | | | | | pkt_sched: Kill qdisc_lock_tree and qdisc_unlock_tree.David S. Miller2008-07-171-33/+3
* | | | | | | | pkt_sched: Make qdisc grafting locking more specific.David S. Miller2008-07-171-12/+29
* | | | | | | | netdevice: Move qdisc_list back into net_device proper.David S. Miller2008-07-173-26/+16
* | | | | | | | pkt_sched: Kill qdisc_lock_tree usage in cls_route.cDavid S. Miller2008-07-171-5/+7
* | | | | | | | pkt_sched: Remove qdisc_lock_tree usage in cls_api.cDavid S. Miller2008-07-171-4/+7
* | | | | | | | pkt_sched: Use per-queue locking in shutdown_scheduler_queue.David S. Miller2008-07-171-2/+4
* | | | | | | | pkt_sched: Perform bulk of qdisc destruction in RCU.David S. Miller2008-07-171-9/+11
* | | | | | | | pkt_sched: dev_init_scheduler() does not need to lock qdisc tree.David S. Miller2008-07-171-2/+0
* | | | | | | | pkt_sched: Schedule qdiscs instead of netdev_queue.David S. Miller2008-07-174-59/+44
* | | | | | | | pkt_sched: Add and use qdisc_root() and qdisc_root_lock().David S. Miller2008-07-176-26/+43
* | | | | | | | pkt_sched: Make QDISC_RUNNING a qdisc state.David S. Miller2008-07-171-8/+10
* | | | | | | | pkt_sched: Move gso_skb into Qdisc.David S. Miller2008-07-171-10/+9
* | | | | | | | net: Implement simple sw TX hashing.David S. Miller2008-07-171-0/+52
* | | | | | | | mac80211: Reimplement WME using ->select_queue().David S. Miller2008-07-177-616/+124
* | | | | | | | netdev: Add netdev->select_queue() method.David S. Miller2008-07-171-3/+6
* | | | | | | | net: Use queue aware tests throughout.David S. Miller2008-07-175-58/+74
* | | | | | | | mac80211: Temporarily mark QoS support BROKEN.David S. Miller2008-07-171-0/+1
* | | | | | | | pkt_sched: Remove RR scheduler.David S. Miller2008-07-171-120/+16
OpenPOWER on IntegriCloud