summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-02-13bpf: Drop MTU check when doing TC-BPF redirect to ingressJesper Dangaard Brouer
2021-02-13bpf: Add BPF-helper for MTU checkingJesper Dangaard Brouer
2021-02-13bpf: bpf_fib_lookup return MTU value as output when looked upJesper Dangaard Brouer
2021-02-13bpf: Fix bpf_fib_lookup helper MTU check for SKB ctxJesper Dangaard Brouer
2021-02-13bpf: Remove MTU check in __bpf_skb_max_lenJesper Dangaard Brouer
2021-02-11bpf: Expose bpf_get_socket_cookie to tracing programsFlorent Revest
2021-02-04net, veth: Alloc skb in bulk for ndo_xdp_xmitLorenzo Bianconi
2021-01-29bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_RECVMSGStanislav Fomichev
2021-01-29bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_INET{4,6}_GET{PEER,SOCK}NAMEStanislav Fomichev
2021-01-29bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_SENDMSGStanislav Fomichev
2021-01-27bpf: Allow rewriting to ports under ip_unprivileged_port_startStanislav Fomichev
2021-01-28skmsg: Make sk_psock_destroy() staticCong Wang
2021-01-25xsk: Fold xp_assign_dev and __xp_assign_devBjörn Töpel
2021-01-25xsk: Remove explicit_free parameter from __xsk_rcv()Björn Töpel
2021-01-20bpf: Split cgroup_bpf_enabled per attach typeStanislav Fomichev
2021-01-20bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev
2021-01-20net, xdp: Introduce xdp_build_skb_from_frame utility routineLorenzo Bianconi
2021-01-20net, xdp: Introduce __xdp_build_skb_from_frame utility routineLorenzo Bianconi
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-20Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-01-20tcp: Fix potential use-after-free due to double kfree()Kuniyuki Iwashima
2021-01-20Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-01-19tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng
2021-01-19net: fix GSO for SG-enabled devicesPaolo Abeni
2021-01-19tcp: do not mess with cloned skbs in tcp_add_backlog()Eric Dumazet
2021-01-19taprio: boolean values to a bool variableJiapeng Zhong
2021-01-19net: nfc: nci: fix the wrong NCI_CORE_INIT parametersBongsu Jeon
2021-01-19net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabledTariq Toukan
2021-01-19net: add inline function skb_csum_is_sctpXin Long
2021-01-19netfilter: rpfilter: mask ecn bits before fib lookupGuillaume Nault
2021-01-19udp: mask TOS bits in udp_v4_early_demux()Guillaume Nault
2021-01-19xsk: Clear pool even for inactive queuesMaxim Mikityanskiy
2021-01-19Merge tag 'nfsd-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2021-01-19net: core: devlink: use right genl user_ptr when handling port param get/setOleksandr Mazur
2021-01-18net/tls: Except bond interface from some TLS checksTariq Toukan
2021-01-18net/tls: Device offload to use lowest netdevice in chainTariq Toukan
2021-01-18net: netdevice: Add operation ndo_sk_get_lower_devTariq Toukan
2021-01-18net_sched: fix RTNL deadlock again caused by request_module()Cong Wang
2021-01-18tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen
2021-01-18ipv6: set multicast flag on the multicast routeMatteo Croce
2021-01-18ipv6: create multicast route with RTPROT_KERNELMatteo Croce
2021-01-18net: bridge: check vlan with eth_type_vlan() methodMenglong Dong
2021-01-18Merge tag 'mac80211-for-net-2021-01-18.2' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski
2021-01-16sctp: remove the NETIF_F_SG flag before calling skb_segmentXin Long
2021-01-16net: move the hsize check to the else block in skb_segmentXin Long
2021-01-16skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() tooAlexander Lobakin
2021-01-15tcp_cubic: use memset and offsetof initYejune Deng
2021-01-15nfc: netlink: use &w->w in nfc_genl_rcv_nl_eventGeliang Tang
2021-01-15net: dsa: add ops for devlink-sbVladimir Oltean
2021-01-15net_sched: avoid shift-out-of-bounds in tcindex_set_parms()Eric Dumazet