summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-02-13bpf: bpf_fib_lookup return MTU value as output when looked upJesper Dangaard Brouer1-7/+15
2021-02-13bpf: Fix bpf_fib_lookup helper MTU check for SKB ctxJesper Dangaard Brouer1-3/+10
2021-02-13bpf: Remove MTU check in __bpf_skb_max_lenJesper Dangaard Brouer1-8/+4
2021-02-12bpf: Expose bpf_get_socket_cookie to tracing programsFlorent Revest1-0/+12
2021-02-04net, veth: Alloc skb in bulk for ndo_xdp_xmitLorenzo Bianconi1-0/+11
2021-01-29bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_RECVMSGStanislav Fomichev1-0/+4
2021-01-29bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_INET{4,6}_GET{PEER,SOCK}NAMEStanislav Fomichev1-0/+8
2021-01-29bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_SENDMSGStanislav Fomichev1-0/+4
2021-01-28bpf: Allow rewriting to ports under ip_unprivileged_port_startStanislav Fomichev2-6/+12
2021-01-28skmsg: Make sk_psock_destroy() staticCong Wang1-2/+1
2021-01-26xsk: Fold xp_assign_dev and __xp_assign_devBjörn Töpel1-9/+3
2021-01-26xsk: Remove explicit_free parameter from __xsk_rcv()Björn Töpel1-16/+31
2021-01-21bpf: Split cgroup_bpf_enabled per attach typeStanislav Fomichev4-16/+16
2021-01-21bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev4-0/+19
2021-01-21net, xdp: Introduce xdp_build_skb_from_frame utility routineLorenzo Bianconi1-0/+15
2021-01-21net, xdp: Introduce __xdp_build_skb_from_frame utility routineLorenzo Bianconi1-0/+44
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski24-105/+137
2021-01-20Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds23-103/+135
2021-01-20tcp: Fix potential use-after-free due to double kfree()Kuniyuki Iwashima1-2/+2
2021-01-20Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-2/+2
2021-01-20tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng2-17/+10
2021-01-20net: fix GSO for SG-enabled devicesPaolo Abeni1-2/+2
2021-01-20tcp: do not mess with cloned skbs in tcp_add_backlog()Eric Dumazet1-12/+13
2021-01-20taprio: boolean values to a bool variableJiapeng Zhong1-3/+3
2021-01-20net: nfc: nci: fix the wrong NCI_CORE_INIT parametersBongsu Jeon1-1/+1
2021-01-20net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabledTariq Toukan1-0/+5
2021-01-20net: add inline function skb_csum_is_sctpXin Long1-1/+1
2021-01-20netfilter: rpfilter: mask ecn bits before fib lookupGuillaume Nault1-1/+1
2021-01-20udp: mask TOS bits in udp_v4_early_demux()Guillaume Nault1-1/+2
2021-01-20xsk: Clear pool even for inactive queuesMaxim Mikityanskiy1-2/+2
2021-01-20Merge tag 'nfsd-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-2/+2
2021-01-19net: core: devlink: use right genl user_ptr when handling port param get/setOleksandr Mazur1-2/+2
2021-01-19net/tls: Except bond interface from some TLS checksTariq Toukan2-1/+3
2021-01-19net/tls: Device offload to use lowest netdevice in chainTariq Toukan1-1/+1
2021-01-19net: netdevice: Add operation ndo_sk_get_lower_devTariq Toukan1-0/+33
2021-01-19net_sched: fix RTNL deadlock again caused by request_module()Cong Wang2-40/+75
2021-01-19tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen5-7/+11
2021-01-19ipv6: set multicast flag on the multicast routeMatteo Croce1-1/+1
2021-01-19ipv6: create multicast route with RTPROT_KERNELMatteo Croce1-0/+1
2021-01-19net: bridge: check vlan with eth_type_vlan() methodMenglong Dong3-12/+5
2021-01-19Merge tag 'mac80211-for-net-2021-01-18.2' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski4-39/+49
2021-01-17sctp: remove the NETIF_F_SG flag before calling skb_segmentXin Long1-1/+1
2021-01-17net: move the hsize check to the else block in skb_segmentXin Long1-5/+6
2021-01-17skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() tooAlexander Lobakin1-1/+5
2021-01-16tcp_cubic: use memset and offsetof initYejune Deng1-10/+1
2021-01-16nfc: netlink: use &w->w in nfc_genl_rcv_nl_eventGeliang Tang1-2/+2
2021-01-16net: dsa: add ops for devlink-sbVladimir Oltean1-1/+158
2021-01-16net_sched: avoid shift-out-of-bounds in tcindex_set_parms()Eric Dumazet1-2/+6
2021-01-16net_sched: gen_estimator: support large ewma logEric Dumazet1-4/+7
2021-01-16net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet1-1/+2