index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
mac80211
/
vht.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-03-02
drivers: net: ethernet: remove incorrect __exit markups
Dmitry Torokhov
6
-25
/
+25
2017-03-02
tcp: fix potential double free issue for fastopen_req
Wei Wang
1
-3
/
+12
2017-03-02
net: Introduce sk_clone_lock() error path routine
Arnaldo Carvalho de Melo
3
-10
/
+13
2017-03-02
dccp: Unlock sock before calling sk_free()
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-03-02
openvswitch: actions: fixed a brace coding style warning
Peter Downs
1
-2
/
+1
2017-03-02
cxgb4: update latest firmware version supported
Ganesh Goudar
1
-3
/
+3
2017-03-02
amd-xgbe: Don't overwrite SFP PHY mod_absent settings
Lendacky, Thomas
1
-0
/
+2
2017-03-02
amd-xgbe: Be sure to set MDIO modes on device (re)start
Lendacky, Thomas
2
-1
/
+23
2017-03-02
amd-xgbe: Stop the PHY before releasing interrupts
Lendacky, Thomas
1
-2
/
+2
2017-03-02
drivers: net: xgene: Fix crash on DT systems
Alban Bedel
1
-0
/
+6
2017-03-02
ipv6: check for ip6_null_entry in __ip6_del_rt_siblings()
WANG Cong
1
-5
/
+9
2017-03-02
ath10k: search SMBIOS for OEM board file extension
Waldemar Rymarkiewicz
2
-3
/
+117
2017-03-02
average: change to declare precision, not factor
Johannes Berg
7
-26
/
+47
2017-03-02
ipv6: orphan skbs in reassembly unit
Eric Dumazet
2
-1
/
+1
2017-03-02
net: net_enable_timestamp() can be called from irq contexts
Eric Dumazet
1
-4
/
+31
2017-03-02
net: don't call strlen() on the user buffer in packet_bind_spkt()
Alexander Potapenko
1
-2
/
+6
2017-03-02
net: bridge: allow IPv6 when multicast flood is disabled
Mike Manning
1
-1
/
+2
2017-03-02
tcp/dccp: block BH for SYN processing
Eric Dumazet
2
-4
/
+16
2017-03-01
bpf: update the comment about the length of analysis
Gary Lin
1
-1
/
+1
2017-03-01
bridge: Fix error path in nbp_vlan_init
Yotam Gigi
1
-1
/
+1
2017-03-01
net: route: add missing nla_policy entry for RTA_MARK attribute
Liping Zhang
2
-0
/
+2
2017-03-01
net/ipv6: avoid possible dead locking on addr_gen_mode sysctl
Felix Jia
1
-7
/
+15
2017-03-01
geneve: lock RCU on TX path
Jakub Kicinski
1
-0
/
+2
2017-03-01
vxlan: lock RCU on TX path
Jakub Kicinski
1
-2
/
+6
2017-03-01
net: solve a NAPI race
Eric Dumazet
2
-24
/
+81
2017-03-01
net/mlx4: && vs & typo
Dan Carpenter
1
-1
/
+1
2017-03-01
net: usb: asix_devices: fix missing return code check on call to asix_write_m...
Colin Ian King
1
-1
/
+1
2017-03-01
MAINTAINERS: Orphan usb/net/hso driver
Baruch Siach
1
-3
/
+2
2017-03-01
mlxsw: spectrum_router: Avoid potential packets loss
Ido Schimmel
1
-10
/
+20
2017-03-01
rds: ib: add the static type to the variables
Zhu Yanjun
2
-4
/
+2
2017-03-01
sctp: call rcu_read_lock before checking for duplicate transport nodes
Xin Long
1
-0
/
+3
2017-03-01
rxrpc: Fix deadlock between call creation and sendmsg/recvmsg
David Howells
8
-22
/
+156
2017-02-28
iommu/amd: Fix crash when accessing AMD-Vi sysfs entries
Joerg Roedel
2
-2
/
+7
2017-02-28
iommu/vt-d: Fix crash when accessing VT-d sysfs entries
Joerg Roedel
1
-6
/
+11
2017-02-28
ARM: mm: round the initrd reservation to page boundaries
Russell King
1
-5
/
+18
2017-02-28
ARM: mm: clean up initrd initialisation
Russell King
1
-12
/
+15
2017-02-28
ARM: mm: move initrd init code out of arm_memblock_init()
Russell King
1
-4
/
+9
2017-02-28
ARM: 8655/1: improve NOMMU definition of pgprot_*()
Arnd Bergmann
1
-3
/
+3
2017-02-28
ARM: 8654/1: decompressor: add strlen prototype
Arnd Bergmann
1
-0
/
+1
2017-02-28
ARM: 8652/1: cache-uniphier: clean up active way setup code
Masahiro Yamada
1
-14
/
+9
2017-02-28
ARM: 8651/1: cache-uniphier: include <linux/errno.h> instead of <linux/types.h>
Masahiro Yamada
1
-1
/
+1
2017-02-28
ARM: 8650/1: module: handle negative R_ARM_PREL31 addends correctly
Ard Biesheuvel
1
-2
/
+11
2017-02-28
ARM: 8649/2: nommu: remove Hivecs configuration is asm
Afzal Mohammed
1
-5
/
+0
2017-02-28
ARM: 8648/2: nommu: display vectors base
Afzal Mohammed
1
-2
/
+7
2017-02-28
ARM: 8647/2: nommu: dynamic exception base address setting
Afzal Mohammed
1
-2
/
+50
2017-02-28
ARM: 8646/1: mmu: decouple VECTORS_BASE from Kconfig
Afzal Mohammed
4
-5
/
+9
2017-02-28
ARM: 8644/1: Reduce "CPU: shutdown" message to debug level
Florian Fainelli
1
-1
/
+1
2017-02-28
ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbol
Florian Fainelli
54
-86
/
+86
2017-02-28
ARM: 8640/1: Add support for CONFIG_DEBUG_VIRTUAL
Florian Fainelli
4
-2
/
+72
2017-02-28
ARM: 8639/1: Define KERNEL_START and KERNEL_END
Florian Fainelli
3
-10
/
+10
[next]