summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-16tcp_cubic: make hystart_ack_delay() aware of BIG TCPEric 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 git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller
2022-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski
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: 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
2022-05-13netfilter: conntrack: avoid unconditional local_bh_disableFlorian Westphal
2022-05-13netfilter: conntrack: remove unconfirmed listFlorian Westphal
2022-05-13netfilter: conntrack: remove __nf_ct_unconfirmed_destroyFlorian Westphal
2022-05-13netfilter: cttimeout: decouple unlink and free on netns destructionFlorian Westphal
2022-05-13netfilter: extensions: introduce extension genid countFlorian Westphal
2022-05-13netfilter: remove nf_ct_unconfirmed_destroy helperFlorian Westphal
2022-05-13netfilter: cttimeout: decouple unlink and free on netns destructionFlorian Westphal
2022-05-13netfilter: conntrack: remove the percpu dying listFlorian Westphal
2022-05-13netfilter: conntrack: include ecache dying list in dumpsFlorian Westphal
2022-05-13netfilter: ecache: use dedicated list for event redeliveryFlorian Westphal
2022-05-13inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()Eric Dumazet
2022-05-13net: page_pool: add page allocation stats for two fast page allocate pathJie Wang
2022-05-12net: inet: Retire port only listening_hashMartin KaFai Lau
2022-05-12net: inet: Open code inet_hash2 and inet_unhash2Martin KaFai Lau
2022-05-12net: inet: Remove count from inet_listen_hashbucketMartin KaFai Lau
2022-05-12net: dsa: remove port argument from ->change_tag_protocol()Vladimir Oltean
2022-05-12net: dsa: felix: manage host flooding using a specific driver callbackVladimir Oltean
2022-05-12net: update the register_netdevice() kdocJakub Kicinski
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-12Merge tag 'net-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-05-12tls: Fix context leak on tls_device_downMaxim Mikityanskiy
2022-05-12net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pendingGuangguan Wang
2022-05-12rtnetlink: verify rate parameters for calls to ndo_set_vf_rateBin Chen
2022-05-11Merge tag 'for-net-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2022-05-11Merge tag 'wireless-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2022-05-11Bluetooth: Fix the creation of hdev->nameItay Iellin
2022-05-11net/sched: act_pedit: really ensure the skb is writablePaolo Abeni
2022-05-11net: add more debug info in skb_checksum_help()Eric Dumazet
2022-05-11net: remove two BUG() from skb_checksum_help()Eric Dumazet
2022-05-11net: add CONFIG_DEBUG_NETEric Dumazet
2022-05-10net: fix kdoc on __dev_queue_xmit()Jakub Kicinski
2022-05-10decnet: Use container_of() for struct dn_neigh castsKees Cook
2022-05-10x25: remove redundant pointer devColin Ian King
2022-05-10ptp: Support late timestamp determinationGerhard Engleder
2022-05-10ptp: Pass hwtstamp to ptp_convert_timestamp()Gerhard Engleder