Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
4a31e348e3ecaf54c50240109ac4574b180f8840
/
net
/
sched
48d8332
[NET]: Prevent multiple qdisc runs
by Herbert Xu
· 18 years ago
932ff27
[NET]: Add netif_tx_lock
by Herbert Xu
· 18 years ago
338f756
[PKT_SCHED]: Potential jiffy wrap bug in dev_watchdog().
by Stephen Hemminger
· 18 years ago
210525d
[NET_SCHED]: HFSC: fix thinko in hfsc_adjust_levels()
by Patrick McHardy
· 18 years ago
89bbb0a
[PKT_SCHED] netem: fix loss
by Stephen Hemminger
· 19 years ago
18118cd
[NETFILTER]: ipt action: use xt_check_target for basic verification
by Patrick McHardy
· 19 years ago
83b950c
[PKT_SCHED] act_police: Rename methods.
by Jamal Hadi Salim
· 19 years ago
1ae39a4
[NET_SCHED]: cls_u32: remove unnecessary NULL-ptr check
by Patrick McHardy
· 19 years ago
afb5bb5
[PKT_SCHED]: Let NET_CLS_ACT no longer depend on EXPERIMENTAL
by Adrian Bunk
· 19 years ago
1533306
[NET]: dev_put/dev_hold cleanup
by Stephen Hemminger
· 19 years ago
f38c39d
[PKT_SCHED]: Convert sch_red to a classful qdisc
by Patrick McHardy
· 19 years ago
f5539eb
[PKT_SCHED]: Keep backlog counter in sch_sfq
by Patrick McHardy
· 19 years ago
053cfed
[PKT_SCHED]: Restore TBF change semantic
by Patrick McHardy
· 19 years ago
cdc7f8e
[PKT_SCHED]: Dump child qdisc handle in sch_{atm,dsmark}
by Patrick McHardy
· 19 years ago
6d037a2
[PKT_SCHED]: Qdisc drop operation is optional
by Patrick McHardy
· 19 years ago
1c52483
[NETFILTER]: x_tables: pass registered match/target data to match/target functions
by Patrick McHardy
· 19 years ago
f6e5746
[NET_SCHED]: act_api: fix skb leak in error path
by Patrick McHardy
· 19 years ago
ae82af5
[PKT_SCHED]: Handle SCTP/DCCP in sfq_hash
by Patrick McHardy
· 19 years ago
dd914b4
[PKT_SCHED] sch_prio: fix qdisc bands init
by Amnon Aaronsohn
· 19 years ago
dca80b9
[PKT_SCHED]: Change default clock source to gettimeofday
by Patrick McHardy
· 19 years ago
2e4e6a1
[NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tables
by Harald Welte
· 19 years ago
bb7e8c5
[PKT_SCHED] net/sched/Kconfig: fix typo in NET_EMATCH_META description
by Adrian Bunk
· 19 years ago
54608b7
[PKT_SCHED] ematch: Remove bogus include.
by Evgeniy Polyakov
· 19 years ago
29f1df6
[PKT_SCHED]: Fix qdisc return code.
by Jamal Hadi Salim
· 19 years ago
4bba392
[PKT_SCHED]: Prefix tc actions with act_
by Patrick McHardy
· 19 years ago
541673c8
[PKT_SCHED]: Fix memory leak when dumping in pedit action
by Patrick McHardy
· 19 years ago
31bd06e
[PKT_SCHED]: Remove some obsolete policer exports
by Patrick McHardy
· 19 years ago
f43c5a0
[PKT_SCHED]: Convert tc action functions to single skb pointers
by Patrick McHardy
· 19 years ago
538e43a
[PKT_SCHED]: Use USEC_PER_SEC
by Patrick McHardy
· 19 years ago
2941a48
[NET]: Convert net/{ipv4,ipv6,sched} to netdev_priv
by Patrick McHardy
· 19 years ago
14c8502
[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h
by Arnaldo Carvalho de Melo
· 19 years ago
c865e5d
[PKT_SCHED] netem: packet corruption option
by Stephen Hemminger
· 19 years ago
2edc268
[PKT_SCHED]: Disable debug tracing logs by default in packet action API.
by David S. Miller
· 19 years ago
aa87516
[PKT_SCHED]: sch_netem: correctly order packets to be sent simultaneously
by Andrea Bittau
· 19 years ago
05b8b0f
[NET]: Sanitize NET_SCHED protection in /net/sched/Kconfig
by Roman Zippel
· 19 years ago
a51482b
[NET]: kfree cleanup
by Jesper Juhl
· 19 years ago
b541ca2
[PKT_SCHED]: Correctly handle empty ematch trees
by Thomas Graf
· 19 years ago
2d43f11
Merge branch 'red' of 84.73.165.173:/home/tgr/repos/net-2.6
by Arnaldo Carvalho de Melo
· 19 years ago
eb229c4
[NETEM]: Add version string
by Stephen Hemminger
· 19 years ago
300ce17
[NETEM]: Support time based reordering
by Stephen Hemminger
· 19 years ago
bdc450a
[PKT_SCHED]: (G)RED: Introduce hard dropping
by Thomas Graf
· 19 years ago
b38c7ee
[PKT_SCHED]: GRED: Support ECN marking
by Thomas Graf
· 19 years ago
d8f64e1
[PKT_SCHED]: GRED: Fix restart of idle period in WRED mode upon dequeue and drop
by Thomas Graf
· 19 years ago
1e4dfaf
[PKT_SCHED]: GRED: Cleanup and remove unnecessary code
by Thomas Graf
· 19 years ago
6214e65
[PKT_SCHED]: GRED: Remove auto-creation of default VQ
by Thomas Graf
· 19 years ago
7051703
[PKT_SCHED]: GRED: Dont abuse default VQ for equalizing
by Thomas Graf
· 19 years ago
4a59183
[PKT_SCHED]: GRED: Remove initd flag
by Thomas Graf
· 19 years ago
18e3fb84
[PKT_SCHED]: GRED: Improve error handling and messages
by Thomas Graf
· 19 years ago
716a1b4
[PKT_SCHED]: GRED: Introduce tc_index_to_dp()
by Thomas Graf
· 19 years ago
edf7a7b
[PKT_SCHED]: GRED: Use generic queue management interface
by Thomas Graf
· 19 years ago
c3b553c
[PKT_SCHED]: GRED: Report congestion related drops as NET_XMIT_CN
by Thomas Graf
· 19 years ago
301d063
[PKT_SCHED]: GRED: Do not reset statistics in gred_reset/gred_change
by Thomas Graf
· 19 years ago
22b3342
[PKT_SCHED]: GRED: Use new generic red interface
by Thomas Graf
· 19 years ago
f62d6b9
[PKT_SCHED]: GRED: Use central VQ change procedure
by Thomas Graf
· 19 years ago
a8aaa99
[PKT_SCHED]: GRED: Report out-of-bound DPs as illegal
by Thomas Graf
· 19 years ago
6639607
[PKT_SCHED]: GRED: Use a central table definition change procedure
by Thomas Graf
· 19 years ago
e063682
[PKT_SCHED]: GRED: Dump table definition
by Thomas Graf
· 19 years ago
05f1cc0
[PKT_SCHED]: GRED: Cleanup dumping
by Thomas Graf
· 19 years ago
d6fd4e9
[PKT_SCHED]: GRED: Transform grio to GRED_RIO_MODE
by Thomas Graf
· 19 years ago
dea3f62
[PKT_SCHED]: GRED: Cleanup equalize flag and add new WRED mode detection
by Thomas Graf
· 19 years ago
dba051f
[PKT_SCHED]: RED: Cleanup and remove unnecessary code
by Thomas Graf
· 19 years ago
6a1b63d
[PKT_SCHED]: RED: Dont start idle periods while already idling
by Thomas Graf
· 19 years ago
9e178ff
[PKT_SCHED]: RED: Use generic queue management interface
by Thomas Graf
· 19 years ago
6b31b28
[PKT_SCHED]: RED: Use new generic red interface
by Thomas Graf
· 19 years ago
07aaa11
[NETEM]: use PSCHED_LESS
by Stephen Hemminger
· 19 years ago
52ab4ac
[PKT_SCHED]: Rework QoS and/or fair queueing configuration
by Thomas Graf
· 19 years ago
34cb711
[NET]: Disable NET_SCH_CLK_CPU for SMP x86 hosts
by Andi Kleen
· 19 years ago
81c3d54
[INET]: speedup inet (tcp/dccp) lookups
by Eric Dumazet
· 19 years ago
8d06afa
[PATCH] timer initialization cleanup: DEFINE_TIMER
by Ingo Molnar
· 19 years ago
29cb9f9
[LIB]: Make TEXTSEARCH_BM plain tristate like the others
by David S. Miller
· 19 years ago
ac6d439
[NETLINK]: Convert netlink users to use group numbers instead of bitmasks
by Patrick McHardy
· 19 years ago
0a242ef
[NET]: Deinline netif_carrier_{on,off}().
by Denis Vlasenko
· 19 years ago
abc3bc5
[NET]: Kill skb->tc_classid
by Patrick McHardy
· 19 years ago
0fbbeb1
[PKT_SCHED]: Fix missing qdisc_destroy() in qdisc_create_dflt()
by Thomas Graf
· 19 years ago
7686ee1
[EMATCH]: Remove feature ifdefs in meta ematch.
by Patrick McHardy
· 19 years ago
261688d
[PKT_SCHED]: em_meta: Kill TCF_META_ID_{INDEV,SECURITY,TCVERDICT}
by David S. Miller
· 19 years ago
28e212f
[PKT_SCHED]: Kill TCF_META_ID_REALDEV from meta ematch.
by David S. Miller
· 19 years ago
3f1c81f
[EMATCH]: Kill TCF_META_ID_TCCLASSID reference from meta ematch as well.
by David S. Miller
· 19 years ago
452f299
[PKT_SCHED]: Reduce branch mispredictions in pfifo_fast_dequeue
by Thomas Graf
· 19 years ago
d7c7ed4
[PKT_SCHED]: Remove debugging leftover from textsearch ematch
by Thomas Graf
· 19 years ago
6a2e9b7
[NET]: move config options out to individual protocols
by Sam Ravnborg
· 19 years ago
b03efcf
[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()
by David S. Miller
· 19 years ago
63d886c
[PKT_SCHED]: Blackhole queueing discipline
by Thomas Graf
· 19 years ago
023e09a
[PKT_SCHED]: Report rate estimator configuration errors during qdisc allocation
by Thomas Graf
· 19 years ago
3d54b82
[PKT_SCHED]: Cleanup qdisc creation and alignment macros
by Thomas Graf
· 19 years ago
e176fe8
[NET]: Remove unused security member in sk_buff
by Thomas Graf
· 19 years ago
8a47077
[NETLINK]: Missing padding fields in dumped structures
by Patrick McHardy
· 19 years ago
9ef1d4c
[NETLINK]: Missing initializations in dumped data
by Patrick McHardy
· 19 years ago
f770434
[PKT_SCHED]: Make TEXTSEARCH* options only selected.
by David S. Miller
· 19 years ago
f2d368f
[PKT_SCHED]: Make NET_EMATCH_TEXT select TEXTSEARCh
by David S. Miller
· 19 years ago
d675c98
[PKT_SCHED]: Packet classification based on textsearch (ematch)
by Thomas Graf
· 19 years ago
94df109
[PKT_SCHED]: noop/noqueue qdisc style cleanups
by Thomas Graf
· 19 years ago
f87a9c3
[PKT_SCHED]: Cleanup pfifo_fast qdisc and remove unnecessary code
by Thomas Graf
· 19 years ago
321090e
[PKT_SCHED]: Add and use prio2list() in the pfifo_fast qdisc
by Thomas Graf
· 19 years ago
821d24a
[PKT_SCHED]: Transform pfifo_fast to use generic queue management interface
by Thomas Graf
· 19 years ago
6fc8e84
[PKT_SCHED]: Cleanup fifo qdisc and remove unnecessary code
by Thomas Graf
· 19 years ago
aaae301
[PKT_SCHED]: Transform fifo qdisc to use generic queue management interface
by Thomas Graf
· 19 years ago
e431b8c
[NETLINK]: Explicit typing
by Jamal Hadi Salim
· 19 years ago
af0d114
[PKT_SCHED]: Logic simplifications and codingstyle/whitespace cleanups
by Thomas Graf
· 19 years ago
02f23f0
[PKT_SCHED]: Make dsmark use the new dumping macros
by Thomas Graf
· 19 years ago
Next »