index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_txrx.c
Age
Commit message (
Expand
)
Author
2020-02-15
ice: replace "fallthrough" comments with fallthrough reserved word
Bruce Allan
2020-02-15
ice: remove unnecessary fallthrough comments
Bruce Allan
2020-02-12
ice: Trivial fixes
Tony Nguyen
2020-02-12
ice: Remove possible null dereference
Tony Nguyen
2020-01-03
ice: add extra check for null Rx descriptor
Mitch Williams
2020-01-03
ice: Support UDP segmentation offload
Brett Creeley
2019-11-06
ice: Get rid of ice_cleanup_header
Krzysztof Kazimierczak
2019-11-04
ice: add build_skb() support
Maciej Fijalkowski
2019-11-04
ice: introduce frame padding computation logic
Maciej Fijalkowski
2019-11-04
ice: introduce legacy Rx flag
Maciej Fijalkowski
2019-11-04
ice: Add support for AF_XDP
Krzysztof Kazimierczak
2019-11-04
ice: Move common functions to ice_txrx_lib.c
Krzysztof Kazimierczak
2019-11-04
ice: Add support for XDP
Maciej Fijalkowski
2019-09-05
ice: small efficiency fixes
Jesse Brandeburg
2019-09-05
ice: move code closer together
Jesse Brandeburg
2019-09-05
ice: clean up arguments
Jesse Brandeburg
2019-08-23
ice: Allow egress control packets from PF_VSI
Dave Ertman
2019-08-20
ice: allow empty Rx descriptors
Mitch Williams
2019-08-20
ice: Set WB_ON_ITR when we don't re-enable interrupts
Brett Creeley
2019-08-20
ice: Assume that more than one Rx queue is rare in ice_napi_poll
Brett Creeley
2019-07-31
ice: Remove unnecessary flag ICE_FLAG_MSIX_ENA
Brett Creeley
2019-07-31
ice: Remove duplicate code in ice_alloc_rx_bufs
Brett Creeley
2019-07-31
ice: Only bump Rx tail and release buffers once per napi_poll
Brett Creeley
2019-07-22
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
2019-05-30
ice: Trivial cosmetic changes
Anirudh Venkataramanan
2019-05-29
ice: Resolve static analysis warning
Bruce Allan
2019-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-05-04
ice: Suppress false-positive style issues reported by static analyzer
Bruce Allan
2019-05-02
ice: Add reg_idx variable in ice_q_vector structure
Brett Creeley
2019-04-23
net: pass net_device argument to the eth_get_headlen
Stanislav Fomichev
2019-04-18
ice: Calculate ITR increment based on direct calculation
Brett Creeley
2019-04-18
ice: Add priority information into VLAN header
Anirudh Venkataramanan
2019-04-18
ice: Fix incorrect use of abbreviations
Anirudh Venkataramanan
2019-04-08
drivers: Remove explicit invocations of mmiowb()
Will Deacon
2019-04-01
net: move skb->xmit_more hint to softnet data
Florian Westphal
2019-03-26
ice: Remove unnecessary braces
Anirudh Venkataramanan
2019-03-26
ice: Audit hotpath structures with pahole
Brett Creeley
2019-03-26
ice: Fix for adaptive interrupt moderation
Anirudh Venkataramanan
2019-03-25
ice: map Rx buffer pages with DMA attributes
Maciej Fijalkowski
2019-03-25
ice: Limit the ice_add_rx_frag to frag addition
Maciej Fijalkowski
2019-03-25
ice: Gather the rx buf clean-up logic for better reuse
Maciej Fijalkowski
2019-03-25
ice: Introduce bulk update for page count
Maciej Fijalkowski
2019-03-25
ice: Get rid of ice_pull_tail
Maciej Fijalkowski
2019-03-25
ice: Pull out page reuse checks onto separate function
Maciej Fijalkowski
2019-03-25
ice: Retrieve rx_buf in separate function
Maciej Fijalkowski
2019-03-22
ice: fix some function prototype and signature style issues
Bruce Allan
2019-03-19
ice: Determine descriptor count and ring size based on PAGE_SIZE
Brett Creeley
2019-02-25
ice: fix numeric overflow warning
Bruce Allan
2019-02-25
ice: sizeof(<type>) should be avoided
Bruce Allan
2019-01-15
ice: Offload SCTP checksum
Anirudh Venkataramanan
[next]