summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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-271-0/+2
| * net: stmmac: fix notifier registrationAaro Koskinen2020-02-271-5/+8
| * net: phy: mscc: fix firmware pathsAntoine Tenart2020-02-271-2/+2
| * mptcp: add dummy icsk_sync_mss()Paolo Abeni2020-02-271-0/+6
| * net: phy: corrected the return value for genphy_check_and_restart_aneg and ge...Sudheesh Mavila2020-02-272-6/+6
| * slip: not call free_netdev before rtnl_unlock in slip_openyangerkun2020-02-271-0/+3
| * ipv6: restrict IPV6_ADDRFORM operationEric Dumazet2020-02-271-2/+8
| * net/smc: fix cleanup for linkgroup setup failuresUrsula Braun2020-02-273-11/+28
| * net: bcmgenet: Clear ID_MODE_DIS in EXT_RGMII_OOB_CTRL when not neededNicolas Saenz Julienne2020-02-271-0/+1
| * sched: act: count in the size of action flags bitfieldJiri Pirko2020-02-271-0/+1
| * net: core: devlink.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-271-9/+10
| * net: dsa: bcm_sf2: Forcibly configure IMP port for 1Gb/secFlorian Fainelli2020-02-271-2/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-02-276-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-275-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-254-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
| | * | mac80211: Remove a redundant mutex unlockAndrei Otcheretianski2020-02-211-5/+1
| | * | cfg80211: check reg_rule for NULL in handle_channel_custom()Johannes Berg2020-02-211-1/+1
| | * | nl80211: fix potential leak in AP startJohannes Berg2020-02-211-2/+2
| * | | net: bridge: fix stale eth hdr pointer in br_dev_xmitNikolay Aleksandrov2020-02-241-4/+2
| * | | Merge branch 'net-ll_temac-Bugfixes'David S. Miller2020-02-242-38/+175
| |\ \ \
| | * | | net: ll_temac: Handle DMA halt condition caused by buffer underrunEsben Haabendal2020-02-242-5/+56
| | * | | net: ll_temac: Fix RX buffer descriptor handling on GFP_ATOMIC pressureEsben Haabendal2020-02-242-31/+82
| | * | | net: ll_temac: Add more error handling of dma_map_single() callsEsben Haabendal2020-02-241-2/+24
| | * | | net: ll_temac: Fix race condition causing TX hangEsben Haabendal2020-02-241-3/+16
| |/ / /
| * | | net: core: devlink.c: Hold devlink->lock from the beginning of devlink_dpipe_...Madhuparna Bhowmik2020-02-241-7/+14
| * | | net: phy: Avoid multiple suspendsFlorian Fainelli2020-02-241-2/+3