summaryrefslogtreecommitdiffstats
path: root/net (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-14net: atm: Remove the error message according to the atomic contextLiao Pingfang1-3/+1
2020-06-13bpf: Undo internal BPF_PROBE_MEM in BPF insns dumpAndrii Nakryiko1-5/+12
2020-06-13libbpf: Support pre-initializing .bss global variablesAndrii Nakryiko3-13/+55
2020-06-13tools/bpftool: Fix skeleton codegenAndrii Nakryiko1-2/+0
2020-06-13bpf: Fix memlock accounting for sock_hashAndrey Ignatov1-0/+4
2020-06-13bpf: sockmap: Don't attach programs to UDP socketsLorenz Bauer1-4/+6
2020-06-13bpf: tcp: Recv() should return 0 when the peer socket is closedSabrina Dubroca1-0/+3
2020-06-12ibmvnic: Flush existing work items before device removalThomas Falcon1-0/+3
2020-06-12genetlink: clean up family attributes allocationsCong Wang1-16/+12
2020-06-12net: ipa: header pad field only valid for AP->modem endpointAlex Elder1-4/+15
2020-06-12net: ipa: program upper nibbles of sequencer typeAlex Elder2-2/+6
2020-06-12net: ipa: fix modem LAN RX endpoint idAlex Elder1-1/+1
2020-06-12net: ipa: program metadata mask differentlyAlex Elder1-33/+39
2020-06-12ionic: add pcie_print_link_statusShannon Nelson1-0/+1
2020-06-12rxrpc: Fix race between incoming ACK parser and retransmitterDavid Howells1-18/+11
2020-06-12net/mlx5: E-Switch, Fix some error pointer dereferencesDan Carpenter1-2/+4
2020-06-12net/mlx5: Don't fail driver on failure to create debugfsLeon Romanovsky1-6/+0
2020-06-12net/mlx5e: CT: Fix ipv6 nat header rewrite actionsOz Shlomo1-8/+8
2020-06-12net/mlx5: Fix devlink objects and devlink device unregister sequenceParav Pandit1-14/+13
2020-06-12net/mlx5: Disable reload while removing the deviceParav Pandit2-2/+2
2020-06-12net/mlx5e: Fix ethtool hfunc configuration changeAya Levin1-19/+22
2020-06-12net/mlx5e: Fix repeated XSK usage on one channelMaxim Mikityanskiy1-0/+4
2020-06-12net/mlx5: DR, Fix freeing in dr_create_rc_qp()Denis Efremov1-1/+1
2020-06-12net/mlx5: Fix fatal error handling during device loadShay Drory1-3/+11
2020-06-12net/mlx5: drain health workqueue in case of driver load errorShay Drory1-0/+5
2020-06-12iavf: increase reset complete wait timePaul Greenwalt2-7/+9
2020-06-12iavf: Fix reporting 2.5 Gb and 5Gb speedsBrett Creeley3-6/+24
2020-06-11iavf: use appropriate enum for comparisonAleksandr Loktionov4-29/+24
2020-06-11iavf: fix speed reporting over virtchnlBrett Creeley4-21/+120
2020-06-11tools, bpftool: Exit on error in function codegenTobias Klauser1-5/+6
2020-06-11xdp: Fix xsk_generic_xmit errnoLi RongQing1-3/+1
2020-06-11tipc: fix NULL pointer dereference in tipc_disc_rcv()Tuong Lien1-1/+1
2020-06-11tipc: fix kernel WARNING in tipc_msg_append()Tuong Lien2-3/+4
2020-06-11ionic: remove support for mgmt deviceShannon Nelson4-25/+0
2020-06-11drivers: dpaa2: Use devm_kcalloc() in setup_dpni()Xu Wang1-2/+3
2020-06-11tools, bpftool: Fix memory leak in codegen error casesTobias Klauser1-0/+2
2020-06-11selftests/bpf: Add cgroup_skb/egress test for load_bytes_relativeYiFei Zhu2-0/+119
2020-06-11net/filter: Permit reading NET in load_bytes_relative when MAC not setYiFei Zhu1-7/+9
2020-06-11docs: networkng: convert sja1105's devlink info to RTSJakub Kicinski3-27/+50
2020-06-11Crypto/chcr: Checking cra_refcnt before unregistering the algorithmsAyush Sawal1-4/+14
2020-06-11Crypto/chcr: Calculate src and dst sg lengths separately for dma mapAyush Sawal1-18/+45
2020-06-11docs: networkng: fix lists and table in sja1105Jakub Kicinski1-2/+4
2020-06-11docs: networking: fix extra spaces in ethtool-netlinkJakub Kicinski1-6/+6
2020-06-11net: cadence: macb: disable NAPI on errorCorentin Labbe1-1/+4
2020-06-11mptcp: don't leak msk in token containerPaolo Abeni1-0/+1
2020-06-10mptcp: fix races between shutdown and recvmsgPaolo Abeni1-21/+24
2020-06-10vxlan: Remove access to nexthop group structDavid Ahern2-5/+14
2020-06-10nexthop: Fix fdb labeling for groupsDavid Ahern3-35/+66
2020-06-10tools, bpf: Do not force gcc as CCBrett Mastbergen1-1/+0
2020-06-10libbpf: Handle GCC noreturn-turned-volatile quirkAndrii Nakryiko1-9/+24