index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-bcm53xx.h
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-14
dma-debug: switch check from _text to _stext
Laura Abbott
1
-1
/
+1
2016-01-14
m32r: fix m32104ut_defconfig build fail
Sudip Mukherjee
1
-0
/
+3
2016-01-13
efi: include asm/early_ioremap.h not asm/efi.h to get early_memremap
Ard Biesheuvel
1
-1
/
+1
2016-01-13
ia64: split off early_ioremap() declarations into asm/early_ioremap.h
Ard Biesheuvel
2
-4
/
+11
2016-01-12
net: bnxt: always return values from _bnxt_get_max_rings
Arnd Bergmann
1
-7
/
+9
2016-01-12
net: bpf: reject invalid shifts
Rabin Vincent
2
-0
/
+15
2016-01-12
ipmi: Remove unnecessary pci_disable_device.
Dave Jones
1
-1
/
+0
2016-01-12
char: ipmi: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
1
-1
/
+0
2016-01-12
ipmi: constify some struct and char arrays
LABBE Corentin
2
-14
/
+20
2016-01-12
phonet: properly unshare skbs in phonet_rcv()
Eric Dumazet
1
-0
/
+4
2016-01-12
dwc_eth_qos: Fix dma address for multi-fragment skbs
Lars Persson
1
-1
/
+1
2016-01-12
phy: remove an unneeded condition
Dan Carpenter
1
-1
/
+1
2016-01-12
mdio: remove an unneed condition
Dan Carpenter
1
-4
/
+2
2016-01-12
mdio_bus: NULL dereference on allocation error
Dan Carpenter
1
-5
/
+6
2016-01-12
kvm: x86: Fix vmwrite to SECONDARY_VM_EXEC_CONTROL
Huaitong Han
1
-1
/
+2
2016-01-11
net: Fix typo in netdev_intersect_features
Tom Herbert
1
-2
/
+2
2016-01-11
net: freescale: mac-fec: Fix build error from phy_device API change
Andrew Lunn
1
-1
/
+1
2016-01-11
net: freescale: ucc_geth: Fix build error from phy_device API change
Andrew Lunn
1
-1
/
+1
2016-01-11
cgroup: rename cgroup documentations
Tejun Heo
14
-0
/
+0
2016-01-11
Input: elantech - mark protocols v2 and v3 as semi-mt
Benjamin Tissoires
1
-1
/
+1
2016-01-11
f2fs: should unset atomic flag after successful commit
Jaegeuk Kim
1
-1
/
+3
2016-01-11
f2fs: fix wrong memory condition check
Jaegeuk Kim
1
-2
/
+2
2016-01-11
f2fs: monitor the number of background checkpoint
Jaegeuk Kim
3
-2
/
+6
2016-01-11
f2fs: detect idle time depending on user behavior
Jaegeuk Kim
10
-10
/
+44
2016-01-11
f2fs: introduce time and interval facility
Jaegeuk Kim
4
-7
/
+25
2016-01-11
bonding: Prevent IPv6 link local address on enslaved devices
Karl Heiss
1
-1
/
+4
2016-01-11
IB/mlx5: Add flow steering support
Maor Gottlieb
3
-1
/
+517
2016-01-11
net/mlx5_core: Export flow steering API
Maor Gottlieb
1
-0
/
+5
2016-01-11
net/mlx5_core: Make ipv4/ipv6 location more clear
Maor Gottlieb
1
-2
/
+18
2016-01-11
net/mlx5_core: Enable flow steering support for the IB driver
Maor Gottlieb
3
-8
/
+51
2016-01-11
net/mlx5_core: Initialize namespaces only when supported by device
Maor Gottlieb
1
-21
/
+49
2016-01-11
net/mlx5_core: Set priority attributes
Maor Gottlieb
2
-19
/
+55
2016-01-11
net/mlx5_core: Connect flow tables
Maor Gottlieb
3
-10
/
+104
2016-01-11
net/mlx5_core: Introduce modify flow table command
Maor Gottlieb
3
-4
/
+83
2016-01-11
net/mlx5_core: Managing root flow table
Maor Gottlieb
5
-10
/
+144
2016-01-11
net/mlx5_core: Add utilities to find next and prev flow-tables
Maor Gottlieb
1
-0
/
+67
2016-01-11
net/mlx5_core: Introduce flow steering autogrouped flow table
Maor Gottlieb
3
-19
/
+158
2016-01-11
udp: disallow UFO for sockets with SO_NO_CHECK option
Michal Kubeček
2
-2
/
+2
2016-01-11
net: pktgen: fix null ptr deref in skb allocation
John Fastabend
1
-1
/
+3
2016-01-11
bpf: support ipv6 for bpf_skb_{set,get}_tunnel_key
Daniel Borkmann
2
-8
/
+71
2016-01-11
bpf: export helper function flags and reject invalid ones
Daniel Borkmann
2
-14
/
+39
2016-01-11
sh_eth: stop reading ECMR in sh_eth_dev_init()
Sergei Shtylyov
1
-5
/
+2
2016-01-11
ravb: stop reading ECMR in ravb_emac_init()
Sergei Shtylyov
1
-5
/
+2
2016-01-11
sched,cls_flower: set key address type when present
Jamal Hadi Salim
1
-2
/
+8
2016-01-11
tcp_yeah: don't set ssthresh below 2
Neal Cardwell
1
-1
/
+1
2016-01-11
bonding: make mii_status sysfs node consistent
Jarod Wilson
1
-1
/
+1
2016-01-11
sctp: fix use-after-free in pr_debug statement
Marcelo Ricardo Leitner
2
-18
/
+10
2016-01-12
xfs: handle dquot buffer readahead in log recovery correctly
Dave Chinner
5
-9
/
+41
2016-01-12
xfs: inode recovery readahead can race with inode buffer creation
Dave Chinner
2
-5
/
+14
2016-01-11
[media] Postpone the addition of MEDIA_IOC_G_TOPOLOGY
Mauro Carvalho Chehab
3
-2
/
+14
[next]