summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2023-09-19ipv6: fix ip6_sock_set_addr_preferences() typoEric Dumazet1-1/+1
2023-09-19ip_tunnels: use DEV_STATS_INC()Eric Dumazet1-8/+7
2023-09-19ipv4: ignore dst hint for multipath routesSriram Yagnaraman1-0/+1
2023-09-19lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai1-1/+4
2023-09-19tcp: tcp_enter_quickack_mode() should be staticEric Dumazet1-1/+0
2023-08-30bonding: fix macvlan over alb bond supportHangbin Liu1-10/+1
2023-08-30net: remove bond_slave_has_mac_rcu()Jakub Kicinski1-14/+0
2023-08-30net: validate veth and vxcan peer ifindexesJakub Kicinski1-2/+2
2023-08-30sock: annotate data-races around prot->memory_pressureEric Dumazet1-3/+4
2023-08-26sock: Fix misuse of sk_under_memory_pressure()Abel Wu1-0/+6
2023-08-16netfilter: nf_tables: report use refcount overflowPablo Neira Ayuso1-4/+27
2023-08-16wifi: cfg80211: fix sband iftype data lookup for AP_VLANFelix Fietkau1-0/+3
2023-08-11vxlan: Fix nexthop hash sizeBenjamin Poirier1-2/+2
2023-08-11tcp: Reduce chance of collisions in inet6_hashfn().Stewart Smith1-6/+2
2023-08-11vxlan: calculate correct header length for GPEJiri Benc1-4/+9
2023-07-27tcp: annotate data-races around tp->notsent_lowatEric Dumazet1-1/+5
2023-07-27net: Introduce net.ipv4.tcp_migrate_req.Kuniyuki Iwashima1-0/+1
2023-07-27tcp: annotate data-races around tp->keepalive_probesEric Dumazet1-2/+7
2023-07-27tcp: annotate data-races around tp->keepalive_intvlEric Dumazet1-2/+7
2023-07-27tcp: annotate data-races around tp->keepalive_timeEric Dumazet1-2/+5
2023-07-27net/sched: make psched_mtu() RTNL-less safePedro Tammela1-1/+1
2023-07-27netfilter: nf_tables: drop map element references from preparation phasePablo Neira Ayuso1-1/+4
2023-07-27netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso1-0/+3
2023-07-27netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso1-0/+2
2023-07-27netfilter: nf_tables: fix chain binding transaction logicPablo Neira Ayuso1-1/+20
2023-07-27netfilter: nf_tables: use net_generic infra for transaction dataFlorian Westphal2-7/+10
2023-07-27netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima1-0/+1
2023-07-27nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski1-2/+2
2023-07-27bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev2-0/+3
2023-06-28netfilter: nftables: statify nft_parse_register()Pablo Neira Ayuso1-1/+0
2023-06-28xfrm: Treat already-verified secpath entries as optionalBenedict Wong1-0/+1
2023-06-28ip_tunnels: allow VXLAN/GENEVE to inherit TOS/TTL from VLANMatthias May1-4/+8
2023-06-21neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky1-2/+0
2023-06-21net: Remove DECnet leftovers from flow.h.Guillaume Nault1-26/+0
2023-06-21net: Remove unused inline function dst_hold_and_use()Gaosheng Cui1-6/+0
2023-06-21neighbour: Remove unused inline function neigh_key_eq16()Gaosheng Cui1-5/+0
2023-06-21Remove DECnet support from kernelStephen Hemminger7-940/+0
2023-06-14net: sched: move rtm_tca_policy declaration to include fileEric Dumazet1-0/+2
2023-06-14rfs: annotate lockless accesses to sk->sk_rxhashEric Dumazet1-5/+13
2023-06-14ipv6: rpl: Fix Route of Death.Kuniyuki Iwashima1-3/+0
2023-06-14neighbour: fix unaligned access to pneigh_entryQingfang DENG1-1/+1
2023-06-14bonding (gcc13): synchronize bond_{a,t}lb_xmit() typesJiri Slaby (SUSE)1-2/+2
2023-06-09tcp: deny tcp_disconnect() when threads are waitingEric Dumazet1-0/+4
2023-06-05ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel1-0/+2
2023-05-30net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo1-0/+1
2023-05-30net/sched: act_mirred: refactor the handle of xmitwenxu1-5/+0
2023-05-30net: Find dst with sk's xfrm policy not ctl_sksewookseo1-0/+2
2023-05-30ipv4/tcp: do not use per netns ctl socketsEric Dumazet1-1/+0
2023-05-30ipvs: Update width of source for ip_vs_sync_conn_optionsSimon Horman1-2/+4
2023-05-30tcp: factor out __tcp_close() helperPaolo Abeni1-0/+1