summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-05-16ipv6/gso: remove temporary HBH/jumbo headerEric Dumazet1-1/+23
2022-05-16tcp_cubic: make hystart_ack_delay() aware of BIG TCPEric Dumazet1-2/+2
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck7-8/+24
2022-05-16net: add IFLA_TSO_{MAX_SIZE|SEGS} attributesEric Dumazet1-0/+6
2022-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller14-305/+420
2022-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski5-23/+13
2022-05-13netfilter: conntrack: skip verification of zero UDP checksumKevin Mitchell2-5/+9
2022-05-13netfilter: flowtable: nft_flow_route use more data for reverse routeSven Auhagen1-0/+8
2022-05-13netfilter: conntrack: add nf_conntrack_events autodetect modeFlorian Westphal3-8/+24
2022-05-13netfilter: conntrack: un-inline nf_ct_ecache_ext_addFlorian Westphal2-3/+33
2022-05-13netfilter: nfnetlink: allow to detect if ctnetlink listeners existFlorian Westphal1-3/+37
2022-05-13netfilter: conntrack: add nf_ct_iter_data object for nf_ct_iterate_cleanup*()Pablo Neira Ayuso5-41/+47
2022-05-13netfilter: conntrack: avoid unconditional local_bh_disableFlorian Westphal1-5/+2
2022-05-13netfilter: conntrack: remove unconfirmed listFlorian Westphal2-98/+3
2022-05-13netfilter: conntrack: remove __nf_ct_unconfirmed_destroyFlorian Westphal3-39/+13
2022-05-13netfilter: cttimeout: decouple unlink and free on netns destructionFlorian Westphal1-0/+12
2022-05-13netfilter: extensions: introduce extension genid countFlorian Westphal2-1/+86
2022-05-13netfilter: remove nf_ct_unconfirmed_destroy helperFlorian Westphal2-15/+3
2022-05-13netfilter: cttimeout: decouple unlink and free on netns destructionFlorian Westphal1-2/+28
2022-05-13netfilter: conntrack: remove the percpu dying listFlorian Westphal3-46/+13
2022-05-13netfilter: conntrack: include ecache dying list in dumpsFlorian Westphal2-0/+53
2022-05-13netfilter: ecache: use dedicated list for event redeliveryFlorian Westphal2-70/+80
2022-05-13inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()Eric Dumazet2-12/+6
2022-05-13net: page_pool: add page allocation stats for two fast page allocate pathJie Wang1-1/+4
2022-05-13net: inet: Retire port only listening_hashMartin KaFai Lau7-59/+25
2022-05-13net: inet: Open code inet_hash2 and inet_unhash2Martin KaFai Lau1-55/+33
2022-05-13net: inet: Remove count from inet_listen_hashbucketMartin KaFai Lau1-6/+0
2022-05-13net: dsa: remove port argument from ->change_tag_protocol()Vladimir Oltean2-17/+11
2022-05-13net: dsa: felix: manage host flooding using a specific driver callbackVladimir Oltean3-30/+15
2022-05-13net: update the register_netdevice() kdocJakub Kicinski1-14/+6
2022-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski24-37/+147
2022-05-12Merge tag 'net-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds21-28/+105
2022-05-12tls: Fix context leak on tls_device_downMaxim Mikityanskiy1-0/+3
2022-05-12net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pendingGuangguan Wang1-2/+2
2022-05-12rtnetlink: verify rate parameters for calls to ndo_set_vf_rateBin Chen1-10/+18
2022-05-12Merge tag 'for-net-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-3/+3
2022-05-12Merge tag 'wireless-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski4-5/+24
2022-05-12Bluetooth: Fix the creation of hdev->nameItay Iellin1-3/+3
2022-05-12net/sched: act_pedit: really ensure the skb is writablePaolo Abeni1-4/+22
2022-05-11net: add more debug info in skb_checksum_help()Eric Dumazet1-4/+6
2022-05-11net: remove two BUG() from skb_checksum_help()Eric Dumazet1-2/+6
2022-05-11net: add CONFIG_DEBUG_NETEric Dumazet1-0/+7
2022-05-11net: fix kdoc on __dev_queue_xmit()Jakub Kicinski1-20/+15
2022-05-10decnet: Use container_of() for struct dn_neigh castsKees Cook3-5/+6
2022-05-10x25: remove redundant pointer devColin Ian King1-2/+1
2022-05-10ptp: Support late timestamp determinationGerhard Engleder1-10/+39
2022-05-10ptp: Pass hwtstamp to ptp_convert_timestamp()Gerhard Engleder1-1/+1
2022-05-10ptp: Request cycles for TX timestampGerhard Engleder1-1/+10
2022-05-10Merge tag 'batadv-net-pullrequest-20220508' of git://git.open-mesh.org/linux-...Jakub Kicinski1-0/+11
2022-05-10net: dsa: flush switchdev workqueue on bridge join error pathVladimir Oltean1-0/+1