aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-13dccp: Upgrade NDP count from 3 to 6 bytesGerrit Renker1-4/+2
2008-07-08netdev: Move atomic queue state bits into netdev_queue.David S. Miller2-17/+40
2008-07-08net: Delete NETDEVICES_MULTIQUEUE kconfig option.David S. Miller2-24/+0
2008-07-08netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.David S. Miller1-23/+39
2008-07-08pkt_sched: Make qdisc_run take a netdev_queue.David S. Miller1-3/+5
2008-07-08netdev: Make netif_schedule() routines work with netdev_queue objects.David S. Miller1-5/+12
2008-07-08netdev: Move gso_skb into netdev_queue.David S. Miller1-3/+1
2008-07-08pkt_sched: Add qdisc_tx_is_noop() helper and use in IPV6.David S. Miller1-0/+8
2008-07-08net: Clean up explicit ->tx_queue references in link watch.David S. Miller1-0/+8
2008-07-08pkt_sched: Add qdisc_all_tx_empty()David S. Miller2-1/+10
2008-07-08pkt_sched: Add qdisc_reset_all_tx().David S. Miller1-0/+6
2008-07-08netdev: Move next_sched into struct netdev_queue.David S. Miller1-3/+2
2008-07-08pkt_sched: Kill stats_lock member of struct Qdisc.David S. Miller1-1/+0
2008-07-08netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead.David S. Miller1-3/+0
2008-07-08netdev: Move rest of qdisc state into struct netdev_queueDavid S. Miller2-8/+4
2008-07-08netdev: The ingress_lock member is no longer needed.David S. Miller1-2/+0
2008-07-08netdev: Move queue_lock into struct netdev_queue.David S. Miller1-2/+2
2008-07-08pkt_sched: Remove 'dev' member of struct Qdisc.David S. Miller1-7/+9
2008-07-08netdev: Create netdev_queue abstraction.David S. Miller2-1/+12
2008-07-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller2-15/+34
2008-07-08vlan: avoid header copying and linearisation where possiblePatrick McHardy1-15/+3
2008-07-08mac80211: fix lots of kernel-docRandy Dunlap1-15/+25
2008-07-08mac80211: move QOS control helpers into ieee80211.hHarvey Harrison1-0/+2
2008-07-08mac80211: add block ack request capabilityRon Rindjunsky2-0/+7
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-08netfilter: nf_conntrack: add allocation flag to nf_conntrack_allocPablo Neira Ayuso1-1/+2
2008-07-05net-sched: consolidate default fifo qdisc setupPatrick McHardy1-0/+4
2008-07-05net-sched: add dynamically sized qdisc class hash helpersPatrick McHardy1-0/+42
2008-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller52-117/+233
2008-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-0/+5
2008-07-05vlan: Add GVRP supportPatrick McHardy2-0/+2
2008-07-05net: Add GARP applicant-only participantPatrick McHardy2-0/+129
2008-07-05net: Add STP demux layerPatrick McHardy1-0/+14
2008-07-05MIB: add struct net to UDP6_INC_STATS_BHPavel Emelyanov1-2/+2
2008-07-05MIB: add struct net to UDP6_INC_STATS_USERPavel Emelyanov1-1/+1
2008-07-05MIB: add struct net to UDP_INC_STATS_BHPavel Emelyanov1-3/+3
2008-07-05MIB: add struct net to UDP_INC_STATS_USERPavel Emelyanov1-1/+1
2008-07-05Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6David S. Miller1-7/+0
2008-07-05netns: place rt_genid into struct netDenis V. Lunev1-0/+1
2008-07-05netns: make rt_secret_rebuild timer per namespaceDenis V. Lunev1-0/+2
2008-07-05netns: register net.ipv4.route.flush in each namespaceDenis V. Lunev1-0/+1