summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/rds: Replace struct rds_mr's r_refcount with struct krefKa-Cheong Poon2020-04-093-23/+20
* net: macsec: fix using wrong structure in macsec_changelink()Taehee Yoo2020-04-091-1/+1
* net-sysfs: remove redundant assignment to variable retColin Ian King2020-04-091-1/+1
* net: qrtr: send msgs from local of same id as broadcastWang Wenhu2020-04-091-3/+4
* Merge tag 'mlx5-fixes-2020-04-08' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2020-04-098-32/+26
|\
| * net/mlx5e: CT: Use rhashtable's ct entries instead of a separate listPaul Blakey2020-04-081-12/+7
| * net/mlx5e: Fix devlink port netdev unregistration sequenceParav Pandit2020-04-081-1/+1
| * net/mlx5e: Fix pfnum in devlink port attributeParav Pandit2020-04-081-4/+5
| * net/mlx5e: Fix missing pedit action after ct clear actionRoi Dayan2020-04-081-1/+2
| * net/mlx5e: Fix nest_level for vlan pop actionDmytro Linkin2020-04-081-2/+3
| * net/mlx5e: Add missing release firmware callEran Ben Elisha2020-04-081-1/+4
| * net/mlx5: Fix condition for termination table cleanupEli Cohen2020-04-082-10/+3
| * net/mlx5: Fix frequent ioread PCI access during recoveryMoshe Shemesh2020-04-081-1/+1
* | Documentation: devlink: fix broken link warningLothar Rubusch2020-04-091-0/+2
|/
* net/tls: fix const assignment warningArnd Bergmann2020-04-081-2/+2
* l2tp: Allow management of tunnels and session in user namespaceMichael Weiß2020-04-081-8/+8
* Merge branch 'ionic-fw-upgrade-filter-fixes'David S. Miller2020-04-083-28/+70
|\
| * ionic: set station addr only if neededShannon Nelson2020-04-081-13/+19
| * ionic: replay filters after fw upgradeShannon Nelson2020-04-083-15/+51
|/
* tc-testing: remove duplicate code in tdc.pyRoman Mashak2020-04-071-3/+2
* hsr: check protocol version in hsr_newlink()Taehee Yoo2020-04-071-2/+8
* Documentation: mdio_bus.c - fix warningsLothar Rubusch2020-04-071-1/+1
* net: sched: Fix setting last executed chain on skb extensionPaul Blakey2020-04-071-0/+1
* net: revert default NAPI poll timeout to 2 jiffiesKonstantin Khlebnikov2020-04-071-1/+2
* net: ethernet: mediatek: move mt7623 settings out off the mt7530René van Dorst2020-04-072-1/+31
* net: dsa: mt7530: move mt7623 settings out off the mt7530René van Dorst2020-04-072-95/+0
* net: ipv6: do not consider routes via gateways for anycast address checkTim Stallard2020-04-071-0/+1
* net: icmp6: do not select saddr from iif when route has prefsrc setTim Stallard2020-04-071-1/+20
* Merge branch 'fec-fix-wake-on-lan'David S. Miller2020-04-075-33/+132
|\
| * ARM: dts: imx6: add fec gpr property.Martin Fuzzey2020-04-071-0/+1
| * dt-bindings: fec: document the new gpr property.Martin Fuzzey2020-04-071-0/+2
| * ARM: dts: imx6: Use gpc for FEC interrupt controller to fix wake on LAN.Martin Fuzzey2020-04-072-4/+2
| * net: fec: set GPR bit on suspend by DT configuration.Martin Fuzzey2020-04-072-29/+127
|/
* net: sock.h: fix skb_steal_sock() kernel-docLothar Rubusch2020-04-071-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-04-079-23/+31
|\
| * netfilter: nf_tables: reintroduce the NFT_SET_CONCAT flagPablo Neira Ayuso2020-04-072-1/+3
| * netfilter: nf_tables: report EOPNOTSUPP on unsupported flags/object typePablo Neira Ayuso2020-04-071-2/+2
| * netfilter: ipset: Pass lockdep expression to RCU listsAmol Grover2020-04-061-1/+2
| * netfilter: nf_tables: do not leave dangling pointer in nf_tables_set_alloc_nameEric Dumazet2020-04-051-0/+1
| * netfilter: xt_IDLETIMER: target v1 - match Android layoutMaciej Żenczykowski2020-04-052-0/+4
| * netfilter: nf_tables: do not update stateful expressions if lookup is invertedPablo Neira Ayuso2020-04-053-7/+8
| * netfilter: nft_set_rbtree: Drop spurious condition for overlap detection on i...Stefano Brivio2020-04-051-12/+11
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-07169-1190/+3630
|\ \
| * | ipc/shm.c: make compat_ksys_shmctl() staticJason Yan2020-04-071-1/+1
| * | ipc/mqueue.c: fix a brace coding style issueSomala Swaraj2020-04-071-3/+2
| * | lib/Kconfig.debug: fix a typo "capabilitiy" -> "capability"Qiujun Huang2020-04-071-1/+1
| * | ubsan: include bug type in report headerKees Cook2020-04-071-21/+15
| * | kasan: unset panic_on_warn before calling panic()Kees Cook2020-04-071-1/+9
| * | ubsan: check panic_on_warnKees Cook2020-04-071-0/+11
| * | drivers/misc/lkdtm/bugs.c: add arithmetic overflow and array bounds checksKees Cook2020-04-073-0/+81