summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * Bluetooth: Fix missing retransmission action with RR(P=1)Gustavo F. Padovan2010-07-211-2/+2
| | * Bluetooth: Check packet FCS earlierGustavo F. Padovan2010-07-211-11/+11
| | * Bluetooth: Check the tx_window size on setsockoptGustavo F. Padovan2010-07-211-0/+5
| | * Bluetooth: Fix handle of received P-bitGustavo F. Padovan2010-07-211-2/+12
| | * Bluetooth: Update buffer_seq before retransmit framesGustavo F. Padovan2010-07-211-4/+4
| | * Bluetooth: Stop ack_timer if ERTM enters in Local Busy or SREJ_SENTGustavo F. Padovan2010-07-211-0/+4
| | * Bluetooth: Reassigned copyright to Code Aurora ForumRon Shaffer2010-07-212-2/+2
| | * Bluetooth: Add debugfs support for showing the blacklistJohan Hedberg2010-07-211-0/+38
| | * Bluetooth: Add blacklist support for incoming connectionsJohan Hedberg2010-07-213-1/+94
| | * Bluetooth: Fix L2CAP control bit field corruptionGustavo F. Padovan2010-07-211-0/+4
| | * Bluetooth: Proper shutdown ERTM when closing the channelGustavo F. Padovan2010-07-211-22/+37
| | * Bluetooth: Fix bug with ERTM minimum packet lengthNathan Holstein2010-07-211-4/+4
| | * Bluetooth: Fix SREJ_QUEUE corruption in L2CAPJoão Paulo Rechi Vita2010-07-211-1/+12
| | * Bluetooth: Fix bug in l2cap_ertm_send() behaviorGustavo F. Padovan2010-07-211-6/+6
| | * Bluetooth: Only check SAR bits if frame is an I-frameGustavo F. Padovan2010-07-211-1/+1
| | * Bluetooth: Fix bug with ERTM vars incrementGustavo F. Padovan2010-07-211-3/+4
| | * Bluetooth: Fix drop of packets with invalid req_seq/tx_seqGustavo F. Padovan2010-07-211-2/+3
| | * Bluetooth: Remove L2CAP Extended Features from KconfigGustavo F. Padovan2010-07-212-17/+0Star
| | * Bluetooth: Remove max_tx and tx_window module paramenters from L2CAPGustavo F. Padovan2010-07-211-10/+2Star
| * | mac80211: Don't set per-BSS QoS for monitor interfacesSujith2010-07-261-2/+6
| * | mac80211: fix sta assignmentJohannes Berg2010-07-261-12/+5Star
| * | cfg80211: fix IBSS default management keyJohannes Berg2010-07-261-1/+3
| * | mac80211: remove bogus rcu_read_lock()Johannes Berg2010-07-261-6/+1Star
| * | wireless: remove unneeded variable from regulatory_hint_11d()Dan Carpenter2010-07-261-4/+1Star
| * | mac80211: freeing the wrong variableDan Carpenter2010-07-261-1/+1
| * | lib80211: remove unused host_build_iv optionJohn W. Linville2010-07-263-3/+0Star
| * | minstrel: don't complain about feedback for unrequested ratesJohn W. Linville2010-07-261-1/+0Star
| * | minstrel_ht: remove unnecessary NULL check in minstrel_ht_update_capsJohn W. Linville2010-07-261-1/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-285-11/+56
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-07-261-1/+1
| |\ \ \
| | * | | wireless: use netif_rx_ni in ieee80211_send_layer2_updateJohn W. Linville2010-07-201-1/+1
| * | | | net: dev_forward_skb should call nf_resetBen Greear2010-07-261-0/+1
| * | | | net sched: fix race in mirred device removalstephen hemminger2010-07-251-3/+40
| * | | | ipv6: Don't add routes to ipv6 disabled interfaces.Brian Haley2010-07-221-5/+9
| * | | | net: Fix skb_copy_expand() handling of ->csum_startDavid S. Miller2010-07-221-1/+2
| * | | | net: Fix corruption of skb csum field in pskb_expand_head() of net/core/skbuff.cAndrea Shepard2010-07-221-1/+3
* | | | | genetlink: use genl_register_family_with_ops()Changli Gao2010-07-271-5/+1Star
* | | | | drop_monitor: use genl_register_family_with_ops()Changli Gao2010-07-271-16/+7Star
* | | | | genetlink: cleanup code according to CodingStyleChangli Gao2010-07-271-5/+4Star
* | | | | wireless: Make COMPAT_NETLINK_MESSAGES depend upon WEXT_COREDavid S. Miller2010-07-261-1/+1
* | | | | netlink: netlink_recvmsg() fixEric Dumazet2010-07-261-6/+16
* | | | | net: pskb_expand_head() optimizationEric Dumazet2010-07-251-1/+1
* | | | | sysfs: add attribute to indicate hw address assignment typeStefan Assmann2010-07-251-0/+2
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-07-2315-717/+98Star
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | mac80211: proper IBSS lockingJohannes Berg2010-07-212-50/+54
| * | | | mac80211: fix IBSS lockdep complaintJohannes Berg2010-07-211-5/+14
| * | | | mac80211: refuse shared key auth when WEP is unavailableJohannes Berg2010-07-211-0/+2
| * | | | cfg80211: fix race between sysfs and cfg80211Maxime Bizon2010-07-211-6/+8
| * | | | wireless: remove unnecessary reg_same_country_ie_hintJohn W. Linville2010-07-201-45/+0Star
| * | | | wireless: mark cfg80211_is_all_idle as staticJohn W. Linville2010-07-201-1/+1