aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-09-21net/ipv4/sysctl_net_ipv4.c: remove superfluous header files from sysctl_net_ipv4.cMianhan Liu1-9/+0
2021-09-21Merge branch 'iddq-sr-mode'David S. Miller4-4/+71
2021-09-21net: dsa: bcm_sf2: Request APD, DLL disable and IDDQ-SRFlorian Fainelli1-1/+3
2021-09-21net: bcmgenet: Request APD, DLL disable and IDDQ-SRFlorian Fainelli1-1/+3
2021-09-21net: phy: broadcom: Utilize appropriate suspend for BCM54810/11Florian Fainelli1-2/+2
2021-09-21net: phy: broadcom: Wire suspend/resume for BCM50610 and BCM50610MFlorian Fainelli1-0/+4
2021-09-21net: phy: broadcom: Add IDDQ-SR modeFlorian Fainelli2-0/+59
2021-09-21net/ipv4/syncookies.c: remove superfluous header files from syncookies.cMianhan Liu1-2/+0
2021-09-21net/ipv4/udp_tunnel_core.c: remove superfluous header files from udp_tunnel_core.cMianhan Liu1-3/+0
2021-09-20net/ipv4/tcp_minisocks.c: remove superfluous header files from tcp_minisocks.cMianhan Liu1-7/+0
2021-09-20net/ipv4/tcp_fastopen.c: remove superfluous header files from tcp_fastopen.cMianhan Liu1-6/+0
2021-09-20net/ipv4/route.c: remove superfluous header files from route.cMianhan Liu1-8/+0
2021-09-20net: lantiq: add support for jumbo framesAleksander Jan Bajkowski1-7/+57
2021-09-20Merge branch 'wwan-iosm-fw-flashing'David S. Miller16-31/+2239
2021-09-20net: wwan: iosm: fw flashing & cd collection infrastructure changesM Chetan Kumar2-1/+5
2021-09-20net: wwan: iosm: devlink fw flashing & cd collection documentationM Chetan Kumar2-0/+183
2021-09-20net: wwan: iosm: transport layer support for fw flashing/cdM Chetan Kumar6-30/+464
2021-09-20net: wwan: iosm: coredump collection supportM Chetan Kumar2-0/+185
2021-09-20net: wwan: iosm: fw flashing supportM Chetan Kumar2-0/+832
2021-09-20net: wwan: iosm: devlink registrationM Chetan Kumar2-0/+570
2021-09-20net: phy: at803x: fix spacing and improve name for 83xx phyAnsuel Smith1-30/+30
2021-09-20net: phy: at803x: add resume/suspend function to qca83xx phyAnsuel Smith1-0/+6
2021-09-20net: phy: at803x: add support for qca 8327 A variant internal phyAnsuel Smith1-5/+20
2021-09-20virtio_net: introduce TX timeout watchdogTony Lu1-1/+21
2021-09-19octeontx2-af: verify CQ context updatesHariprasad Kelam2-1/+79
2021-09-19net: sched: move and reuse mq_change_real_num_tx()Jakub Kicinski4-46/+27
2021-09-19net: phylink: don't call netif_carrier_off() with NULL netdevRussell King (Oracle)1-1/+4
2021-09-19net: rtnetlink: convert rcu_assign_pointer to RCU_INIT_POINTERYajun Deng1-2/+2
2021-09-19virtio_net: use netdev_warn_once to output warn when without enough queuesXuan Zhuo1-2/+2
2021-09-19NET: IPV4: fix error "do not initialise globals to 0"wangzhitong1-1/+1
2021-09-19net: net_namespace: Fix undefined member in key_remove_domain()Yajun Deng1-0/+4
2021-09-19net: dpaa2-mac: add support for more ethtool 10G link modesRussell King1-0/+5
2021-09-18Merge branch 'mptcp-next'David S. Miller9-28/+1031
2021-09-18selftests: mptcp: add mptcp getsockopt test casesFlorian Westphal4-3/+714
2021-09-18mptcp: add MPTCP_SUBFLOW_ADDRS getsockopt supportFlorian Westphal2-0/+115
2021-09-18mptcp: add MPTCP_TCPINFO getsockopt supportFlorian Westphal2-1/+124
2021-09-18mptcp: add MPTCP_INFO getsockoptFlorian Westphal3-1/+43
2021-09-18mptcp: add new mptcp_fill_diag helperFlorian Westphal3-25/+37
2021-09-18Merge branch 'macb-MII-on-RGMII'David S. Miller2-4/+12
2021-09-18net: macb: enable mii on rgmii for sama7g5Claudiu Beznea1-2/+4
2021-09-18net: macb: add support for mii on rgmiiClaudiu Beznea2-0/+6
2021-09-18net: macb: align for OSSMODE offsetClaudiu Beznea1-1/+1
2021-09-18net: macb: add description for SRTSMClaudiu Beznea1-1/+1
2021-09-18net: bcmgenet: Patch PHY interface for dedicated PHY driverFlorian Fainelli1-2/+36
2021-09-17sky2: Stop printing VPD info to debugfsHeiner Kallweit1-83/+1
2021-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski65-751/+2653
2021-09-17net: phy: bcm7xxx: Add EPHY entry for 72165Florian Fainelli2-0/+202
2021-09-17ptp: ocp: Avoid operator precedence warning in ptp_ocp_summary_show()Nathan Chancellor1-2/+2
2021-09-17selftests/bpf: Fix a few compiler warningsYonghong Song2-5/+3
2021-09-17Merge branch 'Improve set_attach_target() and deprecate open_opts.attach_prog_fd'Alexei Starovoitov5-81/+107