summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-16Merge branch 'skb-drop-reason-boundary'David S. Miller
2022-05-16net: tcp: reset 'drop_reason' to NOT_SPCIFIED in tcp_v{4,6}_rcv()Menglong Dong
2022-05-16net: skb: change the definition SKB_DR_SET()Menglong Dong
2022-05-16net: skb: check the boundrary of drop reason in kfree_skb_reason()Menglong Dong
2022-05-16net: dm: check the boundary of skb drop reasonsMenglong Dong
2022-05-16net/smc: align the connect behaviour with TCPGuangguan Wang
2022-05-16Merge branch 'sk_bound_dev_if-annotations'David S. Miller
2022-05-16inet: rename INET_MATCH()Eric Dumazet
2022-05-16ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()Eric Dumazet
2022-05-16l2tp: use add READ_ONCE() to fetch sk->sk_bound_dev_ifEric Dumazet
2022-05-16net_sched: em_meta: add READ_ONCE() in var_sk_bound_if()Eric Dumazet
2022-05-16inet: add READ_ONCE(sk->sk_bound_dev_if) in inet_csk_bind_conflict()Eric Dumazet
2022-05-16dccp: use READ_ONCE() to read sk->sk_bound_dev_ifEric Dumazet
2022-05-16net: core: add READ_ONCE/WRITE_ONCE annotations for sk->sk_bound_dev_ifEric Dumazet
2022-05-16tcp: sk->sk_bound_dev_if once in inet_request_bound_dev_if()Eric Dumazet
2022-05-16sctp: read sk->sk_bound_dev_if once in sctp_rcv()Eric Dumazet
2022-05-16net: annotate races around sk->sk_bound_dev_ifEric Dumazet
2022-05-16Merge branch 'big-tcp'David S. Miller
2022-05-16mlx5: support BIG TCP packetsEric Dumazet
2022-05-16mlx4: support BIG TCP packetsEric Dumazet
2022-05-16veth: enable BIG TCP packetsEric Dumazet
2022-05-16net: loopback: enable BIG TCP packetsEric Dumazet
2022-05-16ipv6: Add hop-by-hop header to jumbograms in ip6_outputCoco Li
2022-05-16net: allow gro_max_size to exceed 65536Alexander Duyck
2022-05-16ipv6/gro: insert temporary HBH/jumbo headerEric Dumazet
2022-05-16ipv6/gso: remove temporary HBH/jumbo headerEric Dumazet
2022-05-16ipv6: add struct hop_jumbo_hdr definitionEric Dumazet
2022-05-16tcp_cubic: make hystart_ack_delay() aware of BIG TCPEric Dumazet
2022-05-16net: limit GSO_MAX_SIZE to 524280 bytesEric Dumazet
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck
2022-05-16net: add IFLA_TSO_{MAX_SIZE|SEGS} attributesEric Dumazet
2022-05-16Merge branch 'Renesas-RSZ-V2M-support'David S. Miller
2022-05-16ravb: Add support for RZ/V2MPhil Edworthy
2022-05-16ravb: Use separate clock for gPTPPhil Edworthy
2022-05-16ravb: Support separate Line0 (Desc), Line1 (Err) and Line2 (Mgmt) irqsPhil Edworthy
2022-05-16ravb: Separate handling of irq enable/disable regs into featurePhil Edworthy
2022-05-16dt-bindings: net: renesas,etheravb: Document RZ/V2M SoCPhil Edworthy
2022-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller
2022-05-13ice: Expose RSS indirection tables for queue groups via ethtoolSridhar Samudrala
2022-05-13ixgbe: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi
2022-05-13eth: sfc: remove remnants of the out-of-tree napi_weight module paramJakub Kicinski
2022-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski
2022-05-13sfc: siena: Fix Kconfig dependenciesRen Zhijie
2022-05-13netfilter: conntrack: skip verification of zero UDP checksumKevin Mitchell
2022-05-13netfilter: flowtable: nft_flow_route use more data for reverse routeSven Auhagen
2022-05-13netfilter: prefer extension check to pointer checkFlorian Westphal
2022-05-13netfilter: conntrack: add nf_conntrack_events autodetect modeFlorian Westphal
2022-05-13netfilter: conntrack: un-inline nf_ct_ecache_ext_addFlorian Westphal
2022-05-13netfilter: nfnetlink: allow to detect if ctnetlink listeners existFlorian Westphal
2022-05-13netfilter: conntrack: add nf_ct_iter_data object for nf_ct_iterate_cleanup*()Pablo Neira Ayuso