summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* packet: fix crash in fanout_demux_rollover()Mike Maloney2017-11-282-23/+10Star
* Merge branch 'sctp-fix-sparse-errors'David S. Miller2017-11-288-16/+49
|\
| * sctp: remove extern from stream schedXin Long2017-11-286-9/+41
| * sctp: force the params with right types for sctp csum apisXin Long2017-11-281-6/+7
| * sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_failXin Long2017-11-281-1/+1
|/
* lmc: Use memdup_user() as a cleanupVasyl Gomonovych2017-11-281-10/+3Star
* bnxt_en: Fix an error handling path in 'bnxt_get_module_eeprom()'Christophe JAILLET2017-11-281-2/+2
* net: phy: marvell10g: fix the PHY id maskAntoine Tenart2017-11-281-2/+3
* Merge branch 'mvpp2-fixes'David S. Miller2017-11-281-29/+17Star
|\
| * net: mvpp2: check ethtool sets the Tx ring size is to a valid min valueAntoine Tenart2017-11-281-0/+6
| * net: mvpp2: do not disable GMAC paddingYan Markman2017-11-281-9/+0Star
| * net: mvpp2: cleanup probed ports in the probe error pathAntoine Tenart2017-11-281-2/+9
| * net: mvpp2: fix the txq_init error pathAntoine Tenart2017-11-281-18/+2Star
|/
* Merge branch 'mlxsw-GRE-offloading-fixes'David S. Miller2017-11-281-40/+69
|\
| * mlxsw: spectrum_router: Update nexthop RIF on updatePetr Machata2017-11-281-7/+21
| * mlxsw: spectrum_router: Handle encap to demoted tunnelsPetr Machata2017-11-281-32/+29Star
| * mlxsw: spectrum_router: Demote tunnels on VRF migrationPetr Machata2017-11-281-0/+18
| * mlxsw: spectrum_router: Offload decap only for up tunnelsPetr Machata2017-11-281-1/+1
|/
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-11-285-8/+13
|\
| * e1000: Fix off-by-one in debug messageAhmad Fatoum2017-11-271-2/+4
| * i40e: Fix reporting incorrect error codesAmritha Nambiar2017-11-271-1/+0Star
| * e1000e: fix the use of magic numbers for buffer overrun issueSasha Neftin2017-11-272-4/+8
| * i40e/virtchnl: fix application of sizeof to pointerGustavo A R Silva2017-11-271-1/+1
* | tipc: eliminate access after delete in group_filter_msg()Jon Maloy2017-11-271-1/+1
* | xen-netfront: remove warning when unloading moduleEduardo Otubo2017-11-271-0/+18
|/
* Merge tag 'mac80211-for-davem-2017-11-27' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-11-2710-17/+61
|\
| * mac80211: tear down RX aggregations firstSara Sharon2017-11-271-1/+3
| * mac80211: fix the update of path metric for RANN frameChun-Yeow Yeoh2017-11-271-6/+9
| * mac80211: use QoS NDP for AP probingJohannes Berg2017-11-277-10/+42
| * cfg80211: select CRYPTO_SHA256 if neededJohannes Berg2017-11-241-0/+7
* | Merge branch 'sctp-stream-reconfig-fixes'David S. Miller2017-11-271-12/+65
|\ \
| * | sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1Xin Long2017-11-271-1/+1
| * | sctp: avoid flushing unsent queue when doing asoc resetXin Long2017-11-271-7/+14
| * | sctp: only allow the asoc reset when the asoc outq is emptyXin Long2017-11-271-0/+9
| * | sctp: only allow the out stream reset when the stream outq is emptyXin Long2017-11-271-0/+35
| * | sctp: use sizeof(__u16) for each stream number length instead of magic numberXin Long2017-11-271-4/+6
|/ /
* | openvswitch: fix the incorrect flow action alloc sizezhangliping2017-11-271-8/+8
* | net: openvswitch: datapath: fix data type in queue_gso_packetsGustavo A. R. Silva2017-11-261-1/+1
* | uapi: add SPDX identifier to vm_sockets_diag.hStephen Hemminger2017-11-251-0/+1
* | net: dsa: fix 'increment on 0' warningVivien Didelot2017-11-251-11/+14
* | VSOCK: Don't call vsock_stream_has_data in atomic contextJorgen Hansen2017-11-251-3/+7
* | net: sched: crash on blocks with goto chain actionRoman Kapl2017-11-251-5/+12
* | net: thunderbolt: Stop using zero to mean no valid DMA mappingMika Westerberg2017-11-251-33/+24Star
* | net: thunderx: Fix TCP/UDP checksum offload for IPv6 pktsSunil Goutham2017-11-251-1/+0Star
* | forcedeth: replace pci_unmap_page with dma_unmap_pageZhu Yanjun2017-11-241-2/+2
* | Merge tag 'rxrpc-fixes-20171124' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2017-11-2417-325/+752
|\ \
| * | rxrpc: Fix conn expiry timersDavid Howells2017-11-245-28/+68
| * | rxrpc: Fix service endpoint expiryDavid Howells2017-11-246-18/+47
| * | rxrpc: Add keepalive for a callDavid Howells2017-11-244-0/+40
| * | rxrpc: Add a timeout for detecting lost ACKs/lost DATADavid Howells2017-11-248-12/+98