summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2008-07-09netdev: Make netif_schedule() routines work with netdev_queue objects.David S. Miller1-5/+12
2008-07-09netdev: Move gso_skb into netdev_queue.David S. Miller1-3/+1
2008-07-09netdev: Move next_sched into struct netdev_queue.David S. Miller1-3/+2
2008-07-09netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead.David S. Miller1-3/+0
2008-07-09netdev: Move rest of qdisc state into struct netdev_queueDavid S. Miller1-7/+3
2008-07-09netdev: The ingress_lock member is no longer needed.David S. Miller1-2/+0
2008-07-09netdev: Move queue_lock into struct netdev_queue.David S. Miller1-2/+2
2008-07-09netdev: Create netdev_queue abstraction.David S. Miller1-0/+7
2008-07-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller1-0/+6
2008-07-09vlan: avoid header copying and linearisation where possiblePatrick McHardy1-15/+3
2008-07-08mac80211: move QOS control helpers into ieee80211.hHarvey Harrison1-0/+2
2008-07-08mac80211: add block ack request capabilityRon Rindjunsky1-0/+4
2008-07-08vlan: TCI related type and naming cleanupsPatrick McHardy1-36/+48
2008-07-08vlan: remove useless struct hlist_node declaration from if_vlan.hPatrick McHardy1-4/+0
2008-07-08vlan: move struct vlan_dev_info to private headerPatrick McHardy1-41/+15
2008-07-08vlan: uninline __vlan_hwaccel_rxPatrick McHardy1-56/+8
2008-07-08vlan: fix network_header/mac_header adjustmentsPatrick McHardy1-2/+0
2008-07-08net: remove padding from struct socket on 64bit & increase objects/cacheRichard Kennedy1-2/+2
2008-07-08netfilter: fix string extension for case insensitive pattern matchingJoonwoo Park1-1/+14
2008-07-08textsearch: convert kmalloc + memset to kzallocJoonwoo Park1-2/+1
2008-07-08textsearch: support for case insensitive searchingJoonwoo Park1-5/+5
2008-07-08netfilter: cleanup netfilter_ipv6.h userspace headerAdrian Bunk1-0/+4
2008-07-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller14-36/+21
2008-07-06vlan: Add GVRP supportPatrick McHardy1-0/+1
2008-07-06net: Add GARP applicant-only participantPatrick McHardy1-0/+2
2008-07-06Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David S. Miller1-7/+0
2008-07-04WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa1-7/+0
2008-07-03tun: Allow GSO using virtio_net_hdrRusty Russell1-0/+2
2008-07-03tun: TUNSETFEATURES to set gso features.Rusty Russell1-0/+7
2008-07-03tun: Interface to query tun/tap features.Rusty Russell1-0/+1
2008-07-03ipv4,ipv6 mroute: Add some helper inline functions to remove ugly ifdefs.YOSHIFUJI Hideaki2-0/+59
2008-07-03ipv4: Do cleanup for ip_mr_initWang Chen2-3/+1
2008-07-03ipv6: Do cleanup for ip6_mr_init.Wang Chen1-1/+2
2008-07-03ipv6 addrconf: add accept_dad sysctl to control DAD operation.YOSHIFUJI Hideaki1-0/+2
2008-07-03ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface.YOSHIFUJI Hideaki1-0/+2
2008-07-03Merge branch 'for-2.6.26' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+1
2008-07-03Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds1-1/+1
2008-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-1/+9
2008-07-02netdev: Add support for rx flow hash configuration, using ethtool.Santwona Behera1-0/+33
2008-07-02i2c: Fix bad hint about irqs in i2c.hWolfram Sang1-1/+1
2008-07-01Properly notify block layer of sync writesJens Axboe1-0/+1
2008-06-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+1
2008-06-30Input: add KEY_MEDIA_REPEAT definitionBastien Nocera1-1/+1
2008-06-29Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-4/+2
2008-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds1-1/+1
2008-06-29Merge branch 'audit.b52' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2008-06-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-3/+1
2008-06-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller5-11/+275
2008-06-29Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David S. Miller2-1/+3
2008-06-28rndis_host: pass buffer length to rndis_commandJussi Kivilinna1-1/+2