summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* printk ratelimiting rewriteDave Young2008-07-252-5/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-242-4/+1
|\
| * net: Update entry in af_family_clock_key_stringsOliver Hartkopp2008-07-231-1/+1
| * netdev: Remove warning from __netif_schedule().David S. Miller2008-07-231-3/+0
* | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-231-2/+2
|\ \
| * \ Merge branch 'linus' into cpus4096-for-linusIngo Molnar2008-07-2114-295/+529
| |\ \
| * \ \ Merge branch 'linus' into cpus4096Ingo Molnar2008-07-162-3/+3
| |\ \ \
| * \ \ \ Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar2008-07-068-27/+61
| |\ \ \ \
| * | | | | net: use performance variant for_each_cpu_mask_nrMike Travis2008-05-231-2/+2
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djb...Linus Torvalds2008-07-231-0/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | I/OAT: tcp_dma_copybreak default value dependent on I/OAT versionMaciej Sosnowski2008-07-221-0/+1
| |/ / / /
* | | | | netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.David S. Miller2008-07-221-6/+21
* | | | | net: Fix build failure with 'make mandocs'.Dave Jones2008-07-221-26/+25
* | | | | net: Print the module name as part of the watchdog messageArjan van de Ven2008-07-211-0/+20
* | | | | net: use kcalloc in netdev_queue allocStephen Hemminger2008-07-211-2/+2
* | | | | 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
| |_|_|/ |/| | |
* | | | net_sched: Add qdisc_enqueue wrapperJussi Kivilinna2008-07-201-2/+2
* | | | net: Use standard structures for generic socket address structures.YOSHIFUJI Hideaki2008-07-191-1/+1
* | | | netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-191-1/+1
* | | | pkt_sched: Manage qdisc list inside of root qdisc.David S. Miller2008-07-181-2/+0
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-182-3/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-151-1/+1
| |\ \ \
| | * | | smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe2008-06-261-1/+1
| * | | | 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-232-8/+33
| | |\ \ \ | | | |/ /
| | * | | Merge branch 'linus' into core/softirqIngo Molnar2008-06-164-8/+11
| | |\ \ \
| | * | | | Remove argument from open_softirq which is always NULLCarlos R. Mafra2008-05-251-2/+2
| | | |_|/ | | |/| |
* | | | | pkt_sched: Kill netdev_queue lock.David S. Miller2008-07-171-4/+5
* | | | | netdevice: Move qdisc_list back into net_device proper.David S. Miller2008-07-171-0/+2
* | | | | pkt_sched: Schedule qdiscs instead of netdev_queue.David S. Miller2008-07-171-40/+28
* | | | | net: Implement simple sw TX hashing.David S. Miller2008-07-171-0/+52
* | | | | netdev: Add netdev->select_queue() method.David S. Miller2008-07-171-3/+6
* | | | | net: Use queue aware tests throughout.David S. Miller2008-07-173-51/+70
* | | | | netdev: Allocate multiple queues for TX.David S. Miller2008-07-172-10/+32
* | | | | core: add stat to track unresolved discards in neighbor cacheNeil Horman2008-07-161-3/+5
* | | | | sock: add net to prot->enter_memory_pressure callbackPavel Emelyanov2008-07-161-1/+1
* | | | | net: make __skb_splice_bits staticHarvey Harrison2008-07-161-1/+1
* | | | | net: refactor tcp splice receive path to improve readabilityOctavian Purdila2008-07-151-92/+61
* | | | | netdev: Do not use TX lock to protect address lists.David S. Miller2008-07-152-48/+22
* | | | | netdev: Add netdev->addr_list_lock protection.David S. Miller2008-07-152-0/+26
* | | | | netdev: Add addr_list_lock to struct net_device.David S. Miller2008-07-151-0/+1
* | | | | vlan: deliver packets received with VLAN acceleration to network tapsPatrick McHardy2008-07-141-0/+27
* | | | | vlan: Don't store VLAN tag in cbPatrick McHardy2008-07-141-0/+3
* | | | | wext: make sysfs bits optional and deprecate themJohannes Berg2008-07-141-2/+2
* | | | | netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.David S. Miller2008-07-081-8/+20
* | | | | pkt_sched: Make qdisc_run take a netdev_queue.David S. Miller2008-07-081-2/+2
* | | | | netdev: Make netif_schedule() routines work with netdev_queue objects.David S. Miller2008-07-081-4/+5
* | | | | net: Clean up explicit ->tx_queue references in link watch.David S. Miller2008-07-081-10/+5
* | | | | netdev: Move next_sched into struct netdev_queue.David S. Miller2008-07-081-8/+7
OpenPOWER on IntegriCloud