aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_cbq.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-25[NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo15-18/+23
2007-04-25[IPV4]: fib_trie root node settingsRobert Olsson1-2/+2
2007-04-25[IPV4]: fib_trie resize breakRobert Olsson1-3/+23
2007-04-25[SK_BUFF]: Adjust the zeroing up to tail in __alloc_skb tooArnaldo Carvalho de Melo1-1/+4
2007-04-25[SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo15-56/+101
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo110-329/+396
2007-04-25[VLAN] vlan_dev: Use skb_reset_network_header().David S. Miller1-1/+1
2007-04-25[IrDA]: SMC SuperIO Chip LPC47N227 not identified properlyPeter Kovar1-0/+1
2007-04-25[IrDA]: irda lockdep annotationSamuel Ortiz1-1/+8
2007-04-25[IrDA]: removing stir4200 useless includeSamuel Ortiz1-1/+0
2007-04-25[SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit architecturesArnaldo Carvalho de Melo5-26/+104
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo46-165/+162
2007-04-25[SK_BUFF]: Introduce skb_network_header_lenArnaldo Carvalho de Melo14-21/+27
2007-04-25[SK_BUFF]: Use the helpers to get the layer header pointerArnaldo Carvalho de Melo4-5/+5
2007-04-25[NET_SCHED]: Fix warningPatrick McHardy1-1/+2
2007-04-25[NET_SCHED]: sch_cbq: fix watchdog scheduled too latePatrick McHardy1-1/+1
2007-04-25[NET_SCHED]: Export real timer resolution in /proc/net/pschedPatrick McHardy1-1/+1
2007-04-25[NET_SCHED]: kill jiffie conversion macrosPatrick McHardy3-10/+7
2007-04-25[NET_SCHED]: sch_htb: use hrtimer based watchdogPatrick McHardy1-60/+31
2007-04-25[NET_SCHED]: sch_cbq: use hrtimer for delay_timerPatrick McHardy1-29/+41
2007-04-25[NET_SCHED]: sch_cbq: fix cbq_undelay_prio for non-active prioritesPatrick McHardy1-1/+1
2007-04-25[NET_SCHED]: sch_cbq: use hrtimer based watchdogPatrick McHardy1-21/+7
2007-04-25[NET_SCHED]: sch_netem: use hrtimer based watchdogPatrick McHardy1-20/+5
2007-04-25[NET_SCHED]: sch_tbf: use hrtimer based watchdogPatrick McHardy1-24/+7
2007-04-25[NET_SCHED]: sch_hfsc: use hrtimer based watchdogPatrick McHardy1-25/+7
2007-04-25[NET_SCHED]: Add hrtimer based qdisc watchdogPatrick McHardy2-0/+46
2007-04-25[NET_SCHED]: Use ktime as clocksourcePatrick McHardy5-315/+19
2007-04-25[SK_BUFF]: Some more layer header conversionsArnaldo Carvalho de Melo6-17/+27
2007-04-25[KBUILD]: Unifdef headers changed by the skb layer header refactoringsArnaldo Carvalho de Melo1-3/+3
2007-04-25[SK_BUFF]: More skb_put related skb_reset_transport_headerArnaldo Carvalho de Melo4-12/+19
2007-04-25[IPV6]: Reset the network header in ip6_nd_hdrArnaldo Carvalho de Melo1-1/+2
2007-04-25[SK_BUFF]: More skb_put related conversions to skb_reset_transport_headerArnaldo Carvalho de Melo4-18/+18
2007-04-25[NETFILTER]: nfnetlink: parse attributes with nfattr_parse in nfnetlink_check_attributePablo Neira Ayuso1-14/+2
2007-04-25[NETFILTER]: ctnetlink: add support for internal tcp connection tracking flags handlingPablo Neira Ayuso3-1/+53
2007-04-25[NETFILTER]: TCP conntrack: factorize out the PUSH flagWilly Tarreau1-13/+4
2007-04-25[NETFILTER]: TCP conntrack: accept RST|PSH as validWilly Tarreau1-0/+1
2007-04-25[NETFILTER]: nf_conntrack: add nf_copy() to safely copy members in skbYasuyuki Kozakai3-29/+15
2007-04-25[NETFILTER]: nf_conntrack: add __nf_copy() to copy members in skbYasuyuki Kozakai2-26/+19
2007-04-25[NETFILTER]: nf_conntrack: use jhash2 in __hash_conntrackSami Farin1-4/+5
2007-04-25[JHASH]: Use const in jhash2Patrick McHardy1-1/+1
2007-04-25[NETFILTER]: nfnetlink: move EXPORT_SYMBOL declarations next to the exported symbolPablo Neira Ayuso1-7/+6
2007-04-25[NETFILTER]: nfnetlink: remove unused includes in nfnetlink.cPablo Neira Ayuso1-2/+0
2007-04-25[NETFILTER]: nfnetlink: remove unrequired check in nfnetlink_get_subsysPablo Neira Ayuso1-2/+1
2007-04-25[NETFILTER]: nfnetlink: remove duplicate checks in nfnetlink_check_attributesPablo Neira Ayuso1-8/+1
2007-04-25[NETFILTER]: nfnetlink: remove early debugging messages from nfnetlinkPablo Neira Ayuso1-36/+6
2007-04-25[NETFILTER]: nf_conntrack: uninline notifier registration functionsPatrick McHardy2-24/+29
2007-04-25[NETFILTER]: nfnetlink: use netlink_run_queue()Patrick McHardy1-47/+4
2007-04-25[NETFILTER]: nfnetlink: use mutex instead of semaphorePatrick McHardy3-28/+25
2007-04-25[NETFILTER]: nf_conntrack: simplify l4 protocol array allocationPatrick McHardy1-25/+12
2007-04-25[NETFILTER]: nf_conntrack: simplify protocol lockingPatrick McHardy1-31/+14