| Commit message (Expand) | Author | Age | Files | Lines |
* | net: convert additional drivers to use phy_do_ioctl | Heiner Kallweit | 2020-01-22 | 1 | -3/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-12-22 | 1 | -8/+8 |
|\ |
|
| * | treewide: Use sizeof_field() macro | Pankaj Bharadiya | 2019-12-09 | 1 | -8/+8 |
* | | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin | 2019-12-12 | 4 | -5/+5 |
|/ |
|
* | net: thunderx: start phy before starting autonegotiation | Mian Yousaf Kaukab | 2019-12-05 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-11-20 | 1 | -7/+2 |
|\ |
|
| * | bpf: Convert bpf_prog refcnt to atomic64_t | Andrii Nakryiko | 2019-11-18 | 1 | -7/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-11-09 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | net: ethernet: octeon_mgmt: Account for second possible VLAN header | Alexander Sverdlin | 2019-11-08 | 1 | -1/+1 |
* | | cavium: thunder: Fix use true/false for bool type | Saurav Girepunje | 2019-10-29 | 1 | -6/+6 |
|/ |
|
* | net: cavium: Use the correct style for SPDX License Identifier | Nishad Kamdar | 2019-10-15 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-08-19 | 2 | -2/+4 |
|\ |
|
| * | net: cavium: fix driver name | Stephen Hemminger | 2019-08-18 | 1 | -1/+1 |
| * | liquidio: add cleanup in octeon_setup_iq() | Wenwen Wang | 2019-08-15 | 1 | -1/+3 |
* | | liquidio: Use pcie_flr() instead of reimplementing it | Denis Efremov | 2019-08-08 | 1 | -3/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-08-06 | 1 | -12/+6 |
|\| |
|
| * | net: thunderx: Use fwnode_get_mac_address() | Andy Shevchenko | 2019-07-23 | 1 | -12/+6 |
* | | net: Use skb_frag_off accessors | Jonathan Lemon | 2019-07-30 | 1 | -1/+1 |
* | | net: Use skb accessors in network drivers | Matthew Wilcox (Oracle) | 2019-07-22 | 3 | -27/+23 |
|/ |
|
* | liquidio: Replace vmalloc + memset with vzalloc | Chuhong Yuan | 2019-07-18 | 1 | -4/+2 |
* | net: lio_core: fix potential sign-extension overflow on large shift | Colin Ian King | 2019-06-18 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206 | Thomas Gleixner | 2019-05-30 | 11 | -44/+11 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 4 | -0/+4 |
* | net: ethernet: fix similar warning reported by kbuild test robot | Petr Štetiar | 2019-05-10 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2019-05-07 | 5 | -12/+13 |
|\ |
|
| * | net: ethernet: support of_get_mac_address new ERR_PTR error | Petr Štetiar | 2019-05-07 | 2 | -2/+2 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-04-17 | 1 | -2/+20 |
| |\ |
|
| * | | ethtool: thunder_bgx: use ethtool.h constants for speed and duplex | Michael Zhivich | 2019-04-08 | 1 | -8/+8 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-04-05 | 2 | -24/+26 |
| |\ \ |
|
| * | | | net: move skb->xmit_more hint to softnet data | Florian Westphal | 2019-04-01 | 2 | -2/+2 |
| * | | | net: devlink: select NET_DEVLINK from drivers | Jiri Pirko | 2019-03-24 | 1 | -0/+1 |
* | | | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 2019-05-06 | 4 | -16/+0 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | drivers: Remove explicit invocations of mmiowb() | Will Deacon | 2019-04-08 | 4 | -16/+0 |
| |/ / |
|
* | | | net: thunderx: don't allow jumbo frames with XDP | Matteo Croce | 2019-04-11 | 1 | -0/+9 |
* | | | net: thunderx: raise XDP MTU to 1508 | Matteo Croce | 2019-04-11 | 1 | -2/+11 |
| |/
|/| |
|
* | | net: thunderx: fix NULL pointer dereference in nicvf_open/nicvf_stop | Lorenzo Bianconi | 2019-04-04 | 1 | -8/+12 |
* | | thunderx: eliminate extra calls to put_page() for pages held for recycling | Dean Nelson | 2019-03-27 | 1 | -4/+3 |
* | | thunderx: enable page recycling for non-XDP case | Dean Nelson | 2019-03-27 | 1 | -12/+11 |
|/ |
|
* | net: thunder: fix a potential NULL pointer dereference | Kangjie Lu | 2019-03-11 | 1 | -0/+6 |
* | net: lio_core: fix two NULL pointer dereferences | Kangjie Lu | 2019-03-11 | 1 | -0/+10 |
* | net: liquidio: fix a NULL pointer dereference | Kangjie Lu | 2019-03-11 | 1 | -0/+5 |
* | net: devlink: turn devlink into a built-in | Jakub Kicinski | 2019-02-26 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-02-24 | 5 | -153/+142 |
|\ |
|
| * | net: thunderx: remove link change polling code and info from nicpf | Vadim Lomovtsev | 2019-02-22 | 1 | -102/+12 |
| * | net: thunderx: move link state polling function to VF | Vadim Lomovtsev | 2019-02-22 | 3 | -19/+74 |
| * | net: thunderx: add mutex to protect mailbox from concurrent calls for same VF | Vadim Lomovtsev | 2019-02-22 | 2 | -3/+12 |
| * | net: thunderx: rework xcast message structure to make it fit into 64 bit | Vadim Lomovtsev | 2019-02-22 | 3 | -9/+7 |
| * | net: thunderx: add nicvf_send_msg_to_pf result check for set_rx_mode_task | Vadim Lomovtsev | 2019-02-22 | 1 | -4/+8 |
| * | net: thunderx: make CFG_DONE message to run through generic send-ack sequence | Vadim Lomovtsev | 2019-02-22 | 2 | -4/+13 |
| * | net: thunderx: replace global nicvf_rx_mode_wq work queue for all VFs to priv... | Vadim Lomovtsev | 2019-02-22 | 2 | -15/+19 |