summaryrefslogtreecommitdiffstats
path: root/security/security.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-06cfg80211: add extensible feature flag attributeGautam Kumar Shukla3-0/+66
2015-01-05nl80211: document NL80211_BSS_STATUS_AUTHENTICATED isn't usedJohannes Berg1-0/+3
2014-12-23mac80211: fix dot11MulticastTransmittedFrameCount tested addressEliad Peller1-1/+1
2014-12-22mac80211_hwsim: fix check for custom world regdom array sizeJohannes Berg1-4/+4
2014-12-19mac80211: minstrel: reduce size of struct minstrel_rate_statsFelix Fietkau2-10/+11
2014-12-18nl80211: increase the max number of rules in regdomainArik Nemtsov1-1/+1
2014-12-18nl80211: Stop scheduled scan if netlink client disappearsJukka Rissanen5-0/+40
2014-12-18nl80211: Convert sched_scan_req pointer to RCU pointerJukka Rissanen5-17/+29
2014-12-17mac80211: avoid reconfig if no interfaces are upEliad Peller1-5/+6
2014-12-17mac80211: remove unused variable in ieee80211_parse_ch_switch_ie()Luciano Coelho1-4/+0
2014-12-17mac80211: update sta bw on ht chanwidth action frameEliad Peller3-38/+47
2014-12-17mac80211: handle power constraint and country IEs in RRMMoshe Benji1-4/+8
2014-12-17mac80211: Fix ignored HT override configurationsChaya Rachel Ivgi1-14/+29
2014-12-17cfg80211: avoid intersection when applying self-managed regArik Nemtsov1-3/+13
2014-12-17cfg80211: return private regdom for self-managed devicesArik Nemtsov2-0/+34
2014-12-17cfg80211: allow wiphy specific regdomain managementJonathan Doron8-19/+188
2014-12-17cfg80211: allow usermode to query wiphy specific regdomArik Nemtsov4-35/+151
2014-12-17mac80211: keep sending peer candidate events while in listen stateNishikawa, Kenzoh1-0/+7
2014-12-17mac80211: notify channel switch at the end of ieee80211_chswitch_post_beacon()Luciano Coelho1-2/+2
2014-12-17mac80211: notify NSS changed when IBSS and HTJanusz Dziedzic1-2/+9
2014-12-15mac80211: move U-APSD enablement to vif flagsJohannes Berg10-28/+25
2014-12-15mac80211: ask driver to look at power level when starting APJohannes Berg1-1/+2
2014-12-12mac80211: Fix accounting of multicast framesSujith Manoharan2-3/+12
2014-12-12mac80211: Move IEEE80211_TX_CTL_PS_RESPONSESujith Manoharan3-8/+11
2014-12-12wireless: Support of IFLA_INFO_KIND rtnl attributeVadim Kochan1-0/+6
2014-12-12cfg80211: use __force __rcu to suppress sparse warningJohannes Berg1-1/+1
2014-12-11Fix race condition between vxlan_sock_add and vxlan_sock_releaseMarcelo Leitner1-7/+3
2014-12-11net/macb: fix compilation warning for print_hex_dump() called with skb->mac_h...Cyrille Pitchen1-1/+1
2014-12-11net/mlx4: Add support for A0 steeringMatan Barak7-19/+191
2014-12-11net/mlx4: Refactor QUERY_PORTMatan Barak3-95/+154
2014-12-11net/mlx4_core: Add explicit error message when rule doesn't meet configurationMatan Barak1-3/+18
2014-12-11net/mlx4: Add A0 hybrid steeringMatan Barak8-25/+300
2014-12-11net/mlx4: Add mlx4_bitmap zone allocatorMatan Barak2-0/+451
2014-12-11net/mlx4: Add a check if there are too many reserved QPsDotan Barak1-1/+7
2014-12-11net/mlx4: Change QP allocation schemeEugenia Emantayev14-38/+137
2014-12-11net/mlx4_core: Use tasklet for user-space CQ completion eventsMatan Barak5-2/+86
2014-12-11net/mlx4_core: Mask out host side virtualization features for guestsOr Gerlitz1-1/+11
2014-12-11net/mlx4_en: Set csum level for encapsulated packetsOr Gerlitz1-1/+2
2014-12-11be2net: Export tunnel offloads only when a VxLAN tunnel is createdSriharsha Basavapatna2-10/+33
2014-12-11gianfar: Fix dma check map error when DMA_API_DEBUG is enabledKevin Hao1-28/+56
2014-12-11cxgb4/csiostor: Don't use MASTER_MUST for fw_hello callHariprasad Shenai3-16/+3
2014-12-11net: fec: only enable mdio interrupt before phy device link upNimrod Andy1-1/+4
2014-12-11net: fec: clear all interrupt events to support i.MX6SXNimrod Andy1-1/+1
2014-12-11net: fec: reset fep link status in suspend functionNimrod Andy1-0/+6
2014-12-11net: sock: fix access via invalid file descriptorAlexei Starovoitov1-2/+2
2014-12-11net: introduce helper macro for_each_cmsghdrGu Zheng10-16/+15
2014-12-11exit: pidns: fix/update the comments in zap_pid_ns_processes()Oleg Nesterov1-4/+24
2014-12-11exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exitingOleg Nesterov1-0/+2
2014-12-11exit: exit_notify: re-use "dead" list to autoreap currentOleg Nesterov1-4/+2
2014-12-11exit: reparent: call forget_original_parent() under tasklist_lockOleg Nesterov1-24/+23