summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | 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-041-5/+13
* | | | | | | | | net: neighbour: Remove CONFIG_ARPDTim Gardner2013-09-044-22/+0
* | | | | | | | | net: dsa: inherit addr_assign_type along with dev_addrBjørn Mork2013-09-041-1/+1
* | | | | | | | | net: vlan: inherit addr_assign_type along with dev_addrBjørn Mork2013-09-041-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | net: make snmp_mib_free static inlineCong Wang2013-09-031-12/+0
* | | | | | | | net: unify skb_udp_tunnel_segment() and skb_udp6_tunnel_segment()Cong Wang2013-09-012-56/+13
* | | | | | | | ipv6: Add generic UDP Tunnel segmentationCong Wang2013-09-012-52/+111
* | | | | | | | vxlan: add ipv6 proxy supportCong Wang2013-09-012-4/+6
* | | | | | | | ipv6: move in6_dev_finish_destroy() into core kernelCong Wang2013-09-012-30/+31
* | | | | | | | vxlan: add ipv6 route short circuit supportCong Wang2013-09-011-0/+1
* | | | | | | | vxlan: add ipv6 supportCong Wang2013-09-011-1/+1
* | | | | | | | ipv6: do not call ndisc_send_rs() with write lockCong Wang2013-09-011-3/+7
* | | | | | | | ipv6: export in6addr_loopback to modulesCong Wang2013-09-012-9/+16
* | | | | | | | ipv6: export a stub for IPv6 symbols used by vxlanCong Wang2013-09-012-0/+14
* | | | | | | | ipv6: move ip6_local_out into core kernelCong Wang2013-09-012-25/+26
* | | | | | | | ipv6: move ip6_dst_hoplimit() into core kernelCong Wang2013-09-012-19/+22
* | | | | | | | qdisc: fix build with !CONFIG_NET_SCHEDstephen hemminger2013-09-012-5/+4