2010-05-10 |
Gustavo F. Padovan | Bluetooth: Group the ack of I-frames into l2cap_data_channel... Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
|
commit | commitdiff | tree |
2010-05-10 |
Gustavo F. Padovan | Bluetooth: Handle all cases of receipt of RNR-frames... Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
|
commit | commitdiff | tree |
2010-05-10 |
Gustavo F. Padovan | Bluetooth: Split l2cap_data_channel_sframe() Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
|
commit | commitdiff | tree |
2010-05-10 |
Gustavo F. Padovan | Bluetooth: Add Recv RR (P=0)(F=0) for SREJ_SENT state... Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
|
commit | commitdiff | tree |
2010-05-10 |
Gustavo F. Padovan | Bluetooth: Move set of P-bit to l2cap_send_sframe() Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
|
commit | commitdiff | tree |
2010-05-10 |
Gustavo F. Padovan | Bluetooth: Implement SendAck() Action on ERTM. Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
|
commit | commitdiff | tree |
2010-05-10 |
Gustavo F. Padovan | Bluetooth: Check if SDU size is greater than MTU on... Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
|
commit | commitdiff | tree |
2010-05-10 |
Gustavo F. Padovan | Bluetooth: Check the minimum {I,S}-frame size into... Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
|
commit | commitdiff | tree |
2010-05-10 |
Gustavo F. Padovan | Bluetooth: Support case with F bit set under WAIT_F... Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
|
commit | commitdiff | tree |
2010-05-10 |
Gustavo F. Padovan | Bluetooth: Implement 'Send IorRRorRNR' event Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
|
commit | commitdiff | tree |
2010-05-10 |
Gustavo F. Padovan | Bluetooth: Use a l2cap_pinfo struct instead l2cap_pi... Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
|
commit | commitdiff | tree |
2010-05-10 |
Gustavo F. Padovan | Bluetooth: Fix ACL MTU issue Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
|
commit | commitdiff | tree |
2010-05-10 |
Gustavo F. Padovan | Bluetooth: Fix expected_tx_seq calculation on L2CAP Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
|
commit | commitdiff | tree |
2010-05-10 |
Gustavo F. Padovan | Bluetooth: Fix memory leak of S-frames into L2CAP Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
|
commit | commitdiff | tree |
2010-05-10 |
Gustavo F. Padovan | Bluetooth: Move specific Basic Mode code to the right... Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
|
commit | commitdiff | tree |
2010-05-10 |
Gustavo F. Padovan | Bluetooth: Trivial clean ups to SCO Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
|
commit | commitdiff | tree |
2010-05-10 |
Gustavo F. Padovan | Bluetooth: Make hci_send_sco() void Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
|
commit | commitdiff | tree |
2010-05-10 |
Gustavo F. Padovan | Bluetooth: Fix wrong packet type count increment Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
|
commit | commitdiff | tree |
2010-05-10 |
Gustavo F. Padovan | Bluetooth: Use the proper function cast to get hdr... Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
|
commit | commitdiff | tree |
2010-05-10 |
Gustavo F. Padovan | Bluetooth: Fix return value when bt_skb_alloc fails Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
|
commit | commitdiff | tree |
2010-03-06 |
Gustavo F. Padovan | printk: avoid warning when CONFIG_PRINTK is disabled Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
|
commit | commitdiff | tree |
2009-12-17 |
Gustavo F. Padovan | Bluetooth: Ack L2CAP I-frames before retransmit missing... Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-12-17 |
Gustavo F. Padovan | Bluetooth: Fix unset of RemoteBusy flag for L2CAP Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-12-03 |
Gustavo F. Padovan | Bluetooth: Fix 'SendRRorRNR' to send the ReqSeq value Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-12-03 |
Gustavo F. Padovan | Bluetooth: Implement RejActioned flag Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-12-03 |
Gustavo F. Padovan | Bluetooth: Fix sending ReqSeq on I-frames Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-12-03 |
Gustavo F. Padovan | Bluetooth: Fix unset of SrejActioned flag Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-12-03 |
Gustavo F. Padovan | Bluetooth: Initialize variables and timers for both... Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-11-16 |
Gustavo F. Padovan | Bluetooth: Fix regression with L2CAP configuration... Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-11-16 |
Gustavo F. Padovan | Bluetooth: Select Basic Mode as default for SOCK_SEQPACKET Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-08-26 |
Gustavo F. Padovan | Bluetooth: Add support for L2CAP 'Send RRorRNR' action Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-08-26 |
Gustavo F. Padovan | Bluetooth: Handle L2CAP case when the remote receiver... Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-08-26 |
Gustavo F. Padovan | Bluetooth: Acknowledge L2CAP packets when receiving... Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-08-24 |
Gustavo F. Padovan | Bluetooth: Use proper *_unaligned_le{16,32} helpers... Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-08-24 |
Gustavo F. Padovan | Bluetooth: Add locking scheme to L2CAP timeout callbacks Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-08-22 |
Gustavo F. Padovan | Bluetooth: Full support for receiving L2CAP SREJ frames Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-08-22 |
Gustavo F. Padovan | Bluetooth: Add support for L2CAP SREJ exception Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-08-22 |
Gustavo F. Padovan | Bluetooth: Add support for FCS option to L2CAP Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-08-22 |
Gustavo F. Padovan | Bluetooth: Enable Streaming Mode for L2CAP Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-08-22 |
Gustavo F. Padovan | Bluetooth: Add support for Retransmission and Monitor... Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-08-22 |
Gustavo F. Padovan | Bluetooth: Initial support for retransmission of packets... Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-08-22 |
Gustavo F. Padovan | Bluetooth: Add support for Segmentation and Reassembly... Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-08-22 |
Gustavo F. Padovan | Bluetooth: Add initial support for ERTM packets transfers Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-08-22 |
Gustavo F. Padovan | Bluetooth: Create separate l2cap_send_disconn_req(... Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-08-22 |
Gustavo F. Padovan | Bluetooth: Add configuration support for ERTM and Streaming... Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-06-08 |
Gustavo F. Padovan | Bluetooth: Fix errors and warnings in L2CAP reported... Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-06-08 |
Gustavo F. Padovan | Bluetooth: Use macro for L2CAP hint mask on receiving... Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-06-08 |
Gustavo F. Padovan | Bluetooth: Use macros for L2CAP channel identifiers Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-02-28 |
Gustavo F. Padovan | x86, fixmap: unify fixmap.h Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-02-28 |
Gustavo F. Padovan | x86, fixmap: prepare fixmap_32.h for unification Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-02-28 |
Gustavo F. Padovan | x86, fixmap: prepare fixmap_64.h for unification Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-02-28 |
Gustavo F. Padovan | x86, fixmap: add CONFIG_EFI Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-02-28 |
Gustavo F. Padovan | x86, fixmap: add CONFIG_X86_{LOCAL,IO}_APIC Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-02-28 |
Gustavo F. Padovan | x86, fixmap: define reserve_top_address for x86_64 Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-02-28 |
Gustavo F. Padovan | x86, fixmap: define FIXADDR_BOOT_* and redefine FIX_ADDR_SIZE Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2009-02-28 |
Gustavo F. Padovan | x86, fixmap: rename __FIXADDR_SIZE and __FIXADDR_BOOT_SIZE Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2008-10-22 |
Gustavo F. Padovan | x86: remove redundant KERN_DEBUG on pr_debug Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2008-08-15 |
Gustavo F. Padovan | x86: coding style fixes to arch/x86/kernel/traps_64.c Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2008-08-07 |
Gustavo F. Padovan | drivers/net: coding styles fixes to drivers/net/8390.c Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2008-08-07 |
Gustavo F. Padovan | drivers/net: coding styles fixes to drivers/net/8390p.c Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2008-08-07 |
Gustavo F. Padovan | drivers/net: Remove 'return' of void function NS8390p_init() Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2008-07-31 |
Gustavo F. Padovan | x86: coding style fixes to arch/x86/kernel/sys_x86_64.c Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2008-07-31 |
Gustavo F. Padovan | x86: coding style fixes to arch/x86/kernel/traps_64.c Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2008-07-31 |
Gustavo F. Padovan | x86: coding style fixes to arch/x86/kernel/signal_64.c Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2008-07-31 |
Gustavo F. Padovan | x86: coding style fixes to arch/x86/kernel/crash_dump_64.c Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2008-07-31 |
Gustavo F. Padovan | x86: add KERN_INFO to printks on process_64.c Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |
2008-07-31 |
Gustavo F. Padovan | x86: coding styles fixes to arch/x86/kernel/process_64.c Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
|
commit | commitdiff | tree |