summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: properly terminate timers for kernel socketsEric Dumazet2024-04-132-0/+8
* mptcp: add sk_stop_timer_sync helperGeliang Tang2024-04-131-0/+2
* af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet2024-02-231-6/+14
* llc: Drop support for ETH_P_TR_802_2.Kuniyuki Iwashima2024-02-231-4/+2
* Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz2024-01-251-1/+0
* ipv6: remove max_size check inline with ipv4Jon Maxwell2024-01-151-1/+1
* ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet2024-01-151-2/+2
* net/dst: use a smaller percpu_counter batch for dst entries accountingEric Dumazet2024-01-151-1/+3
* drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel2023-12-131-0/+2
* genetlink: add CAP_NET_ADMIN test for multicast bindIdo Schimmel2023-12-131-0/+1
* net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet2023-11-281-3/+3
* net: annotate data-races around sk->sk_tx_queue_mappingEric Dumazet2023-11-281-4/+16
* Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz2023-10-251-1/+1
* tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell2023-10-251-0/+3
* xfrm: fix a data-race in xfrm_gen_index()Eric Dumazet2023-10-251-0/+1
* tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell2023-10-101-2/+4
* net: add atomic_long_t to net_device_stats fieldsEric Dumazet2023-10-101-3/+2
* lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai2023-09-231-1/+4
* tcp: tcp_enter_quickack_mode() should be staticEric Dumazet2023-09-231-1/+0
* bonding: fix macvlan over alb bond supportHangbin Liu2023-08-301-10/+1
* net: remove bond_slave_has_mac_rcu()Jakub Kicinski2023-08-301-14/+0
* sock: annotate data-races around prot->memory_pressureEric Dumazet2023-08-301-3/+4
* sock: Fix misuse of sk_under_memory_pressure()Abel Wu2023-08-301-0/+6
* netfilter: nf_tables: report use refcount overflowPablo Neira Ayuso2023-08-161-4/+27
* netfilter: nf_tables: bogus EBUSY when deleting flowtable after flushPablo Neira Ayuso2023-08-161-0/+4
* wifi: cfg80211: fix sband iftype data lookup for AP_VLANFelix Fietkau2023-08-161-0/+3
* tcp: Reduce chance of collisions in inet6_hashfn().Stewart Smith2023-08-111-6/+2
* tcp: annotate data-races around tp->notsent_lowatEric Dumazet2023-08-111-1/+5
* net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAXCambda Zhu2023-08-111-0/+1
* net/sched: make psched_mtu() RTNL-less safePedro Tammela2023-08-111-1/+1
* vrf: Increment Icmp6InMsgs on the original netdevStephen Suryaputra2023-08-111-0/+16
* netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso2023-08-111-0/+3
* netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso2023-08-111-0/+1
* netfilter: nf_tables: use net_generic infra for transaction dataPablo Neira Ayuso2023-08-112-5/+10
* netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima2023-08-111-0/+1
* nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski2023-08-111-2/+2
* neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky2023-06-211-2/+0
* net: Remove unused inline function dst_hold_and_use()Gaosheng Cui2023-06-211-6/+0
* neighbour: Remove unused inline function neigh_key_eq16()Gaosheng Cui2023-06-211-5/+0
* Remove DECnet support from kernelStephen Hemminger2023-06-217-956/+0
* net: sched: move rtm_tca_policy declaration to include fileEric Dumazet2023-06-141-0/+2
* rfs: annotate lockless accesses to sk->sk_rxhashEric Dumazet2023-06-141-5/+13
* tcp: deny tcp_disconnect() when threads are waitingEric Dumazet2023-06-091-0/+4
* ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel2023-06-091-0/+2
* netfilter: nf_tables: allow up to 64 bytes in the set element data areaPablo Neira Ayuso2023-05-301-0/+4
* netfilter: nftables: statify nft_parse_register()Pablo Neira Ayuso2023-05-301-1/+0
* netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso2023-05-303-7/+7
* netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso2023-05-304-7/+8
* ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye2023-05-302-2/+2
* tcp: factor out __tcp_close() helperPaolo Abeni2023-05-301-0/+1