]> bbs.cooldavid.org Git - net-next-2.6.git/history - net
Bluetooth: Fix kfree() => kfree_skb() in hci_ath.c
[net-next-2.6.git] / net /
2010-07-27 Gustavo F. PadovanBluetooth: Add __init and __exit marks to RFCOMM
2010-07-27 Gustavo F. PadovanBluetooth: Test 'count' value before enter the loop
2010-07-27 Marcel HoltmannBluetooth: Defer SCO setup if mode change is pending
2010-07-27 John W. LinvilleMerge branch 'master' of git://git.kernel.org/pub/scm...
2010-07-26 Sujithmac80211: Don't set per-BSS QoS for monitor interfaces
2010-07-26 Johannes Bergmac80211: fix sta assignment
2010-07-26 Johannes Bergcfg80211: fix IBSS default management key
2010-07-26 Johannes Bergmac80211: remove bogus rcu_read_lock()
2010-07-26 Dan Carpenterwireless: remove unneeded variable from regulatory_hint...
2010-07-26 Dan Carpentermac80211: freeing the wrong variable
2010-07-26 John W. Linvillelib80211: remove unused host_build_iv option
2010-07-26 John W. Linvilleminstrel: don't complain about feedback for unrequested...
2010-07-26 John W. Linvilleminstrel_ht: remove unnecessary NULL check in minstrel_...
2010-07-21 Johannes Bergmac80211: proper IBSS locking
2010-07-21 Johannes Bergmac80211: fix IBSS lockdep complaint
2010-07-21 Johannes Bergmac80211: refuse shared key auth when WEP is unavailable
2010-07-21 Maxime Bizoncfg80211: fix race between sysfs and cfg80211
2010-07-21 Gustavo F. PadovanBluetooth: Enable L2CAP Extended features by default
2010-07-21 Gustavo F. PadovanBluetooth: Fix typo in hci_event.c
2010-07-21 Gustavo F. PadovanBluetooth: Add Google's copyright to L2CAP
2010-07-21 Suraj SumangalaBluetooth: Implemented HCI frame reassembly for RX...
2010-07-21 Suraj SumangalaBluetooth: Modified hci_recv_fragment() to use hci_reas...
2010-07-21 Suraj SumangalaBluetooth: Implement hci_reassembly helper to reassembl...
2010-07-21 Suraj SumangalaBluetooth: Add one more buffer for HCI stream reassembly
2010-07-21 Gustavo F. PadovanBluetooth: Update L2CAP version information
2010-07-21 Gustavo F. PadovanBluetooth: Add Copyright notice to L2CAP
2010-07-21 Gustavo F. PadovanBluetooth: Keep code under column 80
2010-07-21 Gustavo F. PadovanBluetooth: Fix bug in kzalloc allocation size
2010-07-21 Gustavo F. PadovanBluetooth: Send ConfigReq after send a ConnectionRsp
2010-07-21 João Paulo Rechi... Bluetooth: Fix error return on L2CAP-HCI interface.
2010-07-21 João Paulo Rechi... Bluetooth: Fix error value for wrong FCS.
2010-07-21 João Paulo Rechi... Bluetooth: Fix error return for l2cap_connect_rsp().
2010-07-21 João Paulo Rechi... Bluetooth: Fix error return value on sendmsg.
2010-07-21 João Paulo Rechi... Bluetooth: Fix error return value on sendmsg.
2010-07-21 João Paulo Rechi... Bluetooth: Make l2cap_streaming_send() void.
2010-07-21 João Paulo Rechi... Bluetooth: Fix l2cap_sock_connect error return.
2010-07-21 Gustavo F. PadovanBluetooth: Improve ERTM local busy handling
2010-07-21 Gustavo F. PadovanBluetooth: Add backlog queue to ERTM code
2010-07-21 Gustavo F. PadovanBluetooth: Remove the send_lock spinlock from ERTM
2010-07-21 Gustavo F. PadovanBluetooth: Don't accept ConfigReq if we aren't in the...
2010-07-21 Gustavo F. PadovanBluetooth: Disconnect early if mode is not supported
2010-07-21 Gustavo F. PadovanBluetooth: Remove check for supported mode
2010-07-21 Gustavo F. PadovanBluetooth: Refuse ConfigRsp with different mode
2010-07-21 Gustavo F. PadovanBluetooth: Actively send request for Basic Mode
2010-07-21 Gustavo F. PadovanBluetooth: Prefer Basic Mode on receipt of ConfigReq
2010-07-21 Gustavo F. PadovanBluetooth: Disconnect the channel if we don't want...
2010-07-21 Gustavo F. PadovanBluetooth: Change the way we set ERTM mode as mandatory
2010-07-21 Gustavo F. PadovanBluetooth: Tweaks to l2cap_send_i_or_rr_or_rnr() flow
2010-07-21 Gustavo F. PadovanBluetooth: Add debug output to ERTM code
2010-07-21 Gustavo F. PadovanBluetooth: Fix ERTM error reporting to the userspace
2010-07-21 Gustavo F. PadovanBluetooth: Fix missing retransmission action with RR...
2010-07-21 Gustavo F. PadovanBluetooth: Check packet FCS earlier
2010-07-21 Gustavo F. PadovanBluetooth: Check the tx_window size on setsockopt
2010-07-21 Gustavo F. PadovanBluetooth: Fix handle of received P-bit
2010-07-21 Gustavo F. PadovanBluetooth: Update buffer_seq before retransmit frames
2010-07-21 Gustavo F. PadovanBluetooth: Stop ack_timer if ERTM enters in Local Busy...
2010-07-21 Ron ShafferBluetooth: Reassigned copyright to Code Aurora Forum
2010-07-21 Johan HedbergBluetooth: Add debugfs support for showing the blacklist
2010-07-21 Johan HedbergBluetooth: Add blacklist support for incoming connections
2010-07-21 Gustavo F. PadovanBluetooth: Fix L2CAP control bit field corruption
2010-07-21 Gustavo F. PadovanBluetooth: Proper shutdown ERTM when closing the channel
2010-07-21 Nathan HolsteinBluetooth: Fix bug with ERTM minimum packet length
2010-07-21 João Paulo Rechi... Bluetooth: Fix SREJ_QUEUE corruption in L2CAP
2010-07-21 Gustavo F. PadovanBluetooth: Fix bug in l2cap_ertm_send() behavior
2010-07-21 Gustavo F. PadovanBluetooth: Only check SAR bits if frame is an I-frame
2010-07-21 Gustavo F. PadovanBluetooth: Fix bug with ERTM vars increment
2010-07-21 Gustavo F. PadovanBluetooth: Fix drop of packets with invalid req_seq...
2010-07-21 Gustavo F. PadovanBluetooth: Remove L2CAP Extended Features from Kconfig
2010-07-21 Gustavo F. PadovanBluetooth: Remove max_tx and tx_window module paramente...
2010-07-21 David S. MillerMerge branch 'master' of master.kernel.org:/pub/scm...
2010-07-20 John W. Linvillewireless: remove unnecessary reg_same_country_ie_hint
2010-07-20 John W. Linvillewireless: mark cfg80211_is_all_idle as static
2010-07-20 John W. Linvillewireless: correct sparse warning in generated regdb.c
2010-07-20 John W. Linvillewireless: correct sparse warning in wext-compat.c
2010-07-20 John W. Linvillewireless: correct sparse warning in lib80211_crypt_tkip.c
2010-07-20 John W. Linvillewireless: only use alpha2 regulatory information from...
2010-07-20 Neil Hormandrop_monitor: convert some kfree_skb call sites to...
2010-07-20 Neil Hormandrop_monitor: Add error code to detect duplicate state...
2010-07-20 Nicolas Dichtel__dst_free(): put EXPORT_SYMBOLS after the fct
2010-07-20 David Gnedtmac80211: set carrier on for monitor interfaces on...
2010-07-20 Johannes Bergmac80211: move QoS-enable to BSS info
2010-07-20 Felix Fietkaumac80211: fix aggregation action frame handling with...
2010-07-20 Herbert Xubridge: Partially disable netpoll support
2010-07-19 Eric Dumazetnet: this_cpu_xxx conversions
2010-07-19 Ilpo Järvinentcp: fix crash in tcp_xmit_retransmit_queue
2010-07-19 David S. MillerMerge branch 'master' of git://git.kernel.org/pub/scm...
2010-07-19 Eric Dumazetnet: 64bit stats for netdev_queue
2010-07-19 David S. Millersch_atm: Convert to use standard list_head facilities.
2010-07-19 Richard Cochrannet: support time stamping in phy devices.
2010-07-19 Richard Cochrannet: preserve ifreq parameter when calling generic...
2010-07-18 Pedro Garciavlan_dev: VLAN 0 should be treated as "no vlan tag...
2010-07-18 Tetsuo Handanet: Remove MAX_SOCK_ADDR constant
2010-07-18 Kulikov Vasiliynet: dccp: fix sign bug
2010-07-18 Arnaud EbalardIPv6: fix CoA check in RH2 input handler (mip6_rthdr_in...
2010-07-16 David S. MillerMerge branch 'vhost-net' of git://git.kernel.org/pub...
2010-07-16 John W. Linvillemac80211: improve error checking if WEP fails to init
2010-07-16 Christian Lampartermac80211: skip HT parsing if HW does not support HT
2010-07-16 Ben Greearipmr: Don't leak memory if fib lookup fails.
2010-07-16 Kulikov Vasiliynet: bridge: fix sign bug
2010-07-15 Tom Herbertnet: fix problem in reading sock TX queue
next