summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-07-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...John W. Linville1-0/+2
2010-07-27Bluetooth: Defer SCO setup if mode change is pendingMarcel Holtmann1-0/+2
2010-07-27wireless: Convert wiphy_debug macro to functionJoe Perches1-2/+3
2010-07-27include/net/cfg80211.h: Add wiphy_<level> printk equivalentsJoe Perches1-1/+63
2010-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...John W. Linville314-2138/+6612
2010-07-26lib80211: remove unused host_build_iv optionJohn W. Linville1-3/+0
2010-07-21Bluetooth: Use __packed annotationGustavo F. Padovan4-113/+113
2010-07-21Bluetooth: Add Google's copyright to L2CAPGustavo F. Padovan1-0/+1
2010-07-21Bluetooth: Implemented HCI frame reassembly for RX from streamSuraj Sumangala1-0/+1
2010-07-21Bluetooth: Implement hci_reassembly helper to reassemble RX packetsSuraj Sumangala1-0/+1
2010-07-21Bluetooth: Add one more buffer for HCI stream reassemblySuraj Sumangala1-2/+2
2010-07-21Bluetooth: Add Copyright notice to L2CAPGustavo F. Padovan1-0/+1
2010-07-21Bluetooth: Remove the send_lock spinlock from ERTMGustavo F. Padovan1-1/+0
2010-07-21Bluetooth: Disconnect early if mode is not supportedGustavo F. Padovan1-0/+5
2010-07-21Bluetooth: Reassigned copyright to Code Aurora ForumRon Shaffer1-1/+1
2010-07-21Bluetooth: Remove extraneous white spaceRon Shaffer1-7/+7
2010-07-21Bluetooth: Add blacklist support for incoming connectionsJohan Hedberg2-0/+12
2010-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-6/+1
2010-07-21wireless: correct sparse warning in wext-compat.cJohn W. Linville1-0/+4
2010-07-21wireless: only use alpha2 regulatory information from country IEJohn W. Linville1-1/+0
2010-07-21mac80211: move QoS-enable to BSS infoJohannes Berg1-6/+5
2010-07-20ipv6: Make IP6CB(skb)->nhoff 16-bit.David S. Miller1-1/+1
2010-07-19net: 64bit stats for netdev_queueEric Dumazet1-3/+3
2010-07-19net: support time stamping in phy devices.Richard Cochran3-0/+57
2010-07-19net: added a BPF to help drivers detect PTP packets.Richard Cochran1-0/+126
2010-07-19net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran1-1/+1
2010-07-19net: add driver hook for tx time stamping.Richard Cochran1-0/+21
2010-07-16tcp: sizeof struct tcp_skb_cb is 44Eric Dumazet1-5/+4
2010-07-15net: fix problem in reading sock TX queueTom Herbert1-6/+1
2010-07-13inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and...Changli Gao3-4/+9
2010-07-13net: cleanupsChangli Gao3-192/+123
2010-07-10net: Document that dev_get_stats() returns the given pointerBen Hutchings1-2/+2
2010-07-10net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings1-42/+28
2010-07-09atm: propagate signal changes via notifierKarl Hiramoto1-0/+17
2010-07-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller6-8/+29
2010-07-08net: fix 64 bit counters on 32 bit archesEric Dumazet1-4/+8
2010-07-06net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is definedBen Hutchings1-1/+1
2010-07-04netdevice.h: Change netif_<level> macros to call netdev_<level> functionsJoe Perches1-7/+13
2010-07-04netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functionsJoe Perches1-19/+17
2010-07-04device.h drivers/base/core.c Convert dev_<level> logging macros to functionsJoe Perches1-26/+86
2010-07-04vsprintf: Recursive vsnprintf: Add "%pV", struct va_formatJoe Perches1-0/+5
2010-07-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller5-4/+18
2010-07-03linux/net.h: fix kernel-doc warningsRandy Dunlap1-2/+1
2010-07-03net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend2-4/+11
2010-07-03sched: qdisc_reset_all_tx is calling qdisc_reset without qdisc_lockJohn Fastabend1-2/+10
2010-07-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller4-14/+63
2010-07-01ethtool: Add support for control of RX flow hash indirectionBen Hutchings1-0/+15
2010-07-01ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings1-1/+1
2010-07-01fragment: add fast path for in-order fragmentsChangli Gao1-0/+1
2010-07-01snmp: 64bit ipstats_mib for all archesEric Dumazet3-16/+91