summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-02bpf: Fix use-after-free of bpf_link when priming half-failsAndrii Nakryiko1-6/+7
2020-05-02net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAXCambda Zhu2-2/+3
2020-05-01Merge branch 'r8169-improve-user-message-handling'David S. Miller1-76/+36
2020-05-01r8169: switch from netif_xxx message functions to netdev_xxxHeiner Kallweit1-46/+22
2020-05-01r8169: remove "out of memory" error message from rtl_request_firmwareHeiner Kallweit1-3/+1
2020-05-01r8169: simplify counter handlingHeiner Kallweit1-25/+13
2020-05-01r8169: remove redundant driver message when entering promiscuous modeHeiner Kallweit1-2/+0
2020-05-01bpf: Bpf_{g,s}etsockopt for struct bpf_sock_addrStanislav Fomichev5-27/+166
2020-05-01Merge branch 'net-ReST-part-three'David S. Miller61-3360/+4193
2020-05-01docs: networking: arcnet-hardware.rst: don't duplicate chapter namesMauro Carvalho Chehab1-4/+4
2020-05-01net: docs: add page_pool.rst to index.rstMauro Carvalho Chehab1-0/+1
2020-05-01docs: networking: device drivers: convert toshiba/spider_net.txt to ReSTMauro Carvalho Chehab3-32/+31
2020-05-01docs: networking: device drivers: convert ti/tlan.txt to ReSTMauro Carvalho Chehab5-28/+52
2020-05-01docs: networking: device drivers: convert ti/cpsw.txt to ReSTMauro Carvalho Chehab3-541/+588
2020-05-01docs: networking: device drivers: convert ti/cpsw_switchdev.txt to ReSTMauro Carvalho Chehab2-105/+139
2020-05-01docs: networking: device drivers: convert smsc/smc9.txt to ReSTMauro Carvalho Chehab4-44/+51
2020-05-01docs: networking: device drivers: convert sb1000.txt to ReSTMauro Carvalho Chehab4-208/+224
2020-05-01docs: networking: device drivers: convert qualcomm/rmnet.txt to ReSTMauro Carvalho Chehab3-16/+30
2020-05-01docs: networking: device drivers: convert neterion/vxge.txt to ReSTMauro Carvalho Chehab4-21/+44
2020-05-01docs: networking: device drivers: convert neterion/s2io.txt to ReSTMauro Carvalho Chehab5-143/+199
2020-05-01docs: networking: device drivers: convert microsoft/netvsc.txt to ReSTMauro Carvalho Chehab3-24/+36
2020-05-01docs: networking: device drivers: convert intel/ipw2200.txt to ReSTMauro Carvalho Chehab4-182/+237
2020-05-01docs: networking: device drivers: convert intel/ipw2100.txt to ReSTMauro Carvalho Chehab5-108/+139
2020-05-01docs: networking: device drivers: convert freescale/gianfar.txt to ReSTMauro Carvalho Chehab2-6/+16
2020-05-01docs: networking: device drivers: convert freescale/dpaa.txt to ReSTMauro Carvalho Chehab2-66/+76
2020-05-01docs: networking: device drivers: convert dlink/dl2k.txt to ReSTMauro Carvalho Chehab3-99/+132
2020-05-01docs: networking: device drivers: convert dec/dmfe.txt to ReSTMauro Carvalho Chehab4-17/+23
2020-05-01docs: networking: device drivers: convert dec/de4x5.txt to ReSTMauro Carvalho Chehab3-48/+60
2020-05-01docs: networking: device drivers: convert davicom/dm9000.txt to ReSTMauro Carvalho Chehab2-10/+15
2020-05-01docs: networking: device drivers: convert cirrus/cs89x0.txt to ReSTMauro Carvalho Chehab3-269/+293
2020-05-01docs: networking: device drivers: convert chelsio/cxgb.txt to ReSTMauro Carvalho Chehab3-72/+114
2020-05-01docs: networking: device drivers: convert aquantia/atlantic.txt to ReSTMauro Carvalho Chehab3-147/+225
2020-05-01docs: networking: device drivers: convert amazon/ena.txt to ReSTMauro Carvalho Chehab3-55/+92
2020-05-01docs: networking: device drivers: convert 3com/vortex.txt to ReSTMauro Carvalho Chehab5-111/+125
2020-05-01docs: networking: device drivers: convert 3com/3c509.txt to ReSTMauro Carvalho Chehab2-63/+100
2020-05-01docs: networking: convert z8530drv.txt to ReSTMauro Carvalho Chehab5-304/+334
2020-05-01docs: networking: convert xfrm_sysctl.txt to ReSTMauro Carvalho Chehab2-0/+8
2020-05-01docs: networking: convert xfrm_sync.txt to ReSTMauro Carvalho Chehab2-23/+44
2020-05-01docs: networking: convert xfrm_proc.txt to ReSTMauro Carvalho Chehab2-0/+32
2020-05-01docs: networking: convert xfrm_device.txt to ReSTMauro Carvalho Chehab2-11/+23
2020-05-01docs: networking: convert x25.txt to ReSTMauro Carvalho Chehab3-1/+6
2020-05-01docs: networking: convert x25-iface.txt to ReSTMauro Carvalho Chehab4-4/+11
2020-05-01docs: networking: convert vxlan.txt to ReSTMauro Carvalho Chehab2-12/+22
2020-05-01docs: networking: convert vrf.txt to ReSTMauro Carvalho Chehab4-419/+453
2020-05-01docs: networking: convert udplite.txt to ReSTMauro Carvalho Chehab2-81/+95
2020-05-01docs: networking: convert tuntap.txt to ReSTMauro Carvalho Chehab4-86/+119
2020-05-01r8169: remove not needed parameter in rtl8169_set_magic_regHeiner Kallweit1-2/+2
2020-05-01Merge branch 'bpf_enable_stats'Alexei Starovoitov10-1/+190
2020-05-01bpf: Add selftest for BPF_ENABLE_STATSSong Liu2-0/+63
2020-05-01libbpf: Add support for command BPF_ENABLE_STATSSong Liu3-0/+12