summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* netdev: Add netdev->addr_list_lock protection.David S. Miller2008-07-151-0/+20
* netdev: Add addr_list_lock to struct net_device.David S. Miller2008-07-151-0/+1
* packet: deliver VLAN TCI to userspacePatrick McHardy2008-07-141-0/+2
* packet: support extensible, 64 bit clean mmaped ring structurePatrick McHardy2008-07-141-0/+21
* vlan: deliver packets received with VLAN acceleration to network tapsPatrick McHardy2008-07-141-0/+1
* vlan: Don't store VLAN tag in cbPatrick McHardy2008-07-142-24/+10
* Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David S. Miller2008-07-141-0/+13
|\
| * net: add netif_napi_del function to allow for removal of napistructsAlexander Duyck2008-07-111-0/+13
* | tun: Fix/rewrite packet filtering logicMax Krasnyansky2008-07-141-3/+21
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-07-141-0/+1
|\ \
| * | ssb: Include dma-mapping.hMichael Buesch2008-07-141-0/+1
| |/
* | net-sched: cls_flow: add perturbation supportPatrick McHardy2008-07-141-0/+1
* | Merge branch 'master' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6David S. Miller2008-07-141-4/+2
|\ \
| * | dccp: Upgrade NDP count from 3 to 6 bytesGerrit Renker2008-07-131-4/+2
| |/
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-141-0/+1
|\ \ | |/ |/|
| * xfrm: Add a XFRM_STATE_AF_UNSPEC flag to xfrm_usersa_infoSteffen Klassert2008-07-101-0/+1
* | netdev: Move atomic queue state bits into netdev_queue.David S. Miller2008-07-081-16/+39
* | net: Delete NETDEVICES_MULTIQUEUE kconfig option.David S. Miller2008-07-082-24/+0
* | netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.David S. Miller2008-07-081-23/+39
* | netdev: Make netif_schedule() routines work with netdev_queue objects.David S. Miller2008-07-081-5/+12
* | netdev: Move gso_skb into netdev_queue.David S. Miller2008-07-081-3/+1
* | netdev: Move next_sched into struct netdev_queue.David S. Miller2008-07-081-3/+2
* | netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead.David S. Miller2008-07-081-3/+0
* | netdev: Move rest of qdisc state into struct netdev_queueDavid S. Miller2008-07-081-7/+3
* | netdev: The ingress_lock member is no longer needed.David S. Miller2008-07-081-2/+0
* | netdev: Move queue_lock into struct netdev_queue.David S. Miller2008-07-081-2/+2
* | netdev: Create netdev_queue abstraction.David S. Miller2008-07-081-0/+7
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-07-081-0/+6
|\ \
| * | mac80211: move QOS control helpers into ieee80211.hHarvey Harrison2008-07-081-0/+2
| * | mac80211: add block ack request capabilityRon Rindjunsky2008-07-081-0/+4
* | | vlan: avoid header copying and linearisation where possiblePatrick McHardy2008-07-081-15/+3
|/ /
* | vlan: TCI related type and naming cleanupsPatrick McHardy2008-07-081-36/+48
* | vlan: remove useless struct hlist_node declaration from if_vlan.hPatrick McHardy2008-07-081-4/+0
* | vlan: move struct vlan_dev_info to private headerPatrick McHardy2008-07-081-41/+15
* | vlan: uninline __vlan_hwaccel_rxPatrick McHardy2008-07-081-56/+8
* | vlan: fix network_header/mac_header adjustmentsPatrick McHardy2008-07-081-2/+0
* | net: remove padding from struct socket on 64bit & increase objects/cacheRichard Kennedy2008-07-081-2/+2
* | netfilter: fix string extension for case insensitive pattern matchingJoonwoo Park2008-07-081-1/+14
* | textsearch: convert kmalloc + memset to kzallocJoonwoo Park2008-07-081-2/+1
* | textsearch: support for case insensitive searchingJoonwoo Park2008-07-081-5/+5
* | netfilter: cleanup netfilter_ipv6.h userspace headerAdrian Bunk2008-07-081-0/+4
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-0514-36/+21
|\ \ | |/
| * Merge branch 'for-2.6.26' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-07-021-0/+1
| |\
| | * Properly notify block layer of sync writesJens Axboe2008-07-011-0/+1
| * | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2008-07-021-1/+1
| |\ \
| | * | i2c: Fix bad hint about irqs in i2c.hWolfram Sang2008-07-011-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-022-1/+9
| |\ \ \ | | |/ / | |/| |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-06-301-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | Input: add KEY_MEDIA_REPEAT definitionBastien Nocera2008-06-301-1/+1
| * | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-06-291-4/+2
| |\ \ \
OpenPOWER on IntegriCloud