summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: make "snps,reset-delays-us" optional againMartin Blumenstingl2019-07-031-10/+3
* bonding/main: fix NULL dereference in bond_select_active_slave()Eric Dumazet2019-07-031-1/+1
* tipc: remove ub->ubsock checksXin Long2019-07-031-9/+8
* ipv4: Fix off-by-one in route dump counter without netlink strict checkingStefano Brivio2019-07-021-8/+14
* net: ethernet: mediatek: Allow non TRGMII mode with MT7621 DDR2 devicesRené van Dorst2019-07-021-2/+5
* rxrpc: Fix uninitialized error code in rxrpc_send_data_packet()David Howells2019-07-021-0/+3
* nfc: st-nci: remove redundant assignment to variable rColin Ian King2019-07-021-1/+1
* hinic: remove standard netdev statsXue Chaojing2019-07-021-46/+1
* net: stmmac: Re-word Kconfig entryJose Abreu2019-07-021-1/+1
* Merge branch 'Add-gve-driver'David S. Miller2019-07-0217-0/+3875
|\
| * gve: Add ethtool supportCatherine Sullivan2019-07-024-2/+288
| * gve: Add workqueue and reset supportCatherine Sullivan2019-07-024-8/+260
| * gve: Add transmit and receive supportCatherine Sullivan2019-07-029-5/+2221
| * gve: Add basic driver framework for Compute Engine Virtual NICCatherine Sullivan2019-07-0213-0/+1121
|/
* Merge branch 'blackhole-device-to-invalidate-dst'David S. Miller2019-07-0211-14/+195
|\
| * blackhole_dev: add a selftestMahesh Bandewar2019-07-026-1/+123
| * blackhole_netdev: use blackhole_netdev to invalidate dst entriesMahesh Bandewar2019-07-023-4/+3
| * loopback: create blackhole net device similar to loopack.Mahesh Bandewar2019-07-022-9/+69
|/
* net: ethernet: broadcom: bcm63xx_enet: Remove unneeded memsetHariprasad Kelam2019-07-021-1/+0
* Merge branch 'net-netsec-Add-XDP-Support'David S. Miller2019-07-023-67/+416
|\
| * net: netsec: add XDP supportIlias Apalodimas2019-07-021-27/+334
| * net: page_pool: add helper function for retrieving dma directionIlias Apalodimas2019-07-021-0/+9
| * net: netsec: Use page_pool APIIlias Apalodimas2019-07-022-47/+80
|/
* tc-testing: added tdc tests for prio qdiscRoman Mashak2019-07-021-0/+276
* Merge branch 'mirred-batch-fixes'David S. Miller2019-07-022-0/+100
|\
| * tc-testing: updated mirred action tests with batch create/deleteRoman Mashak2019-07-021-0/+94
| * net sched: update mirred action for batched events operationsRoman Mashak2019-07-021-0/+6
|/
* netlink: use 48 byte ctx instead of 6 signed longs for callbackJason A. Donenfeld2019-07-021-1/+8
* tipc: embed jiffies in macro TIPC_BC_RETR_LIMJon Maloy2019-07-021-5/+4
* net/ipv6: Fix misuse of proc_dointvec "flowlabel_reflect"Eiichi Tsukata2019-07-021-1/+1
* net: link_watch: prevent starvation when processing linkwatch wqYunsheng Lin2019-07-021-1/+12
* Merge branch 'mlxsw-PTP-timestamping-support'David S. Miller2019-07-0211-40/+1378
|\
| * mlxsw: spectrum: PTP: Support ethtool get_ts_infoPetr Machata2019-07-023-0/+55
| * mlxsw: spectrum: PTP: Support SIOCGHWTSTAMP, SIOCSHWTSTAMP ioctlsPetr Machata2019-07-023-0/+227
| * mlxsw: spectrum: PTP: Configure PTP traps and FIFO eventsPetr Machata2019-07-022-0/+65
| * mlxsw: spectrum: PTP: Garbage-collect unmatched entriesPetr Machata2019-07-021-0/+86
| * mlxsw: spectrum: PTP: Support timestamping on Spectrum-1Petr Machata2019-07-026-2/+388
| * mlxsw: spectrum: PTP: Disable BH when working with PHCPetr Machata2019-07-021-12/+12
| * mlxsw: spectrum: PTP: Add PTP initialization / finalizationPetr Machata2019-07-024-3/+122
| * mlxsw: pci: PTP: Hook into packet transmit pathPetr Machata2019-07-026-1/+75
| * mlxsw: core: Add support for using SKB control bufferPetr Machata2019-07-023-0/+13
| * mlxsw: spectrum: PTP: Hook into packet receive pathPetr Machata2019-07-026-9/+67
| * mlxsw: spectrum: Add support for traps specific to Spectrum-1Petr Machata2019-07-022-2/+25
| * mlxsw: spectrum: Extract a helper for trap registrationPetr Machata2019-07-021-15/+33
| * mlxsw: reg: Add Monitoring Global Configuration RegisterPetr Machata2019-07-021-0/+27
| * mlxsw: reg: Add Time Precision Packet Timestamping ReadingPetr Machata2019-07-021-0/+110
| * mlxsw: reg: Add Monitoring Precision Time Protocol Trap RegisterPetr Machata2019-07-021-0/+39
| * mlxsw: reg: Add Monitoring Time Precision Packet Port Configuration RegisterPetr Machata2019-07-021-0/+38
|/
* samples: pktgen: allow to specify destination portDaniel T. Lee2019-07-0110-2/+95
* samples: pktgen: add some helper functions for port parsingDaniel T. Lee2019-07-011-0/+34