index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
security.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-01-06
cfg80211: add extensible feature flag attribute
Gautam Kumar Shukla
3
-0
/
+66
2015-01-05
nl80211: document NL80211_BSS_STATUS_AUTHENTICATED isn't used
Johannes Berg
1
-0
/
+3
2014-12-23
mac80211: fix dot11MulticastTransmittedFrameCount tested address
Eliad Peller
1
-1
/
+1
2014-12-22
mac80211_hwsim: fix check for custom world regdom array size
Johannes Berg
1
-4
/
+4
2014-12-19
mac80211: minstrel: reduce size of struct minstrel_rate_stats
Felix Fietkau
2
-10
/
+11
2014-12-18
nl80211: increase the max number of rules in regdomain
Arik Nemtsov
1
-1
/
+1
2014-12-18
nl80211: Stop scheduled scan if netlink client disappears
Jukka Rissanen
5
-0
/
+40
2014-12-18
nl80211: Convert sched_scan_req pointer to RCU pointer
Jukka Rissanen
5
-17
/
+29
2014-12-17
mac80211: avoid reconfig if no interfaces are up
Eliad Peller
1
-5
/
+6
2014-12-17
mac80211: remove unused variable in ieee80211_parse_ch_switch_ie()
Luciano Coelho
1
-4
/
+0
2014-12-17
mac80211: update sta bw on ht chanwidth action frame
Eliad Peller
3
-38
/
+47
2014-12-17
mac80211: handle power constraint and country IEs in RRM
Moshe Benji
1
-4
/
+8
2014-12-17
mac80211: Fix ignored HT override configurations
Chaya Rachel Ivgi
1
-14
/
+29
2014-12-17
cfg80211: avoid intersection when applying self-managed reg
Arik Nemtsov
1
-3
/
+13
2014-12-17
cfg80211: return private regdom for self-managed devices
Arik Nemtsov
2
-0
/
+34
2014-12-17
cfg80211: allow wiphy specific regdomain management
Jonathan Doron
8
-19
/
+188
2014-12-17
cfg80211: allow usermode to query wiphy specific regdom
Arik Nemtsov
4
-35
/
+151
2014-12-17
mac80211: keep sending peer candidate events while in listen state
Nishikawa, Kenzoh
1
-0
/
+7
2014-12-17
mac80211: notify channel switch at the end of ieee80211_chswitch_post_beacon()
Luciano Coelho
1
-2
/
+2
2014-12-17
mac80211: notify NSS changed when IBSS and HT
Janusz Dziedzic
1
-2
/
+9
2014-12-15
mac80211: move U-APSD enablement to vif flags
Johannes Berg
10
-28
/
+25
2014-12-15
mac80211: ask driver to look at power level when starting AP
Johannes Berg
1
-1
/
+2
2014-12-12
mac80211: Fix accounting of multicast frames
Sujith Manoharan
2
-3
/
+12
2014-12-12
mac80211: Move IEEE80211_TX_CTL_PS_RESPONSE
Sujith Manoharan
3
-8
/
+11
2014-12-12
wireless: Support of IFLA_INFO_KIND rtnl attribute
Vadim Kochan
1
-0
/
+6
2014-12-12
cfg80211: use __force __rcu to suppress sparse warning
Johannes Berg
1
-1
/
+1
2014-12-11
Fix race condition between vxlan_sock_add and vxlan_sock_release
Marcelo Leitner
1
-7
/
+3
2014-12-11
net/macb: fix compilation warning for print_hex_dump() called with skb->mac_h...
Cyrille Pitchen
1
-1
/
+1
2014-12-11
net/mlx4: Add support for A0 steering
Matan Barak
7
-19
/
+191
2014-12-11
net/mlx4: Refactor QUERY_PORT
Matan Barak
3
-95
/
+154
2014-12-11
net/mlx4_core: Add explicit error message when rule doesn't meet configuration
Matan Barak
1
-3
/
+18
2014-12-11
net/mlx4: Add A0 hybrid steering
Matan Barak
8
-25
/
+300
2014-12-11
net/mlx4: Add mlx4_bitmap zone allocator
Matan Barak
2
-0
/
+451
2014-12-11
net/mlx4: Add a check if there are too many reserved QPs
Dotan Barak
1
-1
/
+7
2014-12-11
net/mlx4: Change QP allocation scheme
Eugenia Emantayev
14
-38
/
+137
2014-12-11
net/mlx4_core: Use tasklet for user-space CQ completion events
Matan Barak
5
-2
/
+86
2014-12-11
net/mlx4_core: Mask out host side virtualization features for guests
Or Gerlitz
1
-1
/
+11
2014-12-11
net/mlx4_en: Set csum level for encapsulated packets
Or Gerlitz
1
-1
/
+2
2014-12-11
be2net: Export tunnel offloads only when a VxLAN tunnel is created
Sriharsha Basavapatna
2
-10
/
+33
2014-12-11
gianfar: Fix dma check map error when DMA_API_DEBUG is enabled
Kevin Hao
1
-28
/
+56
2014-12-11
cxgb4/csiostor: Don't use MASTER_MUST for fw_hello call
Hariprasad Shenai
3
-16
/
+3
2014-12-11
net: fec: only enable mdio interrupt before phy device link up
Nimrod Andy
1
-1
/
+4
2014-12-11
net: fec: clear all interrupt events to support i.MX6SX
Nimrod Andy
1
-1
/
+1
2014-12-11
net: fec: reset fep link status in suspend function
Nimrod Andy
1
-0
/
+6
2014-12-11
net: sock: fix access via invalid file descriptor
Alexei Starovoitov
1
-2
/
+2
2014-12-11
net: introduce helper macro for_each_cmsghdr
Gu Zheng
10
-16
/
+15
2014-12-11
exit: pidns: fix/update the comments in zap_pid_ns_processes()
Oleg Nesterov
1
-4
/
+24
2014-12-11
exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exiting
Oleg Nesterov
1
-0
/
+2
2014-12-11
exit: exit_notify: re-use "dead" list to autoreap current
Oleg Nesterov
1
-4
/
+2
2014-12-11
exit: reparent: call forget_original_parent() under tasklist_lock
Oleg Nesterov
1
-24
/
+23
[next]