aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-01-22net: bridge: multicast: optimize TO_INCLUDE EHT timeoutsNikolay Aleksandrov
2021-01-22net: bridge: multicast: add EHT include and exclude handlingNikolay Aleksandrov
2021-01-22net: bridge: multicast: add EHT allow/block handlingNikolay Aleksandrov
2021-01-22net: bridge: multicast: add EHT host delete functionNikolay Aleksandrov
2021-01-22net: bridge: multicast: add EHT source set handling functionsNikolay Aleksandrov
2021-01-22net: bridge: multicast: add EHT host handling functionsNikolay Aleksandrov
2021-01-22net: bridge: multicast: add EHT structures and definitionsNikolay Aleksandrov
2021-01-22net: bridge: multicast: calculate idx position without changing ptrNikolay Aleksandrov
2021-01-22net: bridge: multicast: __grp_src_block_incl can modify pgNikolay Aleksandrov
2021-01-22net: bridge: multicast: pass host src address to IGMPv3/MLDv2 functionsNikolay Aleksandrov
2021-01-22net: bridge: multicast: rename src_size to addr_sizeNikolay Aleksandrov
2021-01-22mptcp: implement delegated actionsPaolo Abeni
2021-01-22mptcp: schedule work for better snd subflow selectionPaolo Abeni
2021-01-22mptcp: do not queue excessive data on subflowsPaolo Abeni
2021-01-22mptcp: re-enable sndbuf autotunePaolo Abeni
2021-01-22mptcp: always graft subflow socket to parentPaolo Abeni
2021-01-22tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2021-01-20ip_gre: remove CRC flag from dev features in gre_gso_segmentXin Long
2021-01-20udp: not remove the CRC flag from dev features when need_csum is falseXin Long
2021-01-20net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu
2021-01-20net: inline rollback_registered_many()Jakub Kicinski
2021-01-20net: move rollback_registered_many()Jakub Kicinski
2021-01-20net: inline rollback_registered()Jakub Kicinski
2021-01-20net: move net_set_todo inside rollback_registered()Jakub Kicinski
2021-01-20nexthop: Specialize rtm_nh_policyPetr Machata
2021-01-20nexthop: Use a dedicated policy for nh_valid_dump_req()Petr Machata
2021-01-20nexthop: Use a dedicated policy for nh_valid_get_del_req()Petr Machata
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