index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.gitignore
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-30
linux: Add skb_frag_t page_offset accessors
Jonathan Lemon
1
-8
/
+59
2019-07-30
sctp: factor out sctp_connect_add_peer
Xin Long
1
-45
/
+31
2019-07-30
sctp: factor out sctp_connect_new_asoc
Xin Long
1
-84
/
+76
2019-07-30
sctp: clean up __sctp_connect
Xin Long
1
-136
/
+73
2019-07-30
sctp: check addr_size with sa_family_t size in __sctp_setsockopt_connectx
Xin Long
1
-1
/
+2
2019-07-30
sctp: only copy the available addr data in sctp_transport_init
Xin Long
1
-1
/
+1
2019-07-30
rxrpc: Fix -Wframe-larger-than= warnings from on-stack crypto
David Howells
4
-20
/
+96
2019-07-29
bnxt_en: Add PCI IDs for 57500 series NPAR devices.
Michael Chan
1
-0
/
+12
2019-07-29
bnxt_en: Support all variants of the 5750X chip family.
Michael Chan
1
-2
/
+6
2019-07-29
bnxt_en: Refactor bnxt_init_one() and turn on TPA support on 57500 chips.
Michael Chan
2
-53
/
+67
2019-07-29
bnxt_en: Support TPA counters on 57500 chips.
Michael Chan
1
-10
/
+31
2019-07-29
bnxt_en: Allocate the larger per-ring statistics block for 57500 chips.
Michael Chan
2
-2
/
+9
2019-07-29
bnxt_en: Refactor ethtool ring statistics logic.
Michael Chan
1
-50
/
+70
2019-07-29
bnxt_en: Add hardware GRO setup function for 57500 chips.
Michael Chan
1
-1
/
+32
2019-07-29
bnxt_en: Add TPA ID mapping logic for 57500 chips.
Michael Chan
2
-2
/
+53
2019-07-29
bnxt_en: Add fast path logic for TPA on 57500 chips.
Michael Chan
1
-25
/
+75
2019-07-29
bnxt_en: Set TPA GRO mode flags on 57500 chips properly.
Michael Chan
1
-3
/
+5
2019-07-29
bnxt_en: Refactor tunneled hardware GRO logic.
Michael Chan
1
-41
/
+28
2019-07-29
bnxt_en: Handle standalone RX_AGG completions.
Michael Chan
1
-2
/
+18
2019-07-29
bnxt_en: Expand bnxt_tpa_info struct to support 57500 chips.
Michael Chan
2
-6
/
+41
2019-07-29
bnxt_en: Refactor TPA logic.
Michael Chan
1
-48
/
+69
2019-07-29
bnxt_en: Add TPA structure definitions for BCM57500 chips.
Michael Chan
1
-0
/
+67
2019-07-29
bnxt_en: Update firmware interface spec. to 1.10.0.89.
Michael Chan
2
-16
/
+108
2019-07-29
can: fix ioctl function removal
Oliver Hartkopp
2
-2
/
+16
2019-07-29
net: dsa: mv88e6xxx: avoid some redundant vtu load/purge operations
Rasmus Villemoes
1
-1
/
+3
2019-07-29
r8169: make use of xmit_more
Heiner Kallweit
1
-5
/
+12
2019-07-29
staging/octeon: Allow test build on !MIPS
Matthew Wilcox (Oracle)
14
-78
/
+1466
2019-07-29
net: ag71xx: use resource_size for the ioremap size
Ding Xiang
1
-1
/
+1
2019-07-29
NFC: nxp-nci: Fix recommendation for NFC_NXP_NCI_I2C Kconfig
Sedat Dilek
1
-1
/
+1
2019-07-29
NFC: nxp-nci: Clarify on supported chips
Sedat Dilek
1
-2
/
+2
2019-07-29
NFC: nxp-nci: Remove 'default n' for the core
Andy Shevchenko
1
-1
/
+0
2019-07-29
NFC: nxp-nci: Remove unused macro pr_fmt()
Andy Shevchenko
1
-2
/
+0
2019-07-29
NFC: nxp-nci: Drop comma in terminator lines
Andy Shevchenko
1
-2
/
+2
2019-07-29
NFC: nxp-nci: Drop of_match_ptr() use
Andy Shevchenko
1
-1
/
+1
2019-07-29
NFC: nxp-nci: Constify acpi_device_id
Andy Shevchenko
1
-1
/
+1
2019-07-29
NFC: nxp-nci: Get rid of useless label
Andy Shevchenko
1
-8
/
+4
2019-07-29
NFC: nxp-nci: Get rid of code duplication in ->probe()
Andy Shevchenko
1
-53
/
+15
2019-07-29
NFC: nxp-nci: Add GPIO ACPI mapping table
Andy Shevchenko
1
-2
/
+16
2019-07-29
NFC: nxp-nci: Convert to use GPIO descriptor
Andy Shevchenko
2
-46
/
+15
2019-07-29
NFC: nxp-nci: Get rid of platform data
Andy Shevchenko
5
-30
/
+1
2019-07-29
NFC: nxp-nci: Add NXP1001 to the ACPI ID table
Andy Shevchenko
1
-0
/
+1
2019-07-29
NFC: fix attrs checks in netlink interface
Andrey Konovalov
1
-2
/
+4
2019-07-29
net: hns3: use dev_info() instead of pr_info()
Huazhong Tan
2
-2
/
+5
2019-07-29
net: hns3: Add support for using order 1 pages with a 4K buffer
Yunsheng Lin
2
-8
/
+17
2019-07-29
net: hns3: add interrupt affinity support for misc interrupt
Yunsheng Lin
2
-4
/
+53
2019-07-29
net: hns3: make hclge_service use delayed workqueue
Yunsheng Lin
2
-34
/
+21
2019-07-29
net: hns3: add debug messages to identify eth down cause
Yonglong Liu
3
-0
/
+48
2019-07-29
net: hns3: modify firmware version display format
Yufeng Mo
4
-4
/
+40
2019-07-29
net: hns3: change GFP flag during lock period
Yufeng Mo
1
-1
/
+1
2019-07-29
net: hns3: remove upgrade reset level when reset fail
Huazhong Tan
1
-20
/
+8
[next]