index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
...
*
sfc: Remove workaround for old firmware bug
Ben Hutchings
2008-09-24
*
sfc: Fix memory BAR release call on error path
Ben Hutchings
2008-09-24
*
sfc: Add check for memory allocation failure in falcon_probe_nic()
Ben Hutchings
2008-09-24
*
8139too: [cosmetic] fix incorrect register for flash-rom
Mats Erik Andersson
2008-09-24
*
s2io: Fix enabling VLAN tag stripping at driver initialization
Breno Leitao
2008-09-24
*
cs89x0: fix warning release_irq label
Yoichi Yuasa
2008-09-24
*
[netdrvr/usb] hso_create_bulk_serial_device(): fix a double free
Adrian Bunk
2008-09-24
*
wan/hdlc_x25.c: fix a NULL dereference
Krzysztof Halasa
2008-09-24
*
bonding: Do not tx-balance some IPv6 packets on ALB/TLB bonds
Vlad Yasevich
2008-09-24
*
[netdrvr] atl1e: Don't take the mdio_lock in atl1e_probe
Matthew Wilcox
2008-09-24
*
ehea: Fix DLPAR memory handling
Hannes Hering
2008-09-24
*
[netdrvr] ne: Fix suspend and resume for ISA PnP cards.
David Fries
2008-09-24
*
[netdrvr] au1000_eth: Spinlock initialisation fix
Martin Gebert
2008-09-24
*
MAINTAINERS: add Atheros maintainer for atlx
Chris Snook
2008-09-24
*
drivers/net/mlx4/alloc.c needs mm.h
Andrew Morton
2008-09-24
*
drivers/net/skfp/pmf.c: Use offsetof() macro
Takashi Iwai
2008-09-24
*
smc91x: SMC_IO_SHIFT platform data support for default case
Magnus Damm
2008-09-24
*
smc91x: fix nowait printout
Magnus Damm
2008-09-24
*
r8169: fix RxMissed register access
Francois Romieu
2008-09-24
*
ehea: fix phyp debugging typo
Sebastien Dugue
2008-09-24
*
tulip: Fix dead 21041 ethernet after ifconfig down
Thomas Bogendoerfer
2008-09-24
*
aoe: Fix OOPS after SKB queue changes.
David S. Miller
2008-09-23
*
can: Add documentation for virtual CAN driver usage
Oliver Hartkopp
2008-09-23
*
tcp: Fix queue traversal in tcp_use_frto().
David S. Miller
2008-09-23
*
tcp: Fix order of tests in tcp_retransmit_skb()
David S. Miller
2008-09-23
*
ppp_generic: Use skb_peek() in ppp_receive_mp_frame().
David S. Miller
2008-09-23
*
neigh: Remove by-hand SKB queue handling.
David S. Miller
2008-09-23
*
pkt_sched: Remove the tx queue state check in qdisc_run()
Jarek Poplawski
2008-09-23
*
tcp: Use SKB queue handling interfaces instead of by-hand versions.
David S. Miller
2008-09-23
*
net: Add skb_queue_walk_from() and skb_queue_walk_from_safe().
David S. Miller
2008-09-23
*
net: Add skb_queue_next().
David S. Miller
2008-09-23
*
tcp: Use skb_queue_is_last() instead of by-hand version.
David S. Miller
2008-09-23
*
net: Add skb_queue_is_last().
David S. Miller
2008-09-23
*
usbatm: Use skb_queue_walk_safe() instead of by-hand implementation.
David S. Miller
2008-09-23
*
zd1211: Use skb_queue_walk() instead of by-hand implementation.
David S. Miller
2008-09-23
*
de4x5: Use skb_queue_head instead of by-hand implementation.
David S. Miller
2008-09-23
*
pkt_sched: Check the state of tx_queue in dequeue_skb()
Jarek Poplawski
2008-09-23
*
pkt_sched: Always use q->requeue in dev_requeue_skb().
David S. Miller
2008-09-23
*
pkt_sched: Make qdisc->gso_skb a list.
David S. Miller
2008-09-23
*
sctp: Use skb_queue_walk_safe() and skb_queue_split_tail_init().
David S. Miller
2008-09-23
*
net: Fix bus in SKB queue splicing interfaces.
David S. Miller
2008-09-23
*
net: network device name ifalias support
Stephen Hemminger
2008-09-23
*
usbnet: Use skb_queue_walk_safe() instead of by-hand implementation.
David S. Miller
2008-09-22
*
Phonet: kernel documentation
Remi Denis-Courmont
2008-09-22
*
Phonet: emit errors when a packet cannot be delivered locally
Remi Denis-Courmont
2008-09-22
*
Phonet: proc interface for port range
Remi Denis-Courmont
2008-09-22
*
Phonet: provide MAC header operations
Remi Denis-Courmont
2008-09-22
*
Phonet: Phonet datagram transport protocol
Remi Denis-Courmont
2008-09-22
*
Phonet: common socket glue
Remi Denis-Courmont
2008-09-22
*
Phonet: Netlink interface
Remi Denis-Courmont
2008-09-22
[prev]
[next]