summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2011-11-10cfg80211: annotate cfg80211_inform_bssJohannes Berg1-2/+6
2011-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville5-109/+534
2011-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville9-27/+24
2011-11-09Bluetooth: Move pending management command list into struct hci_devJohan Hedberg1-0/+2
2011-11-09Bluetooth: Pass full hci_dev struct to mgmt callbacksJohan Hedberg1-28/+33
2011-11-09mac80211: support adding IV-room in the skb for CCMP keysArik Nemtsov1-0/+5
2011-11-09cfg80211: fix missing kernel-docJohannes Berg1-0/+4
2011-11-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville1-2/+5
2011-11-08Bluetooth: Add address type fields to mgmt messages that need themJohan Hedberg2-15/+18
2011-11-08Bluetooth: Update link key mgmt APIs to match latest spec.Johan Hedberg2-10/+10
2011-11-08Bluetooth: Convert power off mechanism to use delayed_workJohan Hedberg1-2/+1
2011-11-08Bluetooth: Fix mgmt response when HCI_Write_Scan_Enable failsJohan Hedberg1-0/+1
2011-11-08Bluetooth: Add timeout field to mgmt_set_discoverableJohan Hedberg2-0/+7
2011-11-08Bluetooth: Create hci_cancel_inquiry()Andre Guedes1-0/+1
2011-11-08Bluetooth: Create hci_do_inquiry()Andre Guedes1-0/+2
2011-11-08Bluetooth: Define HCI reasons instead of magic numberAndrei Emeltchenko2-1/+8
2011-11-07Bluetooth: Add definitions for L2CAP fixed channelsMat Martineau1-0/+4
2011-11-07Bluetooth: Add AMP-related data and structures for channel signalsMat Martineau1-2/+52
2011-11-07Bluetooth: Add channel policy to getsockopt/setsockoptMat Martineau1-0/+1
2011-11-07Bluetooth: Change scope of the enable_hs module parameterMat Martineau1-0/+1
2011-11-07Bluetooth: Add BT_CHANNEL_POLICY socket optionMat Martineau1-0/+27
2011-11-07Bluetooth: prioritizing data over HCILuiz Augusto von Dentz2-1/+43
2011-11-07Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfmSzymon Janc1-0/+1
2011-11-07Bluetooth: Fix command complete/status for discovery commandsJohan Hedberg1-0/+1
2011-11-07Bluetooth: set skbuffer priority based on L2CAP socket priorityLuiz Augusto von Dentz2-1/+5
2011-11-07Bluetooth: EFS: implement L2CAP config pending stateAndrei Emeltchenko1-0/+3
2011-11-07Bluetooth: Make hci_unregister_dev return voidDavid Herrmann1-1/+1
2011-11-07Bluetooth: Use miliseconds for L2CAP channel timeoutsAndrzej Kaczmarek1-2/+5
2011-11-04mac80211: warn only once about not finding a rateJohannes Berg1-1/+2
2011-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville1-0/+1
2011-10-27ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet2-1/+3
2011-10-26Merge branch 'for-linus' of git://github.com/ericvh/linuxLinus Torvalds3-23/+9
2011-10-25Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-32/+32
2011-10-25TCP: remove TCP_DEBUGFlavio Leitner1-1/+0
2011-10-24net/9p: Convert net/9p protocol dumps to tracepointsAneesh Kumar K.V2-6/+3
2011-10-24fs/9p: change an int to unsigned intDan Carpenter1-1/+1
2011-10-24fs/9p: Update zero-copy implementation in 9pAneesh Kumar K.V2-16/+5
2011-10-24ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAITEric Dumazet2-2/+4
2011-10-24tcp: md5: add more const attributesEric Dumazet1-8/+9
2011-10-24tcp: md5: dont write skb head in tcp_md5_hash_header()Eric Dumazet1-1/+1
2011-10-22inet: add rfc 3168 extract in front of INET_ECN_encapsulate()Eric Dumazet1-0/+8
2011-10-21tcp: add const qualifiers where possibleEric Dumazet2-21/+24
2011-10-21net: constify skbuff and Qdisc elementsEric Dumazet1-12/+12
2011-10-19caif-hsi: Added recovery check of CA wake status.Daniel Martensson1-0/+1
2011-10-19caif-hsi: Added sanity check for length of CAIF framesDaniel Martensson1-2/+4
2011-10-19caif-hsi: Make inactivity timeout configurable.Dmitry Tarnyagin1-0/+1
2011-10-19caif-hsi: Making read and writes asynchronous.Daniel Martensson1-9/+20
2011-10-19macvlan: handle fragmented multicast framesEric Dumazet1-0/+9
2011-10-18Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller1-0/+1
2011-10-18udplite: fast-path computation of checksum coverageGerrit Renker1-32/+31