summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-11enetc: Fix mdio bus removal on PF probe bailoutClaudiu Manoil
2020-09-10net: dec: de2104x: Increase receive ring size for TulipLucy Yan
2020-09-10netlink: fix doc about nlmsg_parse/nla_validateNicolas Dichtel
2020-09-10net: DCB: Validate DCB_ATTR_DCB_BUFFER argumentPetr Machata
2020-09-10Merge branch 'net-Fix-bridge-enslavement-failure'David S. Miller
2020-09-10selftests: rtnetlink: Test bridge enslavement with different parent IDsIdo Schimmel
2020-09-10net: Fix bridge enslavement failureIdo Schimmel
2020-09-10net: mvneta: fix possible use-after-free in mvneta_xdp_put_buffLorenzo Bianconi
2020-09-10s390/qeth: delay draining the TX buffersJulian Wiedmann
2020-09-10net: Fix broken NETIF_F_CSUM_MASK spell in netdev_features.hMiaohe Lin
2020-09-10net: Correct the comment of dst_dev_put()Miaohe Lin
2020-09-10hdlc_ppp: add range checks in ppp_cp_parse_cr()Dan Carpenter
2020-09-10net: phy: call phy_disable_interrupts() in phy_attach_direct() insteadYoshihiro Shimoda
2020-09-10hv_netvsc: Cache the current data path to avoid duplicate call and messageDexuan Cui
2020-09-10hv_netvsc: Switch the data path at the right time during hibernationDexuan Cui
2020-09-10net: sch_generic: aviod concurrent reset and enqueue op for lockless qdiscYunsheng Lin
2020-09-10net: dsa: microchip: look for phy-mode in port nodesHelmut Grohne
2020-09-10mptcp: fix kmalloc flag in mptcp_pm_nl_get_local_idGeliang Tang
2020-09-10Merge branch 'mptcp-fix-subflow-s-local_id-remote_id-issues'David S. Miller
2020-09-10mptcp: fix subflow's remote_id issuesGeliang Tang
2020-09-10mptcp: fix subflow's local_id issuesGeliang Tang
2020-09-10tipc: fix shutdown() of connection oriented socketTetsuo Handa
2020-09-10connector: Move maintainence under networking drivers umbrella.David S. Miller
2020-09-09Merge branch 'net-qed-disable-aRFS-in-NPAR-and-100G'David S. Miller
2020-09-09net: qed: RDMA personality shouldn't fail VF loadDmitry Bogdanov
2020-09-09net: qede: Disable aRFS for NPAR and 100GDmitry Bogdanov
2020-09-09net: qed: Disable aRFS for NPAR and 100GDmitry Bogdanov
2020-09-09Merge tag 'wireless-drivers-2020-09-09' of git://git.kernel.org/pub/scm/linux...David S. Miller
2020-09-09Merge branch 'wireguard-fixes'David S. Miller
2020-09-09wireguard: peerlookup: take lock before checking hash in replace operationJason A. Donenfeld
2020-09-09wireguard: noise: take lock when removing handshake entry from tableJason A. Donenfeld
2020-09-09hsr: avoid newline at end of message in NL_SET_ERR_MSG_MODYe Bin
2020-09-09Merge branch 'net-skb_put_padto-fixes'David S. Miller
2020-09-09net: add __must_check to skb_put_padto()Eric Dumazet
2020-09-09net: qrtr: check skb_put_padto() return valueEric Dumazet
2020-09-08ip: fix tos reflection in ack and reset packetsWei Wang
2020-09-08Merge tag 'ieee802154-for-davem-2020-09-08' of git://git.kernel.org/pub/scm/l...David S. Miller
2020-09-08MAINTAINERS: remove John Allen from ibmvnicJakub Kicinski
2020-09-08fib: fix fib_rule_ops indirect call wrappers when CONFIG_IPV6=mBrian Vazquez
2020-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-09-08ipv6: avoid lockdep issue in fib6_del()Eric Dumazet
2020-09-08net: dsa: link interfaces with the DSA master to get rid of lockdep warningsVladimir Oltean
2020-09-08mac802154: tx: fix use-after-freeEric Dumazet
2020-09-08netfilter: nft_meta: use socket user_ns to retrieve skuid and skgidPablo Neira Ayuso
2020-09-08netfilter: conntrack: nf_conncount_init is failing with IPv6 disabledEelco Chaudron
2020-09-08netfilter: ctnetlink: fix mark based dump filtering regressionMartin Willi
2020-09-08netfilter: nf_tables: coalesce multiple notifications into one skbuffPablo Neira Ayuso
2020-09-08netfilter: ctnetlink: add a range check for l3/l4 protonumWill McVicker
2020-09-07hv_netvsc: Fix hibernation for mlx5 VF driverDexuan Cui
2020-09-07Revert "netns: don't disable BHs when locking "nsid_lock""Taehee Yoo