index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
cavium
/
thunder
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-13
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
1
-15
/
+16
2023-05-08
net: thunderx: Use alloc_ordered_workqueue() to create ordered workqueues
Tejun Heo
1
-2
/
+1
2023-03-10
net: thunderx: take into account xdp_features setting tx/rx queues
Lorenzo Bianconi
2
-7
/
+14
2023-02-02
drivers: net: turn on XDP features
Marek Majtyka
1
-0
/
+2
2022-12-06
net: thunderx: Fix missing destroy_workqueue of nicvf_rx_mode_wq
Yongqiang Liu
1
-1
/
+3
2022-11-24
net: thunderx: Fix the ACPI memory leak
Yu Liao
1
-1
/
+3
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-2
/
+1
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-2
/
+2
2022-07-02
net: add skb_[inner_]tcp_all_headers helpers
Eric Dumazet
1
-2
/
+2
2022-05-17
net: thunderx: remove null check after call container_of()
Haowen Bai
1
-3
/
+0
2022-05-01
pci_irq_vector() can't be used in atomic context any longer. This conflicts
Thomas Gleixner
1
-8
/
+8
2022-02-02
drivers: net: Replace acpi_bus_get_device()
Rafael J. Wysocki
1
-1
/
+2
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-1
/
+2
2021-12-29
net: Add includes masked by netdevice.h including uapi/bpf.h
Jakub Kicinski
1
-0
/
+1
2021-12-14
net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX
Hangbin Liu
1
-4
/
+0
2021-12-13
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
1
-1
/
+1
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
1
-2
/
+6
2021-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-3
/
+3
2021-10-19
cavium: Fix return values of the probe function
Zheyu Ma
1
-2
/
+2
2021-10-18
cavium: Return negative value when pci_alloc_irq_vectors() fails
Zheyu Ma
1
-1
/
+1
2021-10-07
eth: fwnode: remove the addr len from mac helpers
Jakub Kicinski
1
-1
/
+1
2021-10-07
eth: fwnode: change the return type of mac address helpers
Jakub Kicinski
1
-3
/
+3
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
1
-1
/
+1
2021-10-02
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
1
-2
/
+1
2021-09-16
net: thunderx: Make use of the helper function dev_err_probe()
Cai Huoqing
3
-8
/
+4
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
1
-1
/
+3
2021-08-02
cavium: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2
-14
/
+2
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-1
/
+1
2021-06-24
thunderx: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
1
-2
/
+0
2021-05-14
net: thunderx: Drop unnecessary NULL check after container_of
Guenter Roeck
1
-3
/
+0
2021-04-13
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
1
-4
/
+1
2021-04-12
net: thunderx: Fix unintentional sign extension issue
Colin Ian King
1
-1
/
+1
2021-01-08
net, xdp: Introduce xdp_prepare_buff utility routine
Lorenzo Bianconi
1
-4
/
+4
2021-01-08
net, xdp: Introduce xdp_init_buff utility routine
Lorenzo Bianconi
1
-2
/
+2
2020-12-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-1
/
+1
2020-12-01
xsk: Propagate napi_id to XDP socket Rx path
Björn Töpel
1
-1
/
+1
2020-11-23
net: don't include ethtool.h from netdevice.h
Jakub Kicinski
1
-0
/
+1
2020-10-10
net: thunderx: Use struct_size() helper in kmalloc()
Gustavo A. R. Silva
1
-2
/
+2
2020-09-14
liquidio: convert tasklets to use new tasklet_setup() API
Allen Pais
3
-9
/
+7
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2
-3
/
+3
2020-08-05
net: thunderx: initialize VF's mailbox mutex before first usage
Dean Nelson
1
-1
/
+3
2020-08-04
net: thunderx: use spin_lock_bh in nicvf_set_rx_mode_task()
Xin Long
1
-2
/
+2
2020-07-25
bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands
Andrii Nakryiko
1
-3
/
+0
2020-06-18
net: tso: cache transport header length
Eric Dumazet
1
-2
/
+3
2020-05-14
net: thunderx: Add XDP frame size
Jesper Dangaard Brouer
1
-0
/
+1
2020-03-23
net: thunderx: remove set but not used variable 'tail'
Zheng zengkai
1
-2
/
+1
2020-03-03
net/cavium: Clean driver versions
Leon Romanovsky
1
-2
/
+0
2020-03-02
net: thunderx: Reduce mbox wait response time.
Geetha sowjanya
1
-5
/
+4
2020-03-02
net: thunderx: Adjust CQE_RX drop levels for better performance
Sunil Goutham
1
-2
/
+2
2020-02-20
net: thunderx: workaround BGX TX Underflow issue
Tim Harvey
2
-3
/
+68
2020-02-08
net: thunderx: use proper interface type for RGMII
Tim Harvey
1
-1
/
+1
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-12-05
net: thunderx: start phy before starting autonegotiation
Mian Yousaf Kaukab
1
-1
/
+1
2019-11-18
bpf: Convert bpf_prog refcnt to atomic64_t
Andrii Nakryiko
1
-7
/
+2
2019-10-29
cavium: thunder: Fix use true/false for bool type
Saurav Girepunje
1
-6
/
+6
2019-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-12
/
+6
2019-07-30
net: Use skb_frag_off accessors
Jonathan Lemon
1
-1
/
+1
2019-07-23
net: thunderx: Use fwnode_get_mac_address()
Andy Shevchenko
1
-12
/
+6
2019-07-22
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
1
-3
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206
Thomas Gleixner
11
-44
/
+11
2019-05-07
net: ethernet: support of_get_mac_address new ERR_PTR error
Petr Štetiar
1
-1
/
+1
2019-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+20
2019-04-11
net: thunderx: don't allow jumbo frames with XDP
Matteo Croce
1
-0
/
+9
2019-04-11
net: thunderx: raise XDP MTU to 1508
Matteo Croce
1
-2
/
+11
2019-04-08
ethtool: thunder_bgx: use ethtool.h constants for speed and duplex
Michael Zhivich
1
-8
/
+8
2019-04-04
net: thunderx: fix NULL pointer dereference in nicvf_open/nicvf_stop
Lorenzo Bianconi
1
-8
/
+12
2019-03-27
thunderx: eliminate extra calls to put_page() for pages held for recycling
Dean Nelson
1
-4
/
+3
2019-03-27
thunderx: enable page recycling for non-XDP case
Dean Nelson
1
-12
/
+11
2019-03-11
net: thunder: fix a potential NULL pointer dereference
Kangjie Lu
1
-0
/
+6
2019-02-22
net: thunderx: remove link change polling code and info from nicpf
Vadim Lomovtsev
1
-102
/
+12
2019-02-22
net: thunderx: move link state polling function to VF
Vadim Lomovtsev
3
-19
/
+74
2019-02-22
net: thunderx: add mutex to protect mailbox from concurrent calls for same VF
Vadim Lomovtsev
2
-3
/
+12
2019-02-22
net: thunderx: rework xcast message structure to make it fit into 64 bit
Vadim Lomovtsev
3
-9
/
+7
2019-02-22
net: thunderx: add nicvf_send_msg_to_pf result check for set_rx_mode_task
Vadim Lomovtsev
1
-4
/
+8
2019-02-22
net: thunderx: make CFG_DONE message to run through generic send-ack sequence
Vadim Lomovtsev
2
-4
/
+13
2019-02-22
net: thunderx: replace global nicvf_rx_mode_wq work queue for all VFs to priv...
Vadim Lomovtsev
2
-15
/
+19
2019-02-22
net: thunderx: correct typo in macro name
Vadim Lomovtsev
2
-2
/
+2
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-1
/
+1
2018-11-27
net: thunderx: fix NULL pointer dereference in nic_remove
Lorenzo Bianconi
1
-0
/
+3
2018-11-23
net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queue
Lorenzo Bianconi
1
-1
/
+3
2018-11-22
net: thunderx: set xdp_prog to NULL if bpf_prog_add fails
Lorenzo Bianconi
1
-2
/
+7
2018-08-09
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2018-08-07
net: thunderx: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-08-07
net: thunderx: check for failed allocation lmac->dmacs
Colin Ian King
1
-0
/
+2
2018-07-13
xdp: don't make drivers report attachment mode
Jakub Kicinski
1
-1
/
+0
2018-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-14
/
+38
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-2
/
+2
2018-06-12
net: thunderx: prevent concurrent data re-writing by nicvf_set_rx_mode
Vadim Lomovtsev
2
-14
/
+38
2018-04-18
bpf: make cavium thunder compatible w/ bpf_xdp_adjust_tail
Nikita V. Shirokov
1
-1
/
+1
2018-04-09
net: thunderx: rework mac addresses list to u64 array
Vadim Lomovtsev
2
-24
/
+11
2018-03-31
net: thunderx: add ndo_set_rx_mode callback implementation for VF
Vadim Lomovtsev
1
-1
/
+109
2018-03-31
net: thunderx: add workqueue control structures for handle ndo_set_rx_mode re...
Vadim Lomovtsev
1
-0
/
+17
2018-03-31
net: thunderx: add XCAST messages handlers for PF
Vadim Lomovtsev
1
-4
/
+41
2018-03-31
net: thunderx: add new messages for handle ndo_set_rx_mode callback
Vadim Lomovtsev
1
-0
/
+12
2018-03-31
net: thunderx: add multicast filter management support
Vadim Lomovtsev
2
-1
/
+153
2018-03-31
net: thunderx: add MAC address filter tracking for LMAC
Vadim Lomovtsev
1
-14
/
+30
2018-03-31
net: thunderx: move filter register related macro into proper place
Vadim Lomovtsev
2
-11
/
+13
2018-03-26
ethernet: Use octal not symbolic permissions
Joe Perches
1
-1
/
+1
2018-02-14
Revert "net: thunderx: Add support for xdp redirect"
Jesper Dangaard Brouer
3
-94
/
+31
2018-02-08
net: thunder: change q_len's type to handle max ring size
Dean Nelson
1
-1
/
+1
2018-01-29
net: ethernet: cavium: Correct Cavium Thunderx NIC driver names accordingly t...
Vadim Lomovtsev
5
-5
/
+5
2018-01-16
net: thunderx: add timestamping support
Sunil Goutham
8
-6
/
+344
2018-01-05
thunderx: setup xdp_rxq_info
Jesper Dangaard Brouer
3
-4
/
+13
2017-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2017-12-06
net: thunderx: Fix TCP/UDP checksum offload for IPv4 pkts
Florian Westphal
1
-0
/
+2
2017-11-30
net: thunderx: Set max queue count taking XDP_TX into account
Sunil Goutham
1
-0
/
+5
2017-11-30
net: thunderx: Add support for xdp redirect
Sunil Goutham
3
-31
/
+94
2017-11-25
net: thunderx: Fix TCP/UDP checksum offload for IPv6 pkts
Sunil Goutham
1
-1
/
+0
2017-11-11
net: thunderx: fix double free error
Aleksey Makarov
1
-52
/
+30
2017-11-05
net: bpf: rename ndo_xdp to ndo_bpf
Jakub Kicinski
1
-2
/
+2
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-11-01
net: thunderx: remove a couple of redundant assignments
Colin Ian King
1
-4
/
+0
2017-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2017-10-09
net: thunderx: mark expected switch fall-throughs in nicvf_main()
Gustavo A. R. Silva
1
-0
/
+2
2017-09-26
bpf: add meta pointer for direct access
Daniel Borkmann
1
-0
/
+1
2017-08-23
net: define the TSO header size in net/tso.h
Antoine Ténart
1
-1
/
+0
2017-07-29
net: thunderx: Fix BGX transmit stall due to underflow
Sunil Goutham
2
-5
/
+24
2017-07-14
net: thunder_bgx: avoid format string overflow warning
Arnd Bergmann
1
-1
/
+1
2017-06-29
cavium: thunder: Remove duplicate "netdev->name" logging output
Joe Perches
2
-26
/
+15
2017-06-16
bpf: thunderx: Report bpf_prog ID during XDP_QUERY_PROG
Martin KaFai Lau
1
-0
/
+1
2017-05-02
net: thunderx: Optimize page recycling for XDP
Sunil Goutham
2
-7
/
+51
2017-05-02
net: thunderx: Support for XDP header adjustment
Sunil Goutham
2
-17
/
+55
2017-05-02
net: thunderx: Add support for XDP_TX
Sunil Goutham
3
-27
/
+160
2017-05-02
net: thunderx: Add support for XDP_DROP
Sunil Goutham
3
-25
/
+79
2017-05-02
net: thunderx: Add basic XDP support
Sunil Goutham
5
-19
/
+199
2017-05-02
net: thunderx: Cleanup receive buffer allocation
Sunil Goutham
1
-9
/
+9
2017-05-02
net: thunderx: Optimize CQE_TX handling
Sunil Goutham
2
-28
/
+21
2017-05-02
net: thunderx: Optimize RBDR descriptor handling
Sunil Goutham
2
-13
/
+5
2017-05-02
net: thunderx: Support for page recycling
Sunil Goutham
4
-20
/
+119
2017-04-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-0
/
+2
2017-04-17
net: thunderx: Fix set_max_bgx_per_node for 81xx rgx
George Cherian
2
-0
/
+2
2017-04-11
net: thunderx: Switch to pci_alloc_irq_vectors
Thanneeru Srinivasulu
3
-96
/
+40
2017-04-07
net: thunderx: Enable TSO and checksum offloads for ipv6
Thanneeru Srinivasulu
2
-4
/
+14
2017-03-09
net: thunderx: Allow IPv6 frames with zero UDP checksum
Thanneeru Srinivasulu
1
-2
/
+4
2017-03-09
net: thunderx: Fix invalid mac addresses for node1 interfaces
Sunil Goutham
2
-14
/
+45
2017-03-09
net: thunderx: Fix LMAC mode debug prints for QSGMII mode
Sunil Goutham
1
-6
/
+0
2017-03-09
net: thunderx: Fix IOMMU translation faults
Sunil Goutham
4
-39
/
+156
2017-02-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-12
/
+101
2017-02-08
net: thunderx: Fix PHY autoneg for SGMII QLM mode
Thanneeru Srinivasulu
2
-12
/
+101
2017-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+1
2017-01-31
net: thunderx: avoid dereferencing xcv when NULL
Vincent
1
-2
/
+1
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
1
-1
/
+1
2017-01-25
net: thunderx: Leave serdes lane config on 81/83xx to firmware
Sunil Goutham
1
-77
/
+18
2017-01-25
net: thunderx: Support to configure queue sizes from ethtool
Sunil Goutham
3
-9
/
+65
2017-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+6
2017-01-12
net: thunderx: acpi: fix LMAC initialization
Vadim Lomovtsev
1
-5
/
+6
2017-01-11
net: thunderx: Make hfunc variable const type in nicvf_set_rxfh()
Robert Richter
1
-1
/
+1
2017-01-11
net: thunderx: Fix error return code in nicvf_open()
Wei Yongjun
1
-1
/
+2
2017-01-08
net: make ndo_get_stats64 a void function
stephen hemminger
1
-3
/
+2
2016-12-10
net: nicvf: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-25
/
+31
2016-12-02
net: thunderx: Fix transmit queue timeout issue
Sunil Goutham
3
-37
/
+54
2016-11-25
net: thunderx: Pause frame support
Sunil Goutham
6
-0
/
+166
2016-11-25
net: thunderx: Configure RED and backpressure levels
Sunil Goutham
4
-9
/
+41
2016-11-25
net: thunderx: Add ethtool support for supported ports and link modes.
Thanneeru Srinivasulu
5
-3
/
+38
2016-11-25
net: thunderx: 80xx BGX0 configuration changes
Sunil Goutham
1
-3
/
+17
2016-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
9
-235
/
+278
2016-11-16
net: thunderx: Fix memory leak and other issues upon interface toggle
Sunil Goutham
2
-7
/
+18
2016-11-16
net: thunderx: Fix VF driver's interface statistics
Sunil Goutham
6
-196
/
+197
2016-11-16
net: thunderx: Fix configuration of L3/L4 length checking
Sunil Goutham
1
-2
/
+5
2016-11-16
net: thunderx: Program LMAC credits based on MTU
Sunil Goutham
6
-30
/
+53
2016-11-16
net: thunderx: Introduce BGX_ID_MASK macro to extract bgx_id
Radha Mohan Chintakuntla
2
-2
/
+4
2016-10-18
ethernet/cavium: use core min/max MTU checking
Jarod Wilson
1
-6
/
+4
2016-09-24
net: thunderx: Support for byte queue limits
Sunil Goutham
2
-12
/
+32
2016-09-24
net: thunderx: Fix issue with IRQ namimg
Sunil Goutham
1
-1
/
+1
2016-09-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-15
/
+81
2016-09-01
net: thunderx: Fix for issues with multiple CQEs posted for a TSO packet
Sunil Goutham
3
-12
/
+73
2016-09-01
net: thunderx: Fix for HW issue while padding TSO packet
Sunil Goutham
1
-3
/
+8
2016-08-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+4
2016-08-18
net: thunderx: Fix OOPs with ethtool --register-dump
David Daney
2
-2
/
+4
2016-08-15
net: thunderx: Remove unnecessary pci_set_drvdata()
Wei Yongjun
1
-2
/
+0
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
5
-33
/
+322
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-06-29
net: thunderx: Fix TL4 configuration for secondary Qsets
Sunil Goutham
1
-3
/
+13
2016-06-29
net: thunderx: Fix link status reporting
Sunil Goutham
2
-31
/
+62
2016-05-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+3
2016-05-19
mm/page_ref: use page_ref helper instead of direct modification of _count
Joonsoo Kim
1
-1
/
+1
2016-05-19
net: thunderx: avoid null pointer dereference
xypron.glpk@gmx.de
1
-1
/
+3
2016-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+4
2016-05-10
net: thunderx: avoid exposing kernel stack
xypron.glpk@gmx.de
1
-0
/
+4
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
1
-1
/
+1
[next]