summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-10-242-18/+23
|\
| * ipsec: Fix aborted xfrm policy dump crashHerbert Xu2017-10-231-10/+15
| * ipsec: Fix dst leak in xfrm_bundle_create().David Miller2017-10-111-8/+8
* | sctp: full support for ipv6 ip_nonlocal_bind & IP_FREEBINDLaszlo Toth2017-10-241-2/+4
* | net: mvpp2: do not call txq_done from the Tx path when Tx irqs are usedAntoine Tenart2017-10-241-1/+1
* | net: mvpp2: do not unmap TSO headers buffersAntoine Tenart2017-10-241-4/+13
* | net: mvpp2: fix TSO headers allocation and managementYan Markman2017-10-241-3/+3
* | cdc_ether: flag the Huawei ME906/ME909 as WWANAleksander Morgado2017-10-241-0/+6
* | drivers/net/usb: add device id for TP-LINK UE300 USB 3.0 EthernetRan Wang2017-10-242-0/+10
* | tcp/dccp: fix lockdep splat in inet_csk_route_req()Eric Dumazet2017-10-231-1/+2
* | tcp: do tcp_mstamp_refresh before retransmits on TSQ handlerKoichiro Den2017-10-231-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-22113-689/+1735
|\ \
| * | stmmac: Don't access tx_q->dirty_tx before netif_tx_lockBernd Edlinger2017-10-221-1/+2
| * | ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet2017-10-222-2/+3
| * | of_mdio: Fix broken PHY IRQ in case of probe deferralGeert Uytterhoeven2017-10-221-12/+27
| * | textsearch: fix typos in library helpersRandy Dunlap2017-10-222-2/+2
| * | rxrpc: Don't release call mutex on error pointerDavid Howells2017-10-221-2/+3
| * | Merge branch 'stmmac-hw-tstamp-fixes'David S. Miller2017-10-222-8/+8
| |\ \
| | * | net: stmmac: Prevent infinite loop in get_rx_timestamp_status()Jose Abreu2017-10-221-1/+1
| | * | net: stmmac: Fix stmmac_get_rx_hwtstamp()Jose Abreu2017-10-221-7/+6
| | * | net: stmmac: Add missing call to dev_kfree_skb()Jose Abreu2017-10-221-0/+1
| |/ /
| * | Merge branch 'mlxsw-fixes'David S. Miller2017-10-222-1/+41
| |\ \
| | * | mlxsw: spectrum_router: Configure TIGCR on initPetr Machata2017-10-221-1/+10
| | * | mlxsw: reg: Add Tunneling IPinIP General Configuration RegisterPetr Machata2017-10-221-0/+31
| |/ /
| * | net: ethtool: remove error check for legacy setting transceiver typeNiklas Söderlund2017-10-221-3/+2
| * | soreuseport: fix initialization raceCraig Gallek2017-10-223-11/+11
| * | net: bridge: fix returning of vlan range op errorsNikolay Aleksandrov2017-10-221-1/+1
| * | sock: correct sk_wmem_queued accounting on efault in tcp zerocopyWillem de Bruijn2017-10-221-0/+4
| * | Merge branch 'bpf-range-marking-fixes'David S. Miller2017-10-222-12/+525
| |\ \
| | * | bpf: add test cases to bpf selftests to cover all access testsDaniel Borkmann2017-10-221-0/+480
| | * | bpf: fix pattern matches for direct packet accessDaniel Borkmann2017-10-221-0/+24
| | * | bpf: fix off by one for range markings with L{T, E} patternsDaniel Borkmann2017-10-221-12/+21
| |/ /
| * | bpf: devmap fix arithmetic overflow in bitmap_size calculationJohn Fastabend2017-10-221-1/+1
| * | Merge branch 'aquantia-fixes'David S. Miller2017-10-2112-146/+284
| |\ \
| | * | net: aquantia: Bad udp rate on default interrupt coalescingIgor Russkikh2017-10-211-6/+6
| | * | net: aquantia: Enable coalescing management via ethtool interfaceIgor Russkikh2017-10-219-62/+155
| | * | net: aquantia: mmio unmap was not performed on driver removalIgor Russkikh2017-10-211-0/+3
| | * | net: aquantia: Limit number of MSIX irqs to the number of cpusIgor Russkikh2017-10-211-4/+7
| | * | net: aquantia: Fixed transient link up/down/up notificationIgor Russkikh2017-10-211-0/+2
| | * | net: aquantia: Add queue restarts stats counterIgor Russkikh2017-10-212-58/+37
| | * | net: aquantia: Reset nic statistics on interface up/downIgor Russkikh2017-10-216-17/+75
| |/ /
| * | udp: make some messages more descriptiveMatteo Croce2017-10-211-2/+2
| * | geneve: Fix function matching VNI and tunnel ID on big-endianStefano Brivio2017-10-211-6/+0
| * | Merge tag 'linux-can-fixes-for-4.14-20171019' of git://git.kernel.org/pub/scm...David S. Miller2017-10-215-30/+98
| |\ \
| | * | can: gs_usb: fix busy loop if no more TX context is availableWolfgang Grandegger2017-10-191-8/+2
| | * | can: esd_usb2: Fix can_dlc value for received RTR, framesStefan Mätje2017-10-191-1/+1
| | * | can: af_can: can_pernet_init(): add missing error handling for kzalloc return...Marc Kleine-Budde2017-10-191-1/+13
| | * | can: af_can: do not access proto_tab directly use rcu_access_pointer insteadMarc Kleine-Budde2017-10-191-3/+3
| | * | can: bcm: check for null sk before deferencing it via the call to sock_netColin Ian King2017-10-191-2/+3
| | * | can: flexcan: fix p1010 state transition issueZHU Yi (ST-FIR/ENG1-Zhu)2017-10-191-1/+2