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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-06
FireWire: clean up firewire-cdev.h kernel-doc
Randy Dunlap
1
-8
/
+14
2018-09-06
qed*: Utilize FW 8.37.7.0
Denis Bolotin
2
-6
/
+6
2018-09-05
if_link: add IFLA_TARGET_NETNSID alias
Christian Brauner
1
-0
/
+1
2018-09-05
if_addr: add IFA_TARGET_NETNSID
Christian Brauner
1
-0
/
+1
2018-09-05
rtnetlink: add rtnl_get_net_ns_capable()
Christian Brauner
1
-0
/
+1
2018-09-05
packet: add sockopt to ignore outgoing packets
Vincent Whitchurch
2
-0
/
+2
2018-09-05
net/mlx5e: Replace PTP clock lock from RW lock to seq lock
Shay Agroskin
1
-1
/
+1
2018-09-05
net/mlx5: Add flow counters idr
Vlad Buslov
1
-0
/
+2
2018-09-05
net/mlx5: Store flow counters in a list
Vlad Buslov
1
-1
/
+1
2018-09-05
net/mlx5: Add new list to store deleted flow counters
Vlad Buslov
1
-0
/
+1
2018-09-05
net/mlx5: Change flow counters addlist type to single linked list
Vlad Buslov
1
-3
/
+1
2018-09-05
net/mlx5: Use u16 for Work Queue buffer strides offset
Tariq Toukan
1
-2
/
+2
2018-09-05
net/mlx5: Use u16 for Work Queue buffer fragment size
Tariq Toukan
1
-1
/
+1
2018-09-05
net/mlx5: Fix use-after-free in self-healing flow
Jack Morgenstein
1
-1
/
+1
2018-09-05
Merge branch 'uverbs_dev_cleanups' into rdma.git for-next
Jason Gunthorpe
8
-41
/
+77
2018-09-05
RDMA/core: Depend on device_add() to add device attributes
Parav Pandit
1
-0
/
+3
2018-09-05
RDMA/uverbs: Declare closing variable as boolean
Leon Romanovsky
1
-1
/
+1
2018-09-05
IB/core: Add an unbound WQ type to the new CQ API
Jack Morgenstein
1
-3
/
+6
2018-09-05
RDMA/mlx5: Extend packet reformat verbs
Mark Bloch
2
-0
/
+4
2018-09-05
RDMA/mlx5: Add new flow action verb - packet reformat
Mark Bloch
2
-0
/
+11
2018-09-05
RDMA/uverbs: Add generic function to fill in flow action object
Mark Bloch
1
-0
/
+12
2018-09-05
RDMA/mlx5: Add a new flow action verb - modify header
Mark Bloch
2
-0
/
+15
2018-09-05
RDMA/uverbs: Add UVERBS_ATTR_CONST_IN to the specs language
Mark Bloch
1
-0
/
+40
2018-09-05
ASoC: dapm: Move CODEC to CODEC params from the widget to the runtime
Charles Keepax
2
-3
/
+2
2018-09-05
ASoC: dapm: Move connection of CODEC to CODEC DAIs
Charles Keepax
1
-6
/
+0
2018-09-05
tracing: Add back in rcu_irq_enter/exit_irqson() for rcuidle tracepoints
Steven Rostedt (VMware)
1
-2
/
+6
2018-09-05
linux/mod_devicetable.h: fix kernel-doc missing notation for typec_device_id
Randy Dunlap
1
-0
/
+1
2018-09-05
HID: input: Create a utility class for counting scroll events
Harry Cutts
1
-0
/
+28
2018-09-05
Input: Add the `REL_WHEEL_HI_RES` event code
Harry Cutts
1
-0
/
+1
2018-09-05
mac80211: add an option for drivers to check if packets can be aggregated
Sara Sharon
1
-0
/
+7
2018-09-05
mac80211: allow AMSDU size limitation per-TID
Sara Sharon
1
-0
/
+2
2018-09-05
mac80211: add an option for station management TXQ
Sara Sharon
1
-0
/
+5
2018-09-05
wireless: align to draft 11ax D3.0
Shaul Triebitz
1
-26
/
+46
2018-09-05
mac80211: support reporting 0-length PSDU in radiotap
Shaul Triebitz
2
-0
/
+13
2018-09-05
mac80211: Fix PTK rekey freezes and clear text leak
Alexander Wetzel
1
-0
/
+13
2018-09-05
nl80211: Add CAN_REPLACE_PTK0 API
Alexander Wetzel
1
-0
/
+6
2018-09-05
mac80211: support radiotap L-SIG data
Shaul Triebitz
2
-0
/
+17
2018-09-05
mac80211: Store sk_pacing_shift in ieee80211_hw
Wen Gong
1
-0
/
+5
2018-09-05
mac80211: introduce capability flags for VHT EXT NSS support
Johannes Berg
1
-0
/
+22
2018-09-05
ieee80211: add new VHT capability fields/parsing
Johannes Berg
1
-2
/
+33
2018-09-05
cfg80211: add he_capabilities (ext) IE to AP settings
Shaul Triebitz
1
-0
/
+2
2018-09-05
ieee80211: remove redundant leading zeroes
Sara Sharon
1
-2
/
+2
2018-09-05
mac80211: add an optional TXQ for other PS-buffered frames
Johannes Berg
1
-5
/
+12
2018-09-05
net/mlx5: Export packet reformat alloc/dealloc functions
Mark Bloch
1
-0
/
+9
2018-09-05
net/mlx5: Expose new packet reformat capabilities
Mark Bloch
1
-3
/
+16
2018-09-05
{net, RDMA}/mlx5: Rename encap to reformat packet
Mark Bloch
2
-27
/
+27
2018-09-05
net/mlx5: Move header encap type to IFC header file
Mark Bloch
1
-0
/
+5
2018-09-05
net/mlx5: Break encap/decap into two separated flow table creation flags
Mark Bloch
1
-1
/
+2
2018-09-05
net/mlx5: Export modify header alloc/dealloc functions
Mark Bloch
1
-0
/
+6
2018-09-05
net/mlx5: Add proper NIC TX steering flow tables support
Mark Bloch
1
-0
/
+6
[prev]
[next]