summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | Bluetooth: Handle specific error for SCO connection fallbackFrédéric Dalleau2013-08-211-0/+1
| | | * | | | | | Bluetooth: Prevent transparent SCO on older devicesFrédéric Dalleau2013-08-211-0/+6
| | | * | | | | | Bluetooth: Parameters for outgoing SCO connectionsFrédéric Dalleau2013-08-212-6/+20
| | | * | | | | | Bluetooth: Use voice setting in deferred SCO connection requestFrédéric Dalleau2013-08-211-5/+17
| | | * | | | | | Bluetooth: Add Bluetooth socket voice optionFrédéric Dalleau2013-08-211-1/+39
| | | * | | | | | Bluetooth: Remove unused mask parameter in sco_conn_defer_acceptFrédéric Dalleau2013-08-211-7/+3
| | | * | | | | | Bluetooth: Use hci_connect_sco directlyFrédéric Dalleau2013-08-212-8/+3
| | | * | | | | | Bluetooth: Purge the dlc->tx_queue to avoid circular dependencyGianluca Anzolin2013-08-211-0/+6
| | | * | | | | | Bluetooth: Fix the reference counting of tty_portGianluca Anzolin2013-08-211-34/+12
| | | * | | | | | Bluetooth: Implement .activate, .shutdown and .carrier_raised methodsGianluca Anzolin2013-08-211-70/+47
| | | * | | | | | Bluetooth: Move the tty initialization and cleanup out of open/closeGianluca Anzolin2013-08-211-42/+72
| | | * | | | | | Bluetooth: Remove the device from the list in the destructorGianluca Anzolin2013-08-211-21/+6
| | | * | | | | | Bluetooth: Take proper tty_struct referencesGianluca Anzolin2013-08-211-12/+17
| | | * | | | | | Bluetooth: Set different event mask for LE-only controllersMarcel Holtmann2013-08-211-0/+12
| | | * | | | | | Bluetooth: Fix getting SCO socket options in deferred stateJohan Hedberg2013-08-211-2/+6
| | | * | | | | | Bluetooth: hidp: remove wrong send_report at initBenjamin Tissoires2013-07-251-14/+0
| | | * | | | | | Bluetooth: hidp: implement hidinput_input_event callbackBenjamin Tissoires2013-07-251-0/+26
| | | * | | | | | Bluetooth: Add missing braces to an "else if"Gustavo Padovan2013-07-251-1/+2
| | | * | | | | | Bluetooth: Use defines instead of integer literalsMikel Astiz2013-07-251-4/+5
| | | * | | | | | Bluetooth: Use defines in in hci_get_auth_req()Mikel Astiz2013-07-251-5/+8
| | | * | | | | | Bluetooth: Fix simple whitespace vs tab style issueMarcel Holtmann2013-07-251-1/+1
| | * | | | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-1614-344/+570
| | |\ \ \ \ \ \ \ | | | | |_|_|/ / / | | | |/| | | | |
| | | * | | | | | mac80211: add APIs to allow keeping connections after WoWLANJohannes Berg2013-08-162-8/+148
| | | * | | | | | mac80211: move ibss presp generation in own functionSimon Wunderlich2013-08-161-76/+109
| | | * | | | | | mac80211: perform power save processing before decryptionJohan Almbladh2013-08-161-202/+202
| | | * | | | | | net: rfkill: Do not ignore errors from regulator_enable()Luis Henriques2013-08-151-3/+5
| | | * | | | | | mac80211: ibss - do not scan if not needed when creating an IBSSAntonio Quartulli2013-08-121-0/+11
| | | * | | | | | mac80211: add vif to testmode cmdDavid Spinadel2013-08-121-1/+10
| | | * | | | | | cfg80211: add wdev to testmode cmdDavid Spinadel2013-08-124-12/+28
| | | * | | | | | mac80211: add control port protocol TX control flagJohannes Berg2013-08-122-5/+8
| | | * | | | | | nl80211: clean up CQM settings codeJohannes Berg2013-08-121-27/+24
| | | * | | | | | mac80211: fix ieee80211_sta_process_chanswitch for 5/10 MHz channelsSimon Wunderlich2013-08-091-0/+9
| | | * | | | | | mac80211: allow lowest basic rate for unicast management for meshChun-Yeow Yeoh2013-08-091-7/+16
| | | * | | | | | wireless: make TU conversion macros availableJohannes Berg2013-08-061-3/+0
| | * | | | | | | NFC: Update secure element stateArron Wang2013-08-141-0/+4
| | * | | | | | | NFC: Fix secure element state checkArron Wang2013-08-141-2/+2
| | * | | | | | | NFC: hci: Fix enable/disable confusionDan Carpenter2013-08-141-1/+1
| | * | | | | | | NFC: netlink: Add result of firmware operation to completion eventEric Lapuyade2013-08-143-4/+15
| | * | | | | | | NFC: Move nfc_fw_download_done() definition from private to publicEric Lapuyade2013-08-141-2/+0
| | * | | | | | | NFC: Add a GET_SE netlink APISamuel Ortiz2013-08-141-0/+91
| | * | | | | | | NFC: Fix SE discovery failure warning conditionSamuel Ortiz2013-08-141-1/+1
* | | | | | | | | net: sctp: probe: allow more advanced ingress filtering by markDaniel Borkmann2013-09-031-5/+13
* | | | | | | | | net: neighbour: Remove CONFIG_ARPDTim Gardner2013-09-034-22/+0
* | | | | | | | | net: dsa: inherit addr_assign_type along with dev_addrBjørn Mork2013-09-031-1/+1
* | | | | | | | | net: vlan: inherit addr_assign_type along with dev_addrBjørn Mork2013-09-031-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | net: make snmp_mib_free static inlineCong Wang2013-09-021-12/+0
* | | | | | | | net: unify skb_udp_tunnel_segment() and skb_udp6_tunnel_segment()Cong Wang2013-08-312-56/+13
* | | | | | | | ipv6: Add generic UDP Tunnel segmentationCong Wang2013-08-312-52/+111
* | | | | | | | vxlan: add ipv6 proxy supportCong Wang2013-08-312-4/+6
* | | | | | | | ipv6: move in6_dev_finish_destroy() into core kernelCong Wang2013-08-312-30/+31
OpenPOWER on IntegriCloud