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
path:
root
/
net
Commit message (
Expand
)
Author
Age
*
wireless: convert drivers to netdev_tx_t
Stephen Hemminger
2009-09-01
*
netdev: convert pseudo drivers to netdev_tx_t
Stephen Hemminger
2009-09-01
*
irda: convert to netdev_tx_t
Stephen Hemminger
2009-09-01
*
convert hamradio drivers to netdev_txreturnt_t
Stephen Hemminger
2009-09-01
*
convert ATM drivers to netdev_tx_t
Stephen Hemminger
2009-09-01
*
netdev: convert pseudo-devices to netdev_tx_t
Stephen Hemminger
2009-09-01
*
pkt_sched: Fix resource limiting in pfifo_fast
Krishna Kumar
2009-08-31
*
net: convert remaining non-symbolic return values in dev_queue_xmit
Krishna Kumar
2009-08-31
*
can: use correct NET_RX_ return values
Oliver Hartkopp
2009-08-31
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...
David S. Miller
2009-08-31
|
\
|
*
Bluetooth: Add support for L2CAP 'Send RRorRNR' action
Gustavo F. Padovan
2009-08-26
|
*
Bluetooth: Handle L2CAP case when the remote receiver is busy
Gustavo F. Padovan
2009-08-26
|
*
Bluetooth: Acknowledge L2CAP packets when receiving RR-frames (F-bit=1)
Gustavo F. Padovan
2009-08-26
|
*
Bluetooth: Add missing selection of CONFIG_CRC16 for L2CAP layer
Randy Dunlap
2009-08-24
|
*
Bluetooth: Use proper *_unaligned_le{16,32} helpers for L2CAP
Gustavo F. Padovan
2009-08-24
|
*
Bluetooth: Add locking scheme to L2CAP timeout callbacks
Gustavo F. Padovan
2009-08-24
|
*
Bluetooth: Fix rejected connection not disconnecting ACL link
Luiz Augusto von Dentz
2009-08-22
|
*
Bluetooth: Full support for receiving L2CAP SREJ frames
Gustavo F. Padovan
2009-08-22
|
*
Bluetooth: Add support for L2CAP SREJ exception
Gustavo F. Padovan
2009-08-22
|
*
Bluetooth: Add support for FCS option to L2CAP
Gustavo F. Padovan
2009-08-22
|
*
Bluetooth: Enable Streaming Mode for L2CAP
Gustavo F. Padovan
2009-08-22
|
*
Bluetooth: Add support for Retransmission and Monitor Timers
Gustavo F. Padovan
2009-08-22
|
*
Bluetooth: Initial support for retransmission of packets with REJ frames
Gustavo F. Padovan
2009-08-22
|
*
Bluetooth: Add support for Segmentation and Reassembly of SDUs
Gustavo F. Padovan
2009-08-22
|
*
Bluetooth: Add initial support for ERTM packets transfers
Gustavo F. Padovan
2009-08-22
|
*
Bluetooth: Create separate l2cap_send_disconn_req() function
Gustavo F. Padovan
2009-08-22
|
*
Bluetooth: Add configuration support for ERTM and Streaming mode
Gustavo F. Padovan
2009-08-22
|
*
Bluetooth: Add L2CAP RFC option if ERTM is enabled
Marcel Holtmann
2009-08-22
|
*
Bluetooth: Allow setting of L2CAP ERTM via socket option
Marcel Holtmann
2009-08-22
|
*
Bluetooth: Add module option to enable L2CAP ERTM support
Marcel Holtmann
2009-08-22
|
*
Bluetooth: Coding style cleanup from previous rfcomm_init bug fix
Marcel Holtmann
2009-08-22
|
*
Bluetooth: Convert hdev->req_lock to a mutex
Thomas Gleixner
2009-08-22
|
*
Bluetooth: Let HIDP grab the device reference for connections
Marcel Holtmann
2009-08-22
|
*
Bluetooth: Add extra device reference counting for connections
Marcel Holtmann
2009-08-22
|
*
Bluetooth: Disconnect HIDRAW devices on disconnect
Marcel Holtmann
2009-08-22
|
*
Bluetooth: Fix missing scheduling when VIRTUAL_CABLE_UNPLUG is received
Vikram Kandukuri
2009-08-22
|
*
Bluetooth: Add proper shutdown support to SCO sockets
Marcel Holtmann
2009-08-22
*
|
tipc: fix test of bearer_priority range in tipc_register_media()
roel kluin
2009-08-29
*
|
can: switch to seq_file
Alexey Dobriyan
2009-08-29
*
|
tcp: Remove redundant copy of MD5 authentication key
John Dykstra
2009-08-29
*
|
Speed-up pfifo_fast lookup using a private bitmap
Krishna Kumar
2009-08-29
*
|
ipv6: Update Neighbor Cache when IPv6 RA is received on a router
David Ward
2009-08-29
*
|
tcp: fix premature termination of FIN_WAIT2 time-wait sockets
Octavian Purdila
2009-08-29
*
|
fib_trie: resize rework
Jens Låås
2009-08-29
*
|
sit: allow ip fragmentation when using nopmtudisc to fix package loss
Sascha Hlusiak
2009-08-29
*
|
net: ip_rt_send_redirect() optimization
Eric Dumazet
2009-08-29
*
|
tcp: keepalive cleanups
Eric Dumazet
2009-08-29
*
|
ipv4: af_inet.c cleanups
Eric Dumazet
2009-08-29
*
|
pktgen: use proc_create_data()
Alexey Dobriyan
2009-08-29
*
|
pktgen: increase version
Stephen Hemminger
2009-08-29
[next]