summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-07-14net: dccp: kerneldoc fixesAndrew Lunn6-0/+17
2020-07-14net: core: kerneldoc fixesAndrew Lunn1-0/+1
2020-07-14net: can: kerneldoc fixesAndrew Lunn1-0/+2
2020-07-14net: 9p: kerneldoc fixesAndrew Lunn2-4/+5
2020-07-14xsk: Add xdp statistics to xsk_diagCiara Loftus1-0/+17
2020-07-14xsk: Add new statisticsCiara Loftus3-5/+38
2020-07-13AX.25 Kconfig: Replace HTTP links with HTTPS onesAlexander A. Klimov1-5/+5
2020-07-13dccp: Replace HTTP links with HTTPS onesAlexander A. Klimov6-7/+7
2020-07-13net: bridge: fix undefined br_vlan_can_enter_range in tunnel codeNikolay Aleksandrov1-0/+6
2020-07-13bpf: Resolve BTF IDs in vmlinux imageJiri Olsa1-2/+7
2020-07-13net: bridge: notify on vlan tunnel changes done via the old apiNikolay Aleksandrov1-2/+47
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller89-445/+608
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds79-402/+548
2020-07-11inet: Remove an unnecessary argument of syn_ack_recalc().Kuniyuki Iwashima1-20/+13
2020-07-11devlink: Add devlink health port reporters APIVladyslav Tarasiuk1-0/+50
2020-07-11devlink: Implement devlink health reporters on per-port basisVladyslav Tarasiuk1-17/+77
2020-07-11devlink: Create generic devlink health reporter search functionVladyslav Tarasiuk1-4/+14
2020-07-11devlink: Rework devlink health reporter destructorVladyslav Tarasiuk1-13/+24
2020-07-11devlink: 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/linu...Linus 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-09bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook1-1/+1
2020-07-09tipc: fix retransmission on unicast linksHamish Martin1-8/+18
2020-07-09net: dsa: tag_rtl4_a: Implement Realtek 4 byte A tagLinus Walleij3-0/+138
2020-07-09ethtool: Add support for 100Gbps per lane link modesMeir Lichtinger2-0/+30
2020-07-09l2tp: 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-08net/sched: Use fallthrough pseudo-keywordGustavo A. R. Silva14-14/+15