summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-27264-1539/+3508
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-02-2770-536/+1062
| |\
| | * net: dsa: mv88e6xxx: Fix masking of egress portAndrew Lunn2020-02-271-2/+2
| | * mlxsw: pci: Wait longer before accessing the device after resetAmit Cohen2020-02-271-1/+1
| | * sfc: fix timestamp reconstruction at 16-bit rollover pointsAlex Maftei (amaftei)2020-02-271-3/+35
| | * vsock: fix potential deadlock in transport->release()Stefano Garzarella2020-02-273-13/+12
| | * unix: It's CONFIG_PROC_FS not CONFIG_PROCFSDavid S. Miller2020-02-271-1/+1
| | * Merge branch 'net-rmnet-fix-several-bugs'David S. Miller2020-02-275-107/+98
| | |\
| | | * net: rmnet: fix packet forwarding in rmnet bridge modeTaehee Yoo2020-02-271-0/+3
| | | * net: rmnet: fix bridge mode bugsTaehee Yoo2020-02-274-77/+64
| | | * net: rmnet: use upper/lower device infrastructureTaehee Yoo2020-02-271-19/+16
| | | * net: rmnet: do not allow to change mux id if mux id is duplicatedTaehee Yoo2020-02-271-0/+4
| | | * net: rmnet: remove rcu_read_lock in rmnet_force_unassociate_device()Taehee Yoo2020-02-271-2/+0
| | | * net: rmnet: fix suspicious RCU usageTaehee Yoo2020-02-273-10/+9
| | | * net: rmnet: fix NULL pointer dereference in rmnet_changelink()Taehee Yoo2020-02-271-4/+2
| | | * net: rmnet: fix NULL pointer dereference in rmnet_newlink()Taehee Yoo2020-02-271-0/+5
| | |/
| | * net: phy: marvell: don't interpret PHY status unless resolvedRussell King2020-02-271-0/+5
| | * mlx5: register lag notifier for init network namespace onlyJiri Pirko2020-02-275-14/+6
| | * unix: define and set show_fdinfo only if procfs is enabledTobias Klauser2020-02-271-0/+4
| | * Merge branch 'hinic-BugFixes'David S. Miller2020-02-276-5/+8
| | |\
| | | * hinic: fix a bug of rss configurationLuo bin2020-02-271-1/+2
| | | * hinic: fix a bug of setting hw_ioctxtLuo bin2020-02-273-1/+3
| | | * hinic: fix a irq affinity bugLuo bin2020-02-272-3/+3
| | |/
| | * net/smc: check for valid ib_client_dataKarsten Graul2020-02-261-0/+2
| | * net: stmmac: fix notifier registrationAaro Koskinen2020-02-261-5/+8
| | * net: phy: mscc: fix firmware pathsAntoine Tenart2020-02-261-2/+2
| | * mptcp: add dummy icsk_sync_mss()Paolo Abeni2020-02-261-0/+6
| | * net: phy: corrected the return value for genphy_check_and_restart_aneg and ge...Sudheesh Mavila2020-02-262-6/+6
| | * slip: not call free_netdev before rtnl_unlock in slip_openyangerkun2020-02-261-0/+3
| | * ipv6: restrict IPV6_ADDRFORM operationEric Dumazet2020-02-261-2/+8
| | * net/smc: fix cleanup for linkgroup setup failuresUrsula Braun2020-02-263-11/+28
| | * net: bcmgenet: Clear ID_MODE_DIS in EXT_RGMII_OOB_CTRL when not neededNicolas Saenz Julienne2020-02-261-0/+1
| | * sched: act: count in the size of action flags bitfieldJiri Pirko2020-02-261-0/+1
| | * net: core: devlink.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-261-9/+10
| | * net: dsa: bcm_sf2: Forcibly configure IMP port for 1Gb/secFlorian Fainelli2020-02-261-2/+1
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-02-266-228/+529
| | |\
| | | * netfilter: xt_hashlimit: unregister proc file before releasing mutexCong Wang2020-02-261-10/+6
| | | * selftests: nft_concat_range: Add test for reported add/flush/add issueStefano Brivio2020-02-261-4/+39
| | | * nft_set_pipapo: Actually fetch key data in nft_pipapo_remove()Stefano Brivio2020-02-261-2/+4
| | | * Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso2020-02-263-206/+474
| | | |\
| | | | * netfilter: ipset: Fix forceadd evaluation pathJozsef Kadlecsik2020-02-221-0/+2
| | | | * netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reportsJozsef Kadlecsik2020-02-223-206/+472
| | | * | selftests: nft_concat_range: Move option for 'list ruleset' before commandStefano Brivio2020-02-251-6/+6
| | * | | bnxt_en: add newline to netdev_*() format stringsJonathan Lemon2020-02-265-38/+38
| | * | | ethtool: limit bitset sizeMichal Kubecek2020-02-262-1/+4
| | * | | net: Fix Tx hash bound checkingAmritha Nambiar2020-02-261-0/+2
| | * | | icmp: allow icmpv6_ndo_send to work with CONFIG_IPV6=nJason A. Donenfeld2020-02-251-6/+10
| | |/ /
| | * | Merge tag 'mac80211-for-net-2020-02-24' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-02-244-9/+6
| | |\ \
| | | * | mac80211: rx: avoid RCU list traversal under mutexMadhuparna Bhowmik2020-02-241-1/+1
| | | * | nl80211: explicitly include if_vlan.hJohannes Berg2020-02-241-0/+1