summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-04-23mptcp/pm_netlink.c : add check for nla_put_in/6_addrBo YU
2020-04-23net: ethernet: ixp4xx: Add error handling in ixp4xx_eth_probe()Tang Bin
2020-04-23cxgb4: fix adapter crash due to wrong MC sizeVishal Kulkarni
2020-04-23Merge branch 'vxlan-geneve-use-the-correct-nlattr-array-for-extack'David S. Miller
2020-04-23geneve: use the correct nlattr array in NL_SET_ERR_MSG_ATTRSabrina Dubroca
2020-04-23vxlan: use the correct nlattr array in NL_SET_ERR_MSG_ATTRSabrina Dubroca
2020-04-23mlxsw: Fix some IS_ERR() vs NULL bugsDan Carpenter
2020-04-23net: phy: marvell10g: limit soft reset to 88x3310Baruch Siach
2020-04-22ipv4: Update fib_select_default to handle nexthop objectsDavid Ahern
2020-04-22netlabel: Kconfig: Update reference for NetLabel Tools projectSalvatore Bonaccorso
2020-04-22MAINTAINERS: update dpaa2-eth maintainer listIoana Ciornei
2020-04-22mptcp: fix data_fin handing in RX pathPaolo Abeni
2020-04-22vrf: Fix IPv6 with qdisc and xfrmDavid Ahern
2020-04-22Documentation: add documentation of ping_group_rangeStephen Hemminger
2020-04-22Merge branch 'sctp-fixes'David S. Miller
2020-04-22sctp: Fix SHUTDOWN CTSN Ack in the peer restart caseJere Leppänen
2020-04-22sctp: Fix bundling of SHUTDOWN with COOKIE-ACKJere Leppänen
2020-04-22net: dsa: don't fail to probe if we couldn't set the MTUVladimir Oltean
2020-04-22sched: etf: do not assume all sockets are full blownEric Dumazet
2020-04-22selftests: Fix suppress test in fib_tests.shDavid Ahern
2020-04-22Merge branch 'net-dsa-b53-Various-ARL-fixes'David S. Miller
2020-04-22net: dsa: b53: b53_arl_rw_op() needs to select IVL or SVLFlorian Fainelli
2020-04-22net: dsa: b53: Rework ARL bin logicFlorian Fainelli
2020-04-22net: dsa: b53: Fix ARL register definitionsFlorian Fainelli
2020-04-22net: dsa: b53: Fix valid setting for MDB entriesFlorian Fainelli
2020-04-22net: dsa: b53: Lookup VID in ARL searches when VLAN is enabledFlorian Fainelli
2020-04-22Merge branch 'vrf-looping'David S. Miller
2020-04-22vrf: Check skb for XFRM_TRANSFORMED flagDavid Ahern
2020-04-22xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finishDavid Ahern
2020-04-22ipv6: ndisc: RFC-ietf-6man-ra-pref64-09 is now published as RFC8781Maciej Żenczykowski
2020-04-22net: phy: microchip_t1: add lan87xx_phy_init to initialize the lan87xx phy.Yuiko Oshino
2020-04-21net: stmmac: Enable SERDES power up/down sequenceVoon Weifeng
2020-04-21net: broadcom: convert to devm_platform_ioremap_resource_byname()Dejin Zheng
2020-04-21macvlan: fix null dereference in macvlan_device_event()Taehee Yoo
2020-04-21e1000: remove unneeded conversion to boolJason Yan
2020-04-21i40e: Remove unneeded conversion to boolJason Yan
2020-04-21ptp: Remove unneeded conversion to boolJason Yan
2020-04-21cgroup, netclassid: remove double cond_reschedJiri Slaby
2020-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-04-20Merge tag 'mlx5-fixes-2020-04-20' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2020-04-20net/mlx5e: Get the latest values from counters in switchdev modeZhu Yanjun
2020-04-20net/mlx5: Kconfig: convert imply usage to weak dependencySaeed Mahameed
2020-04-20net/mlx5e: Don't trigger IRQ multiple times on XSK wakeup to avoid WQ overrunsMaxim Mikityanskiy
2020-04-20net/mlx5: CT: Change idr to xarray to protect parallel tuple id allocationPaul Blakey
2020-04-20net/mlx5: Fix failing fw tracer allocation on s390Niklas Schnelle
2020-04-20team: fix hang in team_mode_get()Taehee Yoo
2020-04-20Merge branch 'mptcp-fix-races-on-accept'David S. Miller
2020-04-20mptcp: drop req socket remote_key* fieldsPaolo Abeni
2020-04-20mptcp: avoid flipping mp_capable field in syn_recv_sock()Paolo Abeni
2020-04-20mptcp: handle mptcp listener destruction via rcuFlorian Westphal