summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | Bluetooth: allow constant arguments for bacmp()/bacpy()David Herrmann2013-04-171-2/+2
| | | * | | | | Bluetooth: introduce hci_conn ref-countingDavid Herrmann2013-04-171-0/+31
| | | * | | | | Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann2013-04-171-4/+0
| | | * | | | | Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann2013-04-111-1/+1
| | | * | | | | Bluetooth: hidp: verify l2cap socketsDavid Herrmann2013-04-051-0/+1
| | | * | | | | Bluetooth: Remove driver init queue from coreMarcel Holtmann2013-04-041-2/+0
| | | * | | | | Bluetooth: Add driver setup stage for early initMarcel Holtmann2013-04-041-0/+1
| | | * | | | | Bluetooth: Add __hci_cmd_sync_ev functionJohan Hedberg2013-04-041-0/+2
| | | * | | | | Bluetooth: Add support for custom event terminated commandsJohan Hedberg2013-04-042-0/+3
| | | * | | | | Bluetooth: Add __hci_cmd_sync() helper functionJohan Hedberg2013-04-041-0/+3
| | | * | | | | Bluetooth: Track received events in hdevJohan Hedberg2013-04-041-0/+1
| | | * | | | | Bluetooth: Remove unneeded hci_req_cmd_status functionAndre Guedes2013-04-041-1/+0
| | * | | | | | NFC: RFKILL supportSamuel Ortiz2013-04-121-0/+2
| | | |_|/ / / | | |/| | | |
| | * | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-04-102-13/+28
| | |\ \ \ \ \ | | | |/ / / / | | |/| / / / | | | |/ / /
| | | * | | mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan2013-03-251-9/+9
| | | * | | mac80211: allow drivers to set default uAPSD parametersAlexander Bondar2013-03-251-0/+13
| | | * | | cfg80211: Document update_ft_ies() cfg80211_opsJouni Malinen2013-03-251-0/+4
| | | * | | mac80211: add P2P NoA settingsJanusz Dziedzic2013-03-221-4/+2
| * | | | | caif: Remove my bouncing email address.sjur.brandeland@stericsson.com2013-04-2311-11/+10
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-224-2/+12
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | net: sctp: minor: remove dead code from sctp_packetDaniel Borkmann2013-04-221-2/+1
| * | | | | net: remove a stale comment for dl_nextEric Dumazet2013-04-221-1/+1
| * | | | | netfilter: rename netlink related "pid" variables to "portid"Patrick McHardy2013-04-192-3/+3
| * | | | | net: sctp: sctp_ulpq: remove 'malloced' struct memberDaniel Borkmann2013-04-171-1/+0
| * | | | | net: sctp: sctp_bind_addr: remove dead codeDaniel Borkmann2013-04-171-2/+0
| * | | | | net: sctp: sctp_transport: remove unused variableDaniel Borkmann2013-04-171-4/+1
| * | | | | net: sctp: sctp_outq: remove 'malloced' from its structDaniel Borkmann2013-04-171-3/+0
| * | | | | net: sctp: sctp_inq: remove dead codeDaniel Borkmann2013-04-171-2/+0
| * | | | | net: sctp: sctp_ssnmap: remove 'malloced' element from structDaniel Borkmann2013-04-171-1/+0
| * | | | | net: sctp: minor: make sctp_ep_common's member 'dead' a boolDaniel Borkmann2013-04-151-1/+1
| * | | | | net: sctp: remove sctp_ep_common struct member 'malloced'Daniel Borkmann2013-04-151-2/+0
| * | | | | net: sock: make sock_tx_timestamp voidDaniel Borkmann2013-04-141-3/+2
| * | | | | tcp: GSO should be TSQ friendlyEric Dumazet2013-04-121-0/+1
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-04-111-0/+1
| |\ \ \ \ \
| | * | | | | xfrm: allow to avoid copying DSCP during encapsulationNicolas Dichtel2013-03-061-0/+1
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-105-46/+89
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-03-254-14/+53
| | |\ \ \ \ \
| | | * | | | | Bluetooth: Add reading of page scan parametersJohan Hedberg2013-03-182-0/+17
| | | * | | | | Bluetooth: Add proper flag for fast connectable modeJohan Hedberg2013-03-181-1/+3
| | | * | | | | Bluetooth: Handle AD updating through an async requestJohan Hedberg2013-03-181-2/+2
| | | * | | | | Bluetooth: Add a define for the HCI persistent flags maskJohan Hedberg2013-03-181-0/+5
| | | * | | | | Bluetooth: Remove useless HCI_PENDING_CLASS flagJohan Hedberg2013-03-181-1/+0
| | | * | | | | Bluetooth: Make hci_req_add returning voidAndre Guedes2013-03-091-1/+1
| | | * | | | | Bluetooth: HCI request error handlingAndre Guedes2013-03-091-0/+5
| | | * | | | | Bluetooth: Remove unused hdev->init_last_cmdJohan Hedberg2013-03-081-2/+0
| | | * | | | | Bluetooth: Use async requests internally in hci_req_syncJohan Hedberg2013-03-081-2/+0
| | | * | | | | Bluetooth: Add request cmd_complete and cmd_status functionsJohan Hedberg2013-03-081-0/+2
| | | * | | | | Bluetooth: Introduce new hci_req_add functionJohan Hedberg2013-03-081-0/+1
| | | * | | | | Bluetooth: Add initial skeleton for asynchronous HCI requestsJohan Hedberg2013-03-082-0/+18
| | | * | | | | Bluetooth: Remove RFCOMM session refcntDean Jenkins2013-03-081-7/+0