index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
REPORTING-BUGS
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-08-13
net: usb: hso: don't print error when allocating urb fails
Wolfram Sang
1
-15
/
+5
2016-08-13
net: can: usb: usb_8dev: don't print error when allocating urb fails
Wolfram Sang
1
-4
/
+1
2016-08-13
net: can: usb: peak_usb: pcan_usb_core: don't print error when allocating urb...
Wolfram Sang
1
-5
/
+1
2016-08-13
net: can: usb: kvaser_usb: don't print error when allocating urb fails
Wolfram Sang
1
-6
/
+1
2016-08-13
net: can: usb: gs_usb: don't print error when allocating urb fails
Wolfram Sang
1
-7
/
+2
2016-08-13
net: can: usb: esd_usb2: don't print error when allocating urb fails
Wolfram Sang
1
-3
/
+0
2016-08-13
net: can: usb: ems_usb: don't print error when allocating urb fails
Wolfram Sang
1
-7
/
+2
2016-08-13
net: fix up a few missing hashtable.h conflict resolutions
Jiri Kosina
3
-7
/
+7
2016-08-13
net: thunderx: Don't set RX_PACKET_DIS while initializing
Sunil Goutham
1
-11
/
+7
2016-08-13
net: thunderx: Use netdev_rss_key_fill() helper
Sunil Goutham
1
-7
/
+1
2016-08-13
net: thunderx: Configure tunnelling protocol parsing
Zyta Szpak
2
-0
/
+34
2016-08-13
net: thunderx: Use napi_consume_skb for bulk free
Sunil Goutham
1
-3
/
+5
2016-08-13
net: thunderx: Don't set mac address for secondary Qset VFs
Sunil Goutham
1
-1
/
+1
2016-08-13
net: thunderx: Reset RXQ HW stats when interface is brought down
Jerin Jacob
3
-0
/
+87
2016-08-13
net: thunderx: Improvement for MBX interface debug messages
Radoslaw Biernacki
2
-8
/
+16
2016-08-13
net: thunderx: Use skb_add_rx_frag() for split buffer Rx pkts
Sunil Goutham
1
-18
/
+6
2016-08-13
net: thunderx: Use netdev's name for naming VF's interrupts
Sunil Goutham
1
-8
/
+12
2016-08-13
net: thunderx: Support for 83xx mixed QLM/DLM config
Sunil Goutham
2
-21
/
+26
2016-08-13
net: thunderx: Add support for 16 LMACs of 83xx
Sunil Goutham
2
-17
/
+60
2016-08-13
net: thunderx: Add RGMII interface type support
Sunil Goutham
6
-33
/
+332
2016-08-13
net: thunderx: Add QSGMII interface type support
Sunil Goutham
2
-12
/
+54
2016-08-13
net: thunderx: Add 81xx support to BGX driver
Sunil Goutham
2
-10
/
+113
2016-08-13
net: thunderx: Support for different LMAC types within BGX
Sunil Goutham
2
-136
/
+98
2016-08-13
net: thunderx: Enable mailbox interrupts on 81xx/83xx
Sunil Goutham
1
-38
/
+50
2016-08-13
net: thunderx: Enable CQE_RX desc's extension fields
Sunil Goutham
4
-2
/
+27
2016-08-13
net: thunderx: Set queue count based on number of CPUs
Sunil Goutham
4
-12
/
+14
2016-08-13
net: thunderx: Add support for 81xx and 83xx chips
Sunil Goutham
3
-17
/
+73
2016-08-13
net: thunderx: Add VNIC's PCI devid on future chips
Sunil Goutham
2
-3
/
+21
2016-08-13
net: thunderx: Moved HW capability info from macros to structure
Sunil Goutham
2
-52
/
+85
2016-08-13
dtb: xgene: Fix backward compatibility
Iyappan Subramanian
1
-1
/
+1
2016-08-13
drivers: net: xgene: Fix backward compatibility
Iyappan Subramanian
1
-9
/
+9
2016-08-13
Documentation: dtb: xgene: Add rxlos GPIO mapping
Iyappan Subramanian
1
-0
/
+3
2016-08-13
dtb: xgene: Add rxlos-gpios property
Iyappan Subramanian
1
-0
/
+1
2016-08-13
drivers: net: xgene: Poll link status via GPIO
Iyappan Subramanian
4
-0
/
+23
2016-08-13
drivers: net: xgene: XFI PCS reset when link is down
Iyappan Subramanian
5
-0
/
+54
2016-08-13
drivers: net: xgene: Change port init sequence
Iyappan Subramanian
1
-3
/
+2
2016-08-13
drivers: net: xgene: Fix RSS indirection table fields
Iyappan Subramanian
2
-8
/
+19
2016-08-13
drivers: net: xgene: Fix error deconstruction path
Iyappan Subramanian
1
-8
/
+19
2016-08-13
drivers: net: xgene: fix: Delete descriptor rings and buffer pools
Iyappan Subramanian
1
-5
/
+7
2016-08-13
drivers: net: xgene: fix: Add dma_unmap_single
Iyappan Subramanian
1
-2
/
+12
2016-08-13
drivers: net: xgene: Fix compiler warnings
Iyappan Subramanian
1
-4
/
+0
2016-08-13
bpf: allow bpf_get_prandom_u32() to be used in tracing
Alexei Starovoitov
1
-0
/
+2
2016-08-13
samples/bpf: add verifier tests for the helper access to the packet
Aaron Yue
1
-4
/
+110
2016-08-13
bpf: allow helpers access the packet directly
Alexei Starovoitov
1
-18
/
+43
2016-08-13
sit: make function ipip6_valid_ip_proto() static
Wei Yongjun
1
-1
/
+1
2016-08-13
samples/bpf: Add test_current_task_under_cgroup test
Sargun Dhillon
4
-0
/
+195
2016-08-13
bpf: Add bpf_current_task_under_cgroup helper
Sargun Dhillon
4
-2
/
+45
2016-08-13
cgroup: Add task_under_cgroup_hierarchy cgroup inline function to headers
Sargun Dhillon
1
-0
/
+23
2016-08-13
sfc: get timer configuration from adapter
Bert Kenward
5
-33
/
+125
2016-08-13
sfc: set interrupt moderation via MCDI
Bert Kenward
9
-62
/
+103
[next]