summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-02-06netfilter: nftables: remove redundant assignment of variable errColin Ian King1-3/+1
2021-01-28netfilter: nftables: statify nft_parse_register()Pablo Neira Ayuso1-2/+1
2021-01-28netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso18-83/+91
2021-01-28netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso22-130/+127
2021-01-26netfilter: flowtable: add hash offset field to tuplePablo Neira Ayuso1-3/+3
2021-01-26ipvs: add weighted random twos choice algorithmDarby Payne3-0/+151
2021-01-26netfilter: ctnetlink: remove get_ct indirectionFlorian Westphal3-10/+15
2021-01-24udp: allow forwarding of plain (non-fraglisted) UDP GRO packetsAlexander Lobakin1-1/+2
2021-01-24net: introduce a netdev feature for UDP GRO forwardingAlexander Lobakin1-0/+1
2021-01-23mlxsw: Register physical ports as a devlink resourceDanielle Ratson1-0/+4
2021-01-23sch_htb: Stats for offloaded HTBMaxim Mikityanskiy1-0/+53
2021-01-23sch_htb: Hierarchical QoS hardware offloadMaxim Mikityanskiy1-28/+473
2021-01-23net: sched: Add extack to Qdisc_class_ops.deleteMaxim Mikityanskiy9-11/+20
2021-01-23tcp: Add receive timestamp support for receive zerocopy.Arjun Roy1-32/+84
2021-01-23tcp: Remove CMSG magic numbers for tcp_recvmsg().Arjun Roy1-4/+10
2021-01-23net: bridge: multicast: mark IGMPv3/MLDv2 fast-leave deletesNikolay Aleksandrov3-12/+20
2021-01-23net: bridge: multicast: handle block pg delete for all casesNikolay Aleksandrov1-8/+9
2021-01-23net: bridge: multicast: add EHT host filter_mode handlingNikolay Aleksandrov1-4/+38
2021-01-23net: bridge: multicast: optimize TO_INCLUDE EHT timeoutsNikolay Aleksandrov1-0/+21
2021-01-23net: bridge: multicast: add EHT include and exclude handlingNikolay Aleksandrov3-23/+168
2021-01-23net: bridge: multicast: add EHT allow/block handlingNikolay Aleksandrov4-14/+290
2021-01-23net: bridge: multicast: add EHT host delete functionNikolay Aleksandrov1-0/+17
2021-01-23net: bridge: multicast: add EHT source set handling functionsNikolay Aleksandrov3-0/+325
2021-01-23net: bridge: multicast: add EHT host handling functionsNikolay Aleksandrov3-1/+117
2021-01-23net: bridge: multicast: add EHT structures and definitionsNikolay Aleksandrov3-0/+53
2021-01-23net: bridge: multicast: calculate idx position without changing ptrNikolay Aleksandrov1-18/+9
2021-01-23net: bridge: multicast: __grp_src_block_incl can modify pgNikolay Aleksandrov1-3/+11
2021-01-23net: bridge: multicast: pass host src address to IGMPv3/MLDv2 functionsNikolay Aleksandrov1-41/+49
2021-01-23net: bridge: multicast: rename src_size to addr_sizeNikolay Aleksandrov1-39/+39
2021-01-23mptcp: implement delegated actionsPaolo Abeni3-4/+194
2021-01-23mptcp: schedule work for better snd subflow selectionPaolo Abeni1-3/+8
2021-01-23mptcp: do not queue excessive data on subflowsPaolo Abeni1-2/+2
2021-01-23mptcp: re-enable sndbuf autotunePaolo Abeni3-33/+45
2021-01-23mptcp: always graft subflow socket to parentPaolo Abeni3-26/+14
2021-01-23tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung4-12/+30
2021-01-21ip_gre: remove CRC flag from dev features in gre_gso_segmentXin Long1-11/+4
2021-01-21udp: not remove the CRC flag from dev features when need_csum is falseXin Long1-2/+2
2021-01-21net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu4-5/+15
2021-01-21net: inline rollback_registered_many()Jakub Kicinski1-14/+8
2021-01-21net: move rollback_registered_many()Jakub Kicinski1-93/+95
2021-01-21net: inline rollback_registered()Jakub Kicinski1-11/+6
2021-01-21net: move net_set_todo inside rollback_registered()Jakub Kicinski1-8/+3
2021-01-21nexthop: Specialize rtm_nh_policyPetr Machata1-14/+9
2021-01-21nexthop: Use a dedicated policy for nh_valid_dump_req()Petr Machata1-33/+27
2021-01-21nexthop: Use a dedicated policy for nh_valid_get_del_req()Petr Machata1-17/+9
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