summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | svcrdma: Refactor svc_rdma_init() and svc_rdma_clean_up()Chuck Lever2021-01-251-7/+23
* | | | | Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-02-201-1/+2
|\ \ \ \ \
| * | | | | Merge 5.11-rc5 into tty-nextGreg Kroah-Hartman2021-01-2582-389/+691
| |\| | | |
| * | | | | Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Greg Kroah-Hartman2021-01-211-1/+2
| |\ \ \ \ \
| | * | | | | tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds2021-01-201-1/+2
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-02-171-82/+163
|\ \ \ \ \ \ \
| * | | | | | | netfilter: nftables: introduce table ownershipPablo Neira Ayuso2021-02-151-46/+117
| * | | | | | | netfilter: nftables: add helper function to release hooks of one single tablePablo Neira Ayuso2021-02-151-5/+10
| * | | | | | | netfilter: nftables: add helper function to release one tablePablo Neira Ayuso2021-02-151-35/+40
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-1610-81/+171
|\ \ \ \ \ \ \ \
| * | | | | | | | net: sched: fix police ext initializationVlad Buslov2021-02-162-1/+2
| * | | | | | | | net: caif: Use netif_rx_any_context().Sebastian Andrzej Siewior2021-02-151-4/+1
| * | | | | | | | flow_dissector: fix TTL and TOS dissection on IPv4 fragmentsDavide Caratti2021-02-121-3/+3
| * | | | | | | | appletalk: Fix skb allocation size in loopback caseDoug Brown2021-02-121-12/+21
| * | | | | | | | mptcp: add a missing retransmission timer schedulingPaolo Abeni2021-02-112-2/+4
| * | | | | | | | mptcp: better msk receive window updatesPaolo Abeni2021-02-113-21/+27
| * | | | | | | | mptcp: init mptcp request socket earlierPaolo Abeni2021-02-111-24/+16
| * | | | | | | | mptcp: fix spurious retransmissionsPaolo Abeni2021-02-112-11/+3
| * | | | | | | | mptcp: fix poll after shutdownPaolo Abeni2021-02-111-1/+3
| * | | | | | | | mptcp: deliver ssk errors to mskPaolo Abeni2021-02-113-0/+54
| * | | | | | | | net/sched: cls_flower: Reject invalid ct_state flags ruleswenxu2021-02-101-2/+37
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | net: dsa: tag_rtl4_a: Support also egress tagsLinus Walleij2021-02-161-14/+29
* | | | | | | | net: dsa: felix: Add support for MRPHoratiu Vultur2021-02-161-0/+8
* | | | | | | | net: dsa: add MRP supportHoratiu Vultur2021-02-164-0/+201
* | | | | | | | bridge: mrp: Update br_mrp to use new return values of br_mrp_switchdevHoratiu Vultur2021-02-161-16/+27
* | | | | | | | bridge: mrp: Extend br_mrp_switchdev to detect better the errorsHoratiu Vultur2021-02-162-77/+118
* | | | | | | | bridge: mrp: Add 'enum br_mrp_hw_support'Horatiu Vultur2021-02-161-0/+14
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-02-1614-88/+340
|\ \ \ \ \ \ \ \
| * | | | | | | | bpf: Drop MTU check when doing TC-BPF redirect to ingressJesper Dangaard Brouer2021-02-132-21/+17
| * | | | | | | | bpf: Add BPF-helper for MTU checkingJesper Dangaard Brouer2021-02-131-0/+114
| * | | | | | | | bpf: bpf_fib_lookup return MTU value as output when looked upJesper Dangaard Brouer2021-02-131-7/+15
| * | | | | | | | bpf: Fix bpf_fib_lookup helper MTU check for SKB ctxJesper Dangaard Brouer2021-02-131-3/+10
| * | | | | | | | bpf: Remove MTU check in __bpf_skb_max_lenJesper Dangaard Brouer2021-02-131-8/+4
| * | | | | | | | bpf: Expose bpf_get_socket_cookie to tracing programsFlorent Revest2021-02-111-0/+12
| * | | | | | | | net, veth: Alloc skb in bulk for ndo_xdp_xmitLorenzo Bianconi2021-02-041-0/+11
| * | | | | | | | bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_RECVMSGStanislav Fomichev2021-01-291-0/+4
| * | | | | | | | bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_INET{4,6}_GET{PEER,SOCK}NAMEStanislav Fomichev2021-01-291-0/+8
| * | | | | | | | bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_SENDMSGStanislav Fomichev2021-01-291-0/+4
| * | | | | | | | bpf: Allow rewriting to ports under ip_unprivileged_port_startStanislav Fomichev2021-01-272-6/+12
| * | | | | | | | skmsg: Make sk_psock_destroy() staticCong Wang2021-01-281-2/+1
| * | | | | | | | xsk: Fold xp_assign_dev and __xp_assign_devBjörn Töpel2021-01-251-9/+3
| * | | | | | | | xsk: Remove explicit_free parameter from __xsk_rcv()Björn Töpel2021-01-251-16/+31
| * | | | | | | | bpf: Split cgroup_bpf_enabled per attach typeStanislav Fomichev2021-01-204-16/+16
| * | | | | | | | bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev2021-01-204-0/+19
| * | | | | | | | net, xdp: Introduce xdp_build_skb_from_frame utility routineLorenzo Bianconi2021-01-201-0/+15
| * | | | | | | | net, xdp: Introduce __xdp_build_skb_from_frame utility routineLorenzo Bianconi2021-01-201-0/+44
* | | | | | | | | mptcp: add local addr info in mptcp_infoGeliang Tang2021-02-153-1/+5
* | | | | | | | | tcp: tcp_data_ready() must look at SOCK_DONEEric Dumazet2021-02-151-1/+1
* | | | | | | | | net: bridge: fix br_vlan_filter_toggle stub when CONFIG_BRIDGE_VLAN_FILTERING=nVladimir Oltean2021-02-151-1/+2
* | | | | | | | | net: mscc: ocelot: avoid type promotion when calling ocelot_ifh_set_destVladimir Oltean2021-02-151-2/+2