summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2011-11-08sctp: fasthandoff with ASCONF at mobile-nodeMichio Honda-0/+1
2011-11-08cfg80211: fix missing kernel-docJohannes Berg-0/+4
2011-11-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville-2/+5
2011-11-08Bluetooth: Add address type fields to mgmt messages that need themJohan Hedberg-15/+18
2011-11-08Bluetooth: Update link key mgmt APIs to match latest spec.Johan Hedberg-10/+10
2011-11-08Bluetooth: Convert power off mechanism to use delayed_workJohan Hedberg-2/+1
2011-11-08Bluetooth: Fix mgmt response when HCI_Write_Scan_Enable failsJohan Hedberg-0/+1
2011-11-08Bluetooth: Add timeout field to mgmt_set_discoverableJohan Hedberg-0/+7
2011-11-08Bluetooth: Create hci_cancel_inquiry()Andre Guedes-0/+1
2011-11-08Bluetooth: Create hci_do_inquiry()Andre Guedes-0/+2
2011-11-08Bluetooth: Define HCI reasons instead of magic numberAndrei Emeltchenko-1/+8
2011-11-07Bluetooth: Add definitions for L2CAP fixed channelsMat Martineau-0/+4
2011-11-07Bluetooth: Add AMP-related data and structures for channel signalsMat Martineau-2/+52
2011-11-07Bluetooth: Add channel policy to getsockopt/setsockoptMat Martineau-0/+1
2011-11-07Bluetooth: Change scope of the enable_hs module parameterMat Martineau-0/+1
2011-11-07Bluetooth: Add BT_CHANNEL_POLICY socket optionMat Martineau-0/+27
2011-11-07Bluetooth: prioritizing data over HCILuiz Augusto von Dentz-1/+43
2011-11-07Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfmSzymon Janc-0/+1
2011-11-07Bluetooth: Fix command complete/status for discovery commandsJohan Hedberg-0/+1
2011-11-07Bluetooth: set skbuffer priority based on L2CAP socket priorityLuiz Augusto von Dentz-1/+5
2011-11-07Bluetooth: EFS: implement L2CAP config pending stateAndrei Emeltchenko-0/+3
2011-11-07Bluetooth: Make hci_unregister_dev return voidDavid Herrmann-1/+1
2011-11-07Bluetooth: Use miliseconds for L2CAP channel timeoutsAndrzej Kaczmarek-2/+5
2011-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-3/+12
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-23/+25
2011-11-04netlink: clarify attribute length check documentationJohannes Berg-2/+9
2011-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-1/+3
2011-11-04mac80211: warn only once about not finding a rateJohannes Berg-1/+2
2011-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville-0/+1
2011-11-01net: make the tcp and udp file_operations for the /proc stuff constArjan van de Ven-9/+13
2011-11-01ipvs: Fix compilation error in ip_vs.h for ip_vs_confirm_conntrack function.Krzysztof Wilczynski-1/+1
2011-11-01netfilter: export NAT definitions through linux/netfilter_ipv4/nf_nat.hPablo Neira Ayuso-51/+2
2011-11-01ipvs: Remove unused return value of protocol state transitionsSimon Horman-3/+3
2011-11-01ipvs: Remove unused parameter from ip_vs_confirm_conntrack()Simon Horman-3/+2
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches-4/+5
2011-10-31bluetooth: macroize two small inlines to avoid module.hPaul Gortmaker-11/+13
2011-10-31ip_vs.h: fix implicit use of module_get/module_put from module.hPaul Gortmaker-8/+7
2011-10-31nf_conntrack.h: fix up fallout from implicit moduleparam.h presencePaul Gortmaker-0/+2
2011-10-31include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker-2/+3
2011-10-31net: sch_generic remove redundant use of <linux/module.h>Paul Gortmaker-1/+0
2011-10-31net: inet_timewait_sock doesnt need <linux/module.h>Paul Gortmaker-1/+0
2011-10-27ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet-1/+3
2011-10-26Merge branch 'for-linus' of git://github.com/ericvh/linuxLinus Torvalds-23/+9
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-32/+32
2011-10-24TCP: remove TCP_DEBUGFlavio Leitner-1/+0
2011-10-24net/9p: Convert net/9p protocol dumps to tracepointsAneesh Kumar K.V-6/+3
2011-10-24fs/9p: change an int to unsigned intDan Carpenter-1/+1
2011-10-24fs/9p: Update zero-copy implementation in 9pAneesh Kumar K.V-16/+5
2011-10-24ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAITEric Dumazet-2/+4
2011-10-24tcp: md5: add more const attributesEric Dumazet-8/+9