summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-12-05net-zerocopy: Defer vm zap unless actually needed.Arjun Roy1-50/+97
2020-12-05net-zerocopy: Set zerocopy hint when data is copiedArjun Roy1-0/+45
2020-12-05net-zerocopy: Introduce short-circuit small reads.Arjun Roy1-0/+36
2020-12-05net-zerocopy: Fast return if inq < PAGE_SIZEArjun Roy1-0/+8
2020-12-05net-zerocopy: Refactor frag-is-remappable test.Arjun Roy1-8/+26
2020-12-05net-zerocopy: Refactor skb frag fast-forward op.Arjun Roy1-9/+26
2020-12-05net-tcp: Introduce tcp_recvmsg_locked().Arjun Roy1-30/+39
2020-12-05net-zerocopy: Copy straggler unaligned data for TCP Rx. zerocopy.Arjun Roy1-16/+68
2020-12-05seg6: add VRF support for SRv6 End.DT6 behaviorAndrea Mayer1-0/+76
2020-12-05seg6: add support for the SRv6 End.DT4 behaviorAndrea Mayer1-0/+287
2020-12-05seg6: add callbacks for customizing the creation/destruction of a behaviorAndrea Mayer1-0/+49
2020-12-05seg6: add support for optional attributes in SRv6 behaviorsAndrea Mayer1-14/+106
2020-12-05seg6: improve management of behavior attributesAndrea Mayer1-10/+70
2020-12-04Merge tag 'wireless-drivers-next-2020-12-03' of git://git.kernel.org/pub/scm/...Jakub Kicinski1-0/+6
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski15-123/+330
2020-12-04bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko1-1/+2
2020-12-04bpf: Adds support for setting window clampPrankur gupta2-9/+19
2020-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski22-78/+191
2020-12-03mptcp: emit tcp reset when a join request failsFlorian Westphal1-11/+36
2020-12-03tcp: merge 'init_req' and 'route_req' functionsFlorian Westphal4-23/+40
2020-12-03net/sched: act_mpls: ensure LSE is pullable before reading itDavide Caratti1-0/+3
2020-12-03net: openvswitch: ensure LSE is pullable before reading itDavide Caratti1-0/+3
2020-12-03net: skbuff: ensure LSE is pullable before decrementing the MPLS ttlDavide Caratti1-0/+3
2020-12-03bpf: Eliminate rlimit-based memory accounting for xskmap mapsRoman Gushchin1-10/+2
2020-12-03bpf: Eliminate rlimit-based memory accounting for sockmap and sockhash mapsRoman Gushchin1-27/+6
2020-12-03bpf: Refine memcg-based memory accounting for xskmap mapsRoman Gushchin1-1/+2
2020-12-03bpf: Refine memcg-based memory accounting for sockmap and sockhash mapsRoman Gushchin1-4/+5
2020-12-03net/x25: prevent a couple of overflowsDan Carpenter1-2/+4
2020-12-03bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooksStanislav Fomichev3-2/+6
2020-12-02mptcp: avoid potential infinite loop in mptcp_recvmsg()Eric Dumazet1-1/+1
2020-12-02net: ip6_gre: set dev->hard_header_len when using header_opsAntoine Tenart1-3/+13
2020-12-02net/smc: Add support for obtaining SMCR device listGuvenc Gulce4-1/+165
2020-12-02net/smc: Add support for obtaining SMCD device listGuvenc Gulce4-0/+126
2020-12-02net/smc: Add SMC-D Linkgroup diagnostic supportGuvenc Gulce3-0/+136
2020-12-02net/smc: Introduce SMCR get link commandGuvenc Gulce4-17/+106
2020-12-02net/smc: Introduce SMCR get linkgroup commandGuvenc Gulce3-0/+91
2020-12-02net/smc: Add support for obtaining system informationGuvenc Gulce6-0/+82
2020-12-02net/smc: Introduce generic netlink interface for diagnostic purposesGuvenc Gulce4-2/+86
2020-12-02net/smc: Refactor smc ism v2 capability handlingGuvenc Gulce3-10/+15
2020-12-02net/smc: Add diagnostic information to link structureGuvenc Gulce2-0/+12
2020-12-02net/smc: Add diagnostic information to smc ib-deviceGuvenc Gulce3-0/+48
2020-12-02net/smc: Add link counters for IB device portsGuvenc Gulce2-0/+15
2020-12-02net/smc: Add connection counters for linksGuvenc Gulce2-2/+15
2020-12-02net/smc: Use active link of the connectionGuvenc Gulce1-5/+5
2020-12-02net/smc: use helper smc_conn_abort() in listen processingKarsten Graul1-12/+5
2020-12-02net/tls: make sure tls offload sets salt_sizeRohit Maheshwari1-1/+3
2020-12-02net: delete __dev_getfirstbyhwtypeVladimir Oltean1-13/+0
2020-12-02net/tipc: fix all function Return: notationRandy Dunlap9-68/+68
2020-12-02net/tipc: fix socket.c kernel-docRandy Dunlap1-2/+29
2020-12-02net/tipc: fix node.c kernel-docRandy Dunlap1-1/+25