net: add atomic_long_t to net_device_stats fields
[platform/kernel/linux-rpi.git] / include / net /
2022-12-31 Eric Dumazetnet: add atomic_long_t to net_device_stats fields
2022-12-31 Pengcheng Yangbpf, sockmap: Fix missing BPF_F_INGRESS flag when using...
2022-12-31 Kuniyuki Iwashimasoreuseport: Fix socket selection for SO_INCOMING_CPU.
2022-12-08 Zhengchao Shaosctp: fix memory leak in sctp_stream_outq_migrate()
2022-11-26 Hangbin Liunet: use struct_group to copy ip/ipv6 header addresses
2022-11-10 Kuniyuki Iwashimatcp/udp: Make early_demux back namespacified.
2022-11-03 Jakub Kicinskinet-memcg: avoid stalls when under memory pressure
2022-10-29 Zhengchao Shaonet: sched: delete duplicate cleanup of backlog and...
2022-10-29 Kuniyuki Iwashimaudp: Update reuse->has_conns under reuseport_lock.
2022-10-26 Alexander Aringnet: ieee802154: return -EINVAL for unknown addr type
2022-10-26 Neal Cardwelltcp: fix tcp_cwnd_validate() to not forget is_cwnd_limited
2022-10-12 Haimin Zhangnet/ieee802154: fix uninit value bug in dgram_sendmsg
2022-10-12 Jalal Mostafaxsk: Inherit need_wakeup flag for shared sockets
2022-09-28 Benjamin Poiriernet: bonding: Share lacpdu_mcast_addr definition
2022-09-23 sewookseonet: Find dst with sk's xfrm policy not ctl_sk
2022-09-15 David Howellsrxrpc: Fix ICMP/ICMP6 error handling
2022-09-05 Hawkins Jiaweinet: fix refcount bug in sk_psock_get (2)
2022-08-31 Paolo Abenitcp: expose the tcp_mark_push() and tcp_skb_entail...
2022-08-31 Kuniyuki Iwashimanet: Fix a data-race around sysctl_net_busy_poll.
2022-08-31 Pablo Neira Ayusonetfilter: flowtable: fix stuck flows on cleanup due...
2022-08-31 Pablo Neira Ayusonetfilter: flowtable: add function to invoke garbage...
2022-08-31 Pablo Neira Ayusonetfilter: nf_tables: disallow jump to implicit chain...
2022-08-31 Pablo Neira Ayusonetfilter: nf_tables: upfront validation of data via...
2022-08-31 Pablo Neira Ayusonetfilter: nft_cmp: optimize comparison for 16-bytes
2022-08-31 Pablo Neira Ayusonetfilter: nf_tables: make table handle allocation...
2022-08-17 Kent Overstreet9p: Add client parameter to p9_req_put()
2022-08-17 Kent Overstreet9p: Drop kref usage
2022-08-17 Dominique Martinet9p: fix a bunch of checkpatch warnings
2022-08-17 Mike Manningnet: allow unbound socket for packets in VRF when tcp_l...
2022-08-17 Eric Dumazetipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()
2022-08-17 Eric Dumazetinet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()
2022-08-17 Eric Dumazetnet: fix sk_wmem_schedule() and sk_rmem_schedule()...
2022-08-03 Kuniyuki Iwashimanet: Fix data-races around sysctl_[rw]mem(_offset)?.
2022-08-03 Ziyang Xuanipv6/addrconf: fix a null-ptr-deref bug for ip6_ptr
2022-08-03 Wei WangRevert "tcp: change pingpong threshold to 3"
2022-08-03 Kuniyuki Iwashimatcp: Fix a data-race around sysctl_tcp_adv_win_scale.
2022-08-03 Luiz Augusto von... Bluetooth: L2CAP: Fix use-after-free caused by l2cap_ch...
2022-07-29 Luiz Augusto von... Bluetooth: Fix bt_skb_sendmmsg not allocating partial...
2022-07-29 Luiz Augusto von... Bluetooth: Fix passing NULL to PTR_ERR
2022-07-29 Luiz Augusto von... Bluetooth: Add bt_skb_sendmmsg helper
2022-07-29 Luiz Augusto von... Bluetooth: Add bt_skb_sendmsg helper
2022-07-29 Kuniyuki Iwashimatcp: Fix data-races around sysctl_tcp_slow_start_after_...
2022-07-29 Kuniyuki Iwashimaudp: Fix a data-race around sysctl_udp_l3mdev_accept.
2022-07-29 Kuniyuki Iwashimaip: Fix data-races around sysctl_ip_prot_sock.
2022-07-29 Kuniyuki Iwashimatcp: Fix a data-race around sysctl_tcp_notsent_lowat.
2022-07-29 Kuniyuki Iwashimatcp: Fix data-races around some timeout sysctl knobs.
2022-07-29 Kuniyuki Iwashimatcp: Fix data-races around keepalive sysctl knobs.
2022-07-29 Kuniyuki Iwashimatcp: Fix data-races around sysctl_tcp_l3mdev_accept.
2022-07-29 Eric Dumazettcp: sk->sk_bound_dev_if once in inet_request_bound_dev...
2022-07-29 Kuniyuki Iwashimatcp/dccp: Fix a data-race around sysctl_tcp_fwmark_accept.
2022-07-29 Kuniyuki Iwashimaip: Fix a data-race around sysctl_fwmark_reflect.
2022-07-29 Kuniyuki Iwashimaip: Fix data-races around sysctl_ip_nonlocal_bind.
2022-07-29 Kuniyuki Iwashimaip: Fix data-races around sysctl_ip_fwd_use_pmtu.
2022-07-29 Eric Dumazetipv4/tcp: do not use per netns ctl sockets
2022-07-29 Kuniyuki Iwashimaip: Fix data-races around sysctl_ip_default_ttl.
2022-07-21 Tariq Toukannet/tls: Check for errors in tls_device_init
2022-07-21 Kuniyuki Iwashimaraw: Fix a data-race around sysctl_raw_l3mdev_accept.
2022-07-21 Pablo Neira Ayusonetfilter: nf_tables: replace BUG_ON by element length...
2022-07-21 Kuniyuki Iwashimanet: Fix data-races around sysctl_mem.
2022-07-12 Pablo Neira Ayusonetfilter: nft_payload: support for inner header matchi...
2022-07-12 Pablo Neira Ayusonetfilter: nf_tables: convert pktinfo->tprot_set to...
2022-06-29 Jakub Kicinskisock: redo the psock vs ULP protection check
2022-06-14 Maciej Fijalkowskixsk: Fix possible crash when multiple sockets are created
2022-06-14 Magnus Karlssoni40e: xsk: Move tmp desc array from driver to pool
2022-06-14 Pablo Neira Ayusonetfilter: nf_tables: bail out early if hardware offloa...
2022-06-14 Pablo Neira Ayusonetfilter: nf_tables: delete flowtable hooks via transa...
2022-06-14 Guoju Fangnet: sched: add barrier to fix packet stuck problem...
2022-06-14 Eric Dumazettcp: add accessors to read/set tp->snd_cwnd
2022-06-14 Vincent Raynet: sched: fixed barrier to prevent skbuff sticking...
2022-06-09 Niels Dosscheipv6: fix locking issues with loops over idev->addr_list
2022-06-06 Florian Westphalnetfilter: conntrack: re-fetch conntrack after insertion
2022-05-25 Eyal Birgerxfrm: fix "disable_policy" flag use when arriving from...
2022-05-25 Nicolas Dichtelxfrm: rework default policy structure
2022-05-18 Willy Tarreausecure_seq: use the 64 bits of the siphash for port...
2022-05-18 Paolo Abeninet/sched: act_pedit: really ensure the skb is writable
2022-05-15 Itay IellinBluetooth: Fix the creation of hdev->name
2022-05-09 Eric Dumazettcp: make sure treq->af_specific is initialized
2022-05-09 Eric Dumazettcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT
2022-05-09 Peilin Yeip_gre, ip6_gre: Fix race condition on o_seqno in colle...
2022-05-09 Pengcheng Yangtcp: ensure to use the most recently sent skb when...
2022-04-27 Florian Westphalnetfilter: conntrack: avoid useless indirection during...
2022-04-27 Eric Dumazetipv6: make ip6_rt_gc_expire an atomic_t
2022-04-27 Sabrina Dubrocaesp: limit skb_page_frag_refill use to a single page
2022-04-20 Duoming Zhouax25: fix reference count leaks of ax25_dev
2022-04-20 Duoming Zhouax25: add refcount in ax25_dev to avoid UAF bugs
2022-04-20 Vlad Buslovnet/sched: flower: fix parsing of ethertype following...
2022-04-13 Luiz Augusto von... Bluetooth: Fix not checking for valid hdev on bt_dev_...
2022-04-13 Ido Schimmelipv4: Invalidate neighbour for broadcast address upon...
2022-04-13 Eric Dumazetnet: initialize init_net earlier
2022-04-08 Phil Sutternetfilter: conntrack: Add and use nf_ct_set_auto_assign...
2022-04-08 Pablo Neira Ayusonetfilter: flowtable: Fix QinQ and pppoe support for...
2022-03-23 Jiyong Parkvsock: each transport cycles only on its own sockets
2022-03-19 Yan Yanxfrm: Check if_id in xfrm_migrate
2022-03-16 Vladimir OlteanRevert "net: dsa: mv88e6xxx: flush switchdev FDB workqu...
2022-03-16 Steffen Klassertesp: Fix possible buffer overflow in ESP transformation
2022-03-08 Jiri BohacRevert "xfrm: xfrm_state_mtu should return at least...
2022-03-08 Florian Westphalnetfilter: nf_queue: fix possible use-after-free
2022-03-08 Eric Dumazetipv6: fix skb drops in igmp6_event_query() and igmp6_ev...
2022-03-02 Eric Dumazetnet-timestamp: convert sk->sk_tskey to atomic_t
2022-03-02 Christophe Leroynet: Force inlining of checksum functions in net/checksum.h
next