summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2022-05-15Bluetooth: Fix the creation of hdev->nameItay Iellin
2022-05-09Bluetooth: hci_event: Fix checking for invalid handle on error statusLuiz Augusto von Dentz
2022-05-09tcp: make sure treq->af_specific is initializedEric Dumazet
2022-05-09tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet
2022-05-09ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye
2022-05-09tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang
2022-04-27ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet
2022-04-27esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca
2022-04-20net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov
2022-04-13mctp: Use output netdev to allocate skb headroomMatt Johnston
2022-04-13Bluetooth: Fix not checking for valid hdev on bt_dev_{info,warn,err,dbg}Luiz Augusto von Dentz
2022-04-13ipv4: Invalidate neighbour for broadcast address upon address additionIdo Schimmel
2022-04-13net: initialize init_net earlierEric Dumazet
2022-04-13Bluetooth: hci_event: Ignore multiple conn complete eventsSoenke Huster
2022-04-08netfilter: conntrack: Add and use nf_ct_set_auto_assign_helper_warned()Phil Sutter
2022-04-08netfilter: flowtable: Fix QinQ and pppoe support for inet tablePablo Neira Ayuso
2022-03-28Bluetooth: hci_sync: Add a new quirk to skip HCI_FLT_CLEAR_ALLIsmael Ferreras Morezuelas
2022-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2022-03-11vsock: each transport cycles only on its own socketsJiyong Park
2022-03-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-03-08Revert "netfilter: conntrack: tag conntracks picked up in local out hook"Florian Westphal
2022-03-07esp: Fix possible buffer overflow in ESP transformationSteffen Klassert
2022-03-03ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()Eric Dumazet
2022-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2022-03-01net/sched: act_ct: Fix flow table lookup failure with no originating ifindexPaul Blakey
2022-03-01netfilter: nf_queue: fix possible use-after-freeFlorian Westphal
2022-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-02-24Bluetooth: hci_sync: Fix not using conn_timeoutLuiz Augusto von Dentz
2022-02-24Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunksLuiz Augusto von Dentz
2022-02-24openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey
2022-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller
2022-02-20netfilter: nf_tables_offload: incorrect flow offload action array sizePablo Neira Ayuso
2022-02-19net: Force inlining of checksum functions in net/checksum.hChristophe Leroy
2022-02-18net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet
2022-02-17ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rtEric Dumazet
2022-02-16ipv6: per-netns exclusive flowlabel checksWillem de Bruijn
2022-02-15bonding: fix data-races around agg_select_timerEric Dumazet
2022-02-14net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLANVladimir Oltean
2022-02-14ipv6: mcast: use rcu-safe version of ipv6_get_lladdr()Ignat Korchagin
2022-02-09net: fix a memleak when uncloning an skb dst and its metadataAntoine Tenart
2022-02-09net: do not keep the dst cache when uncloning an skb dst and its metadataAntoine Tenart
2022-02-03ax25: fix reference count leaks of ax25_devDuoming Zhou
2022-02-02net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...Daniel Borkmann
2022-01-28ax25: add refcount in ax25_dev to avoid UAF bugsDuoming Zhou
2022-01-27ipv4: remove sparse error in ip_neigh_gw4()Eric Dumazet
2022-01-27ipv4: avoid using shared IP generator for connected socketsEric Dumazet
2022-01-27Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"Guillaume Nault
2022-01-27Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"Jiri Bohac
2022-01-26xfrm: Check if_id in xfrm_migrateYan Yan
2022-01-24bonding: use rcu_dereference_rtnl when get bonding active slaveHangbin Liu