aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-10devlink: Rework devlink health reporter destructorVladyslav Tarasiuk1-13/+24
2020-07-10devlink: Refactor devlink health reporter constructorVladyslav Tarasiuk1-17/+28
2020-07-10ethtool: add tunnel info interfaceJakub Kicinski8-1/+361
2020-07-10udp_tunnel: add central NIC RX port offload infrastructureJakub Kicinski4-1/+830
2020-07-10Merge tag 'cleanup-kernel_read_write' of git://git.infradead.org/users/hch/miscLinus Torvalds1-1/+1
2020-07-09devlink: Move input checks from driver to devlinkDanielle Ratson1-0/+20
2020-07-09devlink: Add a new devlink port split ability attribute and pass to netlinkDanielle Ratson1-0/+3
2020-07-09devlink: Add a new devlink port lanes attribute and pass to netlinkDanielle Ratson1-0/+4
2020-07-09devlink: Replace devlink_port_attrs_set parameters with a structDanielle Ratson2-49/+22
2020-07-09devlink: Move switch_port attribute of devlink_port_attrs to devlink_portDanielle Ratson1-3/+3
2020-07-09devlink: Move set attribute of devlink_port_attrs to devlink_portDanielle Ratson1-3/+3
2020-07-09Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2020-07-09tcp: make sure listeners don't initialize congestion-control stateChristoph Paasch2-1/+4
2020-07-09mptcp: add MPTCP socket diag interfacePaolo Abeni3-0/+175
2020-07-09mptcp: add msk interations helperPaolo Abeni2-1/+62
2020-07-09inet_diag: support for wider protocol numbersPaolo Abeni2-17/+49
2020-07-09ethtool: fix genlmsg_put() failure handling in ethnl_default_dumpit()Michal Kubecek1-14/+13
2020-07-09net_sched: fix a memory leak in atm_tc_init()Cong Wang1-4/+4
2020-07-08bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook1-1/+1
2020-07-08tipc: fix retransmission on unicast linksHamish Martin1-8/+18
2020-07-08net: dsa: tag_rtl4_a: Implement Realtek 4 byte A tagLinus Walleij3-0/+138
2020-07-08ethtool: Add support for 100Gbps per lane link modesMeir Lichtinger2-0/+30
2020-07-08l2tp: remove skb_dst_set() from l2tp_xmit_skb()Xin Long1-4/+1
2020-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller9-76/+389
2020-07-08net: phy: Uninline PHY ethtool statistics operationsFlorian Fainelli2-12/+22
2020-07-08net/smc: tolerate future SMCD versionsUrsula Braun2-13/+34
2020-07-08net/smc: switch smcd_dev_list spinlock to mutexUrsula Braun4-18/+20
2020-07-08net/smc: fix sleep bug in smc_pnet_find_roce_resource()Ursula Braun4-18/+22
2020-07-08net/smc: fix work request handlingKarsten Graul2-8/+10
2020-07-08net/smc: separate LLC wait queues for flow and messagesKarsten Graul3-48/+77
2020-07-08bpfilter: switch to kernel_writeChristoph Hellwig1-1/+1
2020-07-08bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hookStanislav Fomichev2-0/+4
2020-07-07net/sched: Use fallthrough pseudo-keywordGustavo A. R. Silva14-14/+15
2020-07-07Replace HTTP links with HTTPS ones: X.25 network layerAlexander A. Klimov1-1/+1
2020-07-07net: ethtool: Remove PHYLIB direct dependencyFlorian Fainelli2-3/+16
2020-07-07net: ethtool: Introduce ethtool_phy_opsFlorian Fainelli2-0/+13
2020-07-07bridge: mcast: Fix MLD2 Report IPv6 payload length checkLinus Lüssing1-1/+1
2020-07-07net/sched: act_ct: add miss tcf_lastuse_update.wenxu1-0/+2
2020-07-07mptcp: fix DSS map generation on fin retransmissionPaolo Abeni1-3/+3
2020-07-07ipv4: fill fl4_icmp_{type,code} in ping_v4_sendmsgSabrina Dubroca1-0/+3
2020-07-07cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang1-1/+1
2020-07-07ipv6: Fix use of anycast address with loopbackDavid Ahern1-1/+1
2020-07-07mptcp: use mptcp worker for path managementFlorian Westphal3-47/+27
2020-07-07bpfilter: Take advantage of the facilities of struct pidEric W. Biederman2-17/+13
2020-07-06mptcp: fix race in subflow_data_ready()Davide Caratti1-1/+1
2020-07-06ipv6: fib6_select_path can not use out path for nexthop objectsDavid Ahern1-1/+4
2020-07-06Replace HTTP links with HTTPS ones: IPv*Alexander A. Klimov9-13/+13
2020-07-05net: dsa: tag_qca.c: Fix warning for __be16 vs u16Andrew Lunn1-3/+5
2020-07-05net: dsa: tag_mtk: Fix warnings for __be16Andrew Lunn1-1/+2
2020-07-05net: dsa: tag_lan9303: Fix __be16 warningsAndrew Lunn1-8/+9