summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: bad unlock balance in rxrpc_recvmsgEric Dumazet2019-02-061-1/+2
* mISDN: fix a race in dev_expire_timer()Eric Dumazet2019-02-051-1/+1
* net: dsa: mv88e6xxx: Fix counting of ATU violationsAndrew Lunn2019-02-051-9/+12
* Merge tag 'mlx5-fixes-2019-02-05' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-02-056-20/+37
|\
| * net/mlx5e: Use the inner headers to determine tc/pedit offload limitation on ...Guy Shattah2019-02-051-2/+7
| * net/mlx5e: Properly set steering match levels for offloaded TC decap rulesOr Gerlitz2019-02-055-18/+24
| * net/mlx5e: FPGA, fix Innova IPsec TX offload data path performanceRaed Salem2019-02-051-0/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-02-0512-122/+888
|\
| * netfilter: nft_compat: don't use refcount_inc on newly allocated entryFlorian Westphal2019-02-051-39/+23
| * netfilter: ipv6: Don't preserve original oif for loopback addressEli Cooper2019-02-051-1/+3
| * netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso2019-02-047-83/+85
| * netfilter: nf_nat: skip nat clash resolution for same-origin entriesMartynas Pumputis2019-02-041-0/+16
| * selftests: netfilter: add simple masq/redirect test casesFlorian Westphal2019-02-042-1/+763
| * selftests: netfilter: fix config fragment CONFIG_NF_TABLES_INETNaresh Kamboju2019-02-041-1/+1
* | net: dsa: Fix lockdep false positive splatMarc Zyngier2019-02-041-0/+4
* | net: dsa: slave: Don't propagate flag changes on down slave interfacesRundong Ge2019-02-041-5/+8
* | Merge branch 's390-qeth-fixes'David S. Miller2019-02-044-14/+31
|\ \
| * | s390/qeth: conclude all event processing before offlining a cardJulian Wiedmann2019-02-044-5/+15
| * | s390/qeth: cancel close_dev work before removing a cardJulian Wiedmann2019-02-043-0/+4
| * | s390/qeth: fix use-after-free in error pathJulian Wiedmann2019-02-041-9/+6
| * | s390/qeth: release cmd buffer in error pathsJulian Wiedmann2019-02-041-0/+6
|/ /
* | net: cls_flower: Remove filter from mask before freeing itPetr Machata2019-02-041-1/+5
* | Merge tag 'wireless-drivers-for-davem-2019-02-04' of git://git.kernel.org/pub...David S. Miller2019-02-047-37/+42
|\ \
| * | MAINTAINERS: add entry for redpine wireless driverSiva Rebbagondla2019-02-031-0/+7
| * | ath10k: correct bus type for WCN3990Brian Norris2019-01-311-1/+1
| * | mt76x0: eeprom: fix chan_vs_power map in mt76x0_get_power_infoLorenzo Bianconi2019-01-313-27/+25
| * | wlcore: sdio: Fixup power on/off sequenceUlf Hansson2019-01-221-8/+7
| * | iwlwifi: make IWLWIFI depend on CFG80211Luca Coelho2019-01-161-1/+2
* | | Merge branch 'smc-fixes'David S. Miller2019-02-049-46/+124
|\ \ \
| * | | net/smc: correct state change for peer closingUrsula Braun2019-02-041-8/+1
| * | | net/smc: delete rkey first before switching to unusedUrsula Braun2019-02-041-1/+1
| * | | net/smc: fix sender_free computationUrsula Braun2019-02-043-4/+30
| * | | net/smc: preallocated memory for rdma work requestsUrsula Braun2019-02-047-33/+92
|/ / /
* | | net: dp83640: expire old TX-skbSebastian Andrzej Siewior2019-02-041-3/+10
* | | virtio_net: Account for tx bytes and packets on sending xdp_framesToshiaki Makita2019-02-031-4/+16
| |/ |/|
* | sctp: check and update stream->out_curr when allocating stream_outXin Long2019-02-031-0/+20
* | net: systemport: Fix WoL with password after deep sleepFlorian Fainelli2019-02-032-15/+12
* | Merge branch 'vsock-virtio-hot-unplug'David S. Miller2019-02-031-8/+21
|\ \
| * | vsock/virtio: reset connected sockets on device removalStefano Garzarella2019-02-031-0/+3
| * | vsock/virtio: fix kernel panic after device hot-unplugStefano Garzarella2019-02-031-8/+18
|/ /
* | Revert "net: phy: marvell: avoid pause mode on SGMII-to-Copper for 88e151x"Russell King2019-02-021-16/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-02-0116-67/+127
|\ \
| * \ Merge branch 'bpf-lockdep-fixes'Daniel Borkmann2019-01-315-28/+47
| |\ \
| | * | bpf: Fix syscall's stackmap lookup potential deadlockMartin KaFai Lau2019-01-311-2/+10
| | * | bpf: fix potential deadlock in bpf_prog_registerAlexei Starovoitov2019-01-311-12/+2
| | * | bpf: fix lockdep false positive in percpu_freelistAlexei Starovoitov2019-01-313-14/+35
| |/ /
| * | bpf: run bpf programs with preemption disabledAlexei Starovoitov2019-01-312-4/+19
| * | bpf, selftests: fix handling of sparse CPU allocationsMartynas Pumputis2019-01-311-10/+20
| * | Merge branch 'typedef-func_proto'Alexei Starovoitov2019-01-292-7/+5
| |\ \
| | * | tools/bpf: fix test_btf for typedef func_proto caseYonghong Song2019-01-291-6/+3