| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [NET_SCHED]: Convert actions from rtnetlink to new netlink API | Patrick McHardy | 2008-01-28 | 9 | -212/+214 |
* | [NET_SCHED]: Convert classifiers from rtnetlink to new netlink API | Patrick McHardy | 2008-01-28 | 10 | -276/+284 |
* | [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API | Patrick McHardy | 2008-01-28 | 18 | -411/+447 |
* | [NET_SCHED]: mark classifier ops __read_mostly | Patrick McHardy | 2008-01-28 | 6 | -10/+6 |
* | [NET_SCHED]: Move EXPORT_SYMBOL next to exported symbol | Patrick McHardy | 2008-01-28 | 5 | -27/+22 |
* | [PKT_SCHED] net classifier: style cleanup's | Stephen Hemminger | 2008-01-28 | 2 | -87/+73 |
* | [PKT_SCHED] sch_atm: style cleanup | Stephen Hemminger | 2008-01-28 | 1 | -74/+65 |
* | [PKT_SCHED] dsmark: checkpatch warning cleanup | Stephen Hemminger | 2008-01-28 | 1 | -39/+40 |
* | [PKT_SCHED] dsmark: handle cloned and non-linear skb's | Stephen Hemminger | 2008-01-28 | 1 | -4/+15 |
* | [PKT_SCHED] dsmark: Use hweight32() instead of convoluted loop. | David S. Miller | 2008-01-28 | 1 | -12/+3 |
* | [PKT_SCHED] dsmark: get rid of wrappers | Stephen Hemminger | 2008-01-28 | 1 | -49/+34 |
* | [NET_SCHED]: kill obsolete NET_CLS_POLICE option | Patrick McHardy | 2008-01-28 | 1 | -9/+0 |
* | [NET_SCHED]: sch_ingress: remove useless printk | Patrick McHardy | 2008-01-28 | 1 | -8/+1 |
* | [NET_SCHED]: sch_ingress: avoid a few #ifdefs | Patrick McHardy | 2008-01-28 | 1 | -12/+4 |
* | [NET_SCHED]: sch_ingress: move dependencies to Kconfig | Patrick McHardy | 2008-01-28 | 2 | -10/+2 |
* | [NET_SCHED]: sch_ingress: remove unnecessary ops | Patrick McHardy | 2008-01-28 | 1 | -24/+0 |
* | [NET_SCHED]: sch_ingress: return proper error code in ingress_graft() | Patrick McHardy | 2008-01-28 | 1 | -1/+1 |
* | [NET_SCHED]: sch_ingress: remove unused inner qdisc | Patrick McHardy | 2008-01-28 | 1 | -4/+0 |
* | [NET_SCHED]: sch_ingress: remove qdisc_priv() wrapper | Patrick McHardy | 2008-01-28 | 1 | -6/+4 |
* | [NET_SCHED]: sch_ingress: remove excessive debugging | Patrick McHardy | 2008-01-28 | 1 | -76/+3 |
* | [NET_SCHED]: sch_ingress: formatting fixes | Patrick McHardy | 2008-01-28 | 1 | -64/+39 |
* | [PKT_SCHED] SFQ: whitespace cleanup | Stephen Hemminger | 2008-01-28 | 1 | -17/+25 |
* | [PKT_SCHED] SFQ: use net_random | Stephen Hemminger | 2008-01-28 | 1 | -3/+3 |
* | [PKT_SCHED] SFQ: timer is deferrable | Stephen Hemminger | 2008-01-28 | 1 | -1/+3 |
* | [PKT_SCHED] HTB: htb_classid is dead static inline | Ilpo Järvinen | 2008-01-28 | 1 | -4/+0 |
* | [NET]: Add some acquires/releases sparse annotations. | Eric Dumazet | 2008-01-28 | 1 | -0/+4 |
* | [NETFILTER]: Mark hooks __read_mostly | Patrick McHardy | 2008-01-28 | 1 | -1/+1 |
* | [NETFILTER]: Use nf_register_hooks for multiple registrations | Patrick McHardy | 2008-01-28 | 1 | -26/+18 |
* | [NETFILTER]: Convert old checksum helper names | Patrick McHardy | 2008-01-28 | 2 | -7/+6 |
* | [NET]: Make rtnetlink infrastructure network namespace aware (v3) | Denis V. Lunev | 2008-01-28 | 3 | -7/+7 |
* | [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2) | Denis V. Lunev | 2008-01-28 | 3 | -0/+41 |
* | [NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections. | Eric Dumazet | 2008-01-28 | 17 | -40/+40 |
* | [NETFILTER]: Introduce NF_INET_ hook values | Patrick McHardy | 2008-01-28 | 1 | -2/+2 |
* | [NET]: Convert init_timer into setup_timer | Pavel Emelyanov | 2008-01-28 | 2 | -11/+2 |
* | [PKT_SCHED]: Spelling fixes | Joe Perches | 2007-12-20 | 1 | -1/+1 |
* | [PKT_SCHED]: Check subqueue status before calling hard_start_xmit | Peter P Waskiewicz Jr | 2007-11-13 | 1 | -2/+3 |
* | [PKT_SCHED] CLS_U32: Use ffs() instead of C code on hash mask to get first se... | Radu Rendec | 2007-11-10 | 1 | -11/+1 |
* | [PKT_SCHED] CLS_U32: Fix endianness problem with u32 classifier hash masks. | Radu Rendec | 2007-11-07 | 1 | -2/+2 |
* | [PKT_SCHED]: Fix OOPS when removing devices from a teql queuing discipline | Evgeniy Polyakov | 2007-11-07 | 1 | -0/+3 |
* | [NET_CLS_ACT]: Use skb_act_clone | Jamal Hadi Salim | 2007-10-26 | 1 | -1/+1 |
* | [PKT_SCHED]: Fix sch_prio.c build with CONFIG_NETDEVICES_MULTIQUEUE | Pavel Emelyanov | 2007-10-23 | 1 | -2/+2 |
* | [NET]: Hide the queue_mapping field inside netif_subqueue_stopped | Pavel Emelyanov | 2007-10-22 | 1 | -2/+2 |
* | [NET]: Make and use skb_get_queue_mapping | Pavel Emelyanov | 2007-10-22 | 1 | -1/+1 |
* | Fix misspellings of "system", "controller", "interrupt" and "necessary". | Robert P. J. Day | 2007-10-19 | 1 | -1/+1 |
* | [NET]: Fix possible dev_deactivate race condition | Herbert Xu | 2007-10-18 | 1 | -3/+23 |
* | [NET]: QoS/Sched as menuconfig | Randy Dunlap | 2007-10-18 | 1 | -7/+3 |
* | [NET]: fix carrier-on bug? | Jeff Garzik | 2007-10-17 | 1 | -3/+4 |
* | [NETFILTER]: Replace sk_buff ** with sk_buff * | Herbert Xu | 2007-10-15 | 2 | -8/+3 |
* | [NET_SCHED]: Show timer resolution instead of clock resolution in /proc/net/p... | Patrick McHardy | 2007-10-10 | 1 | -1/+4 |
* | [NET]: sparse warning fixes | Stephen Hemminger | 2007-10-10 | 1 | -1/+1 |