summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2023-12-13drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel
2023-12-13genetlink: add CAP_NET_ADMIN test for multicast bindIdo Schimmel
2023-11-28netfilter: nf_tables: fix table flag updatesPablo Neira Ayuso
2023-11-28netfilter: nftables: update table flags from the commit phasePablo Neira Ayuso
2023-11-28netfilter: nf_tables: fix memleak when more than 255 elements expiredPablo Neira Ayuso
2023-11-28netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal
2023-11-28netfilter: nf_tables: remove busy mark and gc batch APIPablo Neira Ayuso
2023-11-28netfilter: nf_tables: GC transaction API to avoid race with control planePablo Neira Ayuso
2023-11-28netfilter: nf_tables: drop map element references from preparation phasePablo Neira Ayuso
2023-11-28net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet
2023-11-28net: annotate data-races around sk->sk_tx_queue_mappingEric Dumazet
2023-11-20netfilter: nft_redir: use `struct nf_nat_range2` throughout and deduplicate e...Jeremy Sowden
2023-11-20inet: shrink struct flowi_commonEric Dumazet
2023-11-20tcp: fix cookie_init_timestamp() overflowsEric Dumazet
2023-11-20tcp: Remove one extra ktime_get_ns() from cookie_init_timestampEric Dumazet
2023-10-25Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameKees Cook
2023-10-25Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz
2023-10-25tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell
2023-10-25xfrm: fix a data-race in xfrm_gen_index()Eric Dumazet
2023-10-10tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell
2023-09-23ip_tunnels: use DEV_STATS_INC()Eric Dumazet
2023-09-23lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai
2023-09-23tcp: tcp_enter_quickack_mode() should be staticEric Dumazet
2023-08-30bonding: fix macvlan over alb bond supportHangbin Liu
2023-08-30net: remove bond_slave_has_mac_rcu()Jakub Kicinski
2023-08-30net: validate veth and vxcan peer ifindexesJakub Kicinski
2023-08-30sock: annotate data-races around prot->memory_pressureEric Dumazet
2023-08-30sock: Fix misuse of sk_under_memory_pressure()Abel Wu
2023-08-16netfilter: nf_tables: report use refcount overflowPablo Neira Ayuso
2023-08-16wifi: cfg80211: fix sband iftype data lookup for AP_VLANFelix Fietkau
2023-08-11tcp: Reduce chance of collisions in inet6_hashfn().Stewart Smith
2023-08-11vxlan: calculate correct header length for GPEJiri Benc
2023-07-27tcp: annotate data-races around tp->notsent_lowatEric Dumazet
2023-07-27net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAXCambda Zhu
2023-07-27net/sched: make psched_mtu() RTNL-less safePedro Tammela
2023-07-27netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso
2023-07-27netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso
2023-07-27netfilter: nf_tables: use net_generic infra for transaction dataFlorian Westphal
2023-07-27netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima
2023-07-27nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski
2023-06-28ip_tunnels: allow VXLAN/GENEVE to inherit TOS/TTL from VLANMatthias May
2023-06-21neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky
2023-06-21net: Remove unused inline function dst_hold_and_use()Gaosheng Cui
2023-06-21neighbour: Remove unused inline function neigh_key_eq16()Gaosheng Cui
2023-06-21Remove DECnet support from kernelStephen Hemminger
2023-06-14bonding (gcc13): synchronize bond_{a,t}lb_xmit() typesJiri Slaby (SUSE)
2023-06-14net: sched: move rtm_tca_policy declaration to include fileEric Dumazet
2023-06-14rfs: annotate lockless accesses to sk->sk_rxhashEric Dumazet
2023-06-14neighbour: fix unaligned access to pneigh_entryQingfang DENG
2023-06-14neighbour: Replace zero-length array with flexible-array memberGustavo A. R. Silva