summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/nfc/nci: Support NCI 2.x initial sequenceBongsu Jeon2020-12-043-16/+104
* tipc: support 128bit node identity for peer removingHoang Le2020-12-041-3/+18
* net-zerocopy: Defer vm zap unless actually needed.Arjun Roy2020-12-041-50/+97
* net-zerocopy: Set zerocopy hint when data is copiedArjun Roy2020-12-041-0/+45
* net-zerocopy: Introduce short-circuit small reads.Arjun Roy2020-12-041-0/+36
* net-zerocopy: Fast return if inq < PAGE_SIZEArjun Roy2020-12-041-0/+8
* net-zerocopy: Refactor frag-is-remappable test.Arjun Roy2020-12-041-8/+26
* net-zerocopy: Refactor skb frag fast-forward op.Arjun Roy2020-12-041-9/+26
* net-tcp: Introduce tcp_recvmsg_locked().Arjun Roy2020-12-041-30/+39
* net-zerocopy: Copy straggler unaligned data for TCP Rx. zerocopy.Arjun Roy2020-12-041-16/+68
* seg6: add VRF support for SRv6 End.DT6 behaviorAndrea Mayer2020-12-041-0/+76
* seg6: add support for the SRv6 End.DT4 behaviorAndrea Mayer2020-12-041-0/+287
* seg6: add callbacks for customizing the creation/destruction of a behaviorAndrea Mayer2020-12-041-0/+49
* seg6: add support for optional attributes in SRv6 behaviorsAndrea Mayer2020-12-041-14/+106
* seg6: improve management of behavior attributesAndrea Mayer2020-12-041-10/+70
* Merge tag 'wireless-drivers-next-2020-12-03' of git://git.kernel.org/pub/scm/...Jakub Kicinski2020-12-041-0/+6
|\
| * net: qrtr: Unprepare MHI channels during removeBhaumik Bhatt2020-11-201-0/+1
| * net: qrtr: Start MHI channels during initLoic Poulain2020-11-181-0/+5
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-0415-123/+330
|\ \
| * | bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko2020-12-031-1/+2
| * | bpf: Adds support for setting window clampPrankur gupta2020-12-032-9/+19
| * | bpf: Eliminate rlimit-based memory accounting for xskmap mapsRoman Gushchin2020-12-021-10/+2
| * | bpf: Eliminate rlimit-based memory accounting for sockmap and sockhash mapsRoman Gushchin2020-12-021-27/+6
| * | bpf: Refine memcg-based memory accounting for xskmap mapsRoman Gushchin2020-12-021-1/+2
| * | bpf: Refine memcg-based memory accounting for sockmap and sockhash mapsRoman Gushchin2020-12-021-4/+5
| * | bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooksStanislav Fomichev2020-12-023-2/+6
| * | xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-013-2/+4
| * | xsk: Add busy-poll support for {recv,send}msg()Björn Töpel2020-12-011-0/+24
| * | xsk: Check need wakeup flag in sendmsg()Björn Töpel2020-12-012-8/+11
| * | xsk: Add support for recvmsg()Björn Töpel2020-12-011-1/+21
| * | net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel2020-12-012-11/+20
| * | net: Introduce preferred busy-pollingBjörn Töpel2020-12-012-15/+72
| * | xdp: Remove the functions xsk_map_inc and xsk_map_putZhu Yanjun2020-11-273-22/+4
| * | xsk: Introduce batched Tx descriptor interfacesMagnus Karlsson2020-11-172-13/+133
| * | xsk: Introduce padding between more ring pointersMagnus Karlsson2020-11-171-1/+3
| * | bpf: Fix the irq and nmi check in bpf_sk_storage for tracing usageMartin KaFai Lau2020-11-161-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-0322-78/+191
|\ \ \
| * | | net/sched: act_mpls: ensure LSE is pullable before reading itDavide Caratti2020-12-031-0/+3
| * | | net: openvswitch: ensure LSE is pullable before reading itDavide Caratti2020-12-031-0/+3
| * | | net: skbuff: ensure LSE is pullable before decrementing the MPLS ttlDavide Caratti2020-12-031-0/+3
| * | | net/x25: prevent a couple of overflowsDan Carpenter2020-12-021-2/+4
| * | | net: ip6_gre: set dev->hard_header_len when using header_opsAntoine Tenart2020-12-021-3/+13
| * | | tipc: fix incompatible mtu of transmissionHoang Le2020-12-011-0/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2020-11-287-38/+110
| |\ \ \
| | * | | netfilter: nftables_offload: build mask based from the matching bytesPablo Neira Ayuso2020-11-273-29/+61
| | * | | netfilter: nftables_offload: set address type in control dissectorPablo Neira Ayuso2020-11-272-0/+21
| | * | | ipvs: fix possible memory leak in ip_vs_control_net_initWang Hai2020-11-271-6/+25
| | * | | netfilter: nf_tables: avoid false-postive lockdep splatFlorian Westphal2020-11-261-1/+2
| | * | | netfilter: ipset: prevent uninit-value in hash_ip6_addEric Dumazet2020-11-261-2/+1
| * | | | ipv4: Fix tos mask in inet_rtm_getroute()Guillaume Nault2020-11-281-3/+4