summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Add quirk for disabling Delete Stored Link Key commandMarcel Holtmann2014-01-041-1/+2
* Bluetooth: Enable 6LoWPAN support for BT LE devicesJukka Rissanen2013-12-113-0/+3
* net: if_arp: add ARPHRD_6LOWPAN typeJukka Rissanen2013-12-111-0/+1
* Bluetooth: Use macros for connectionless slave broadcast featuresMarcel Holtmann2013-12-092-0/+12
* Bluetooth: Simplify l2cap_chan initialization for LE CoCJohan Hedberg2013-12-051-1/+0
* Bluetooth: Fix CID ranges for LE CoC CID allocationsJohan Hedberg2013-12-051-0/+1
* Bluetooth: Fix LE L2CAP Connect Request handling together with SMPJohan Hedberg2013-12-051-0/+1
* Bluetooth: Introduce L2CAP channel callback for suspendingJohan Hedberg2013-12-051-0/+1
* Bluetooth: Add new BT_SNDMTU and BT_RCVMTU socket optionsJohan Hedberg2013-12-051-0/+3
* Bluetooth: Track LE L2CAP credits in l2cap_chanJohan Hedberg2013-12-051-0/+3
* Bluetooth: Add LE L2CAP flow control modeJohan Hedberg2013-12-051-0/+7
* Bluetooth: Add basic LE L2CAP connect request receiving supportJohan Hedberg2013-12-051-0/+1
* Bluetooth: Add definitions for LE connection oriented channelsJohan Hedberg2013-12-051-0/+31
* Bluetooth: Add module parameter to enable LE CoC supportJohan Hedberg2013-12-051-0/+1
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-12-025-62/+189
|\
| * cfg80211/mac80211/ath6kl: acquire wdev lock outside ch_switch_notifySimon Wunderlich2013-12-021-1/+2
| * cfg80211: aggregate mgmt_tx parameters into a structAndrei Otcheretianski2013-12-021-3/+25
| * cfg80211: fix reporting 5/10 MHz support to user spaceFelix Fietkau2013-12-021-0/+8
| * cfg80211: use enum nl80211_dfs_regions for dfs_region everywhereLuis R. Rodriguez2013-11-251-2/+2
| * mac80211: add min required channel definition fieldEliad Peller2013-11-251-0/+4
| * mac80211: enable easier manipulation of VHT beamforming capsEyal Shapira2013-11-251-2/+6
| * cfg80211: add an option to disable processing country IEsLuis R. Rodriguez2013-11-251-0/+5
| * cfg80211: add flags to define country IE processing rulesLuis R. Rodriguez2013-11-251-12/+24
| * cfg80211: move regulatory flags to their own variableLuis R. Rodriguez2013-11-252-40/+52
| * mac80211: add generic cipher scheme supportMax Stepanov2013-11-251-0/+36
| * cfg80211/mac80211: DFS setup chandef for cac eventJanusz Dziedzic2013-11-251-0/+2
| * cfg80211: force WIPHY_FLAG_CUSTOM_REGULATORY on wiphy_apply_custom_regulatory()Luis R. Rodriguez2013-11-251-1/+6
| * cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez2013-11-252-15/+24
| * nl80211: better document NL80211_CMD_TDLS_MGMTArik Nemtsov2013-11-251-1/+8
* | genetlink: fix genl_set_err() group IDJohannes Berg2013-11-211-0/+3
* | genetlink: fix genlmsg_multicast() bugJohannes Berg2013-11-211-4/+1
* | net/phy: Add the autocross feature for forced links on VSC82x4Madalin Bucur2013-11-201-0/+1
* | net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-201-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-196-89/+159
|\ \
| * | genetlink: make multicast groups const, prevent abuseJohannes Berg2013-11-192-46/+51
| * | genetlink: pass family to functions using groupsJohannes Berg2013-11-192-7/+18
| * | genetlink: add and use genl_set_err()Johannes Berg2013-11-191-0/+14
| * | genetlink: remove family pointer from genl_multicast_groupJohannes Berg2013-11-191-2/+0
| * | genetlink: remove genl_unregister_mc_group()Johannes Berg2013-11-191-2/+0
| * | quota/genetlink: use proper genetlink multicast APIsJohannes Berg2013-11-191-0/+1
| * | genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-192-4/+7
| * | net: Handle CHECKSUM_COMPLETE more adequately in pskb_trim_rcsum().David S. Miller2013-11-151-18/+21
| * | pkt_sched: fq: fix pacing for small framesEric Dumazet2013-11-151-0/+3
| * | pkt_sched: fq: warn users using defrateEric Dumazet2013-11-151-3/+1
| * | genetlink: unify registration functionsJohannes Berg2013-11-151-4/+24
| * | macvlan: introduce macvlan_dev_real_dev() helper functionMichal Kubeček2013-11-151-0/+17
| * | genetlink: make genl_ops flags a u8 and move to endJohannes Berg2013-11-141-3/+3
| * | genetlink: allow making ops constJohannes Berg2013-11-141-5/+5
| * | genetlink: register family ops as arrayJohannes Berg2013-11-141-3/+4
| * | genetlink: remove genl_register_ops/genl_unregister_opsJohannes Berg2013-11-141-2/+0