summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-17sctp: sm_statefuns: Remove pointer casts of the same typeLi zeming
2022-11-16tcp: annotate data-race around queue->synflood_warnedEric Dumazet
2022-11-16ax25: af_ax25: Remove unnecessary (void*) conversionsLi zeming
2022-11-16tcp: configurable source port perturb table sizeGleb Mazovetskiy
2022-11-16l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki
2022-11-16ipv4: tunnels: use DEV_STATS_INC()Eric Dumazet
2022-11-16ipv6: tunnels: use DEV_STATS_INC()Eric Dumazet
2022-11-16ipv6/sit: use DEV_STATS_INC() to avoid data-racesEric Dumazet
2022-11-16net: add atomic_long_t to net_device_stats fieldsEric Dumazet
2022-11-16net: __sock_gen_cookie() cleanupEric Dumazet
2022-11-16net: adopt try_cmpxchg() in napi_{enable|disable}()Eric Dumazet
2022-11-16net: adopt try_cmpxchg() in napi_schedule_prep() and napi_complete_done()Eric Dumazet
2022-11-16net: net_{enable|disable}_timestamp() optimizationsEric Dumazet
2022-11-16ipv6: fib6_new_sernum() optimizationEric Dumazet
2022-11-16net: mm_account_pinned_pages() optimizationEric Dumazet
2022-11-16net: linkwatch: only report IF_OPER_LOWERLAYERDOWN if iflink is actually downVladimir Oltean
2022-11-16udp: Introduce optional per-netns hash table.Kuniyuki Iwashima
2022-11-16udp: Access &udp_table via net.Kuniyuki Iwashima
2022-11-16udp: Set NULL to udp_seq_afinfo.udp_table.Kuniyuki Iwashima
2022-11-16udp: Set NULL to sk->sk_prot->h.udp_table.Kuniyuki Iwashima
2022-11-16udp: Clean up some functions.Kuniyuki Iwashima
2022-11-16wifi: cfg80211: Avoid clashing function prototypesGustavo A. R. Silva
2022-11-16rxrpc: Fix network address validationDavid Howells
2022-11-16rxrpc: Fix oops from calling udpv6_sendmsg() on AF_INET socketDavid Howells
2022-11-15net: dsa: don't leak tagger-owned storage on switch driver unbindVladimir Oltean
2022-11-15net: dsa: remove phylink_validate() methodVladimir Oltean
2022-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski
2022-11-15net/x25: Fix skb leak in x25_lapb_receive_frame()Wei Yongjun
2022-11-15net: dsa: add support for DSA rx offloading via metadata dstFelix Fietkau
2022-11-15bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen
2022-11-15net: dcb: move getapptrust to separate functionDaniel Machon
2022-11-15bridge: switchdev: Fix memory leaks when changing VLAN protocolIdo Schimmel
2022-11-15kcm: close race conditions on sk_receive_queueCong Wang
2022-11-15netfilter: conntrack: use siphash_4u64Florian Westphal
2022-11-15netfilter: rpfilter/fib: clean up some inconsistent indentingJiapeng Chong
2022-11-15netfilter: nf_tables: Introduce NFT_MSG_GETRULE_RESETPhil Sutter
2022-11-15netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter
2022-11-14bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi
2022-11-14tcp: Add listening address to SYN flood messageJamie Bainbridge
2022-11-14net: dsa: make dsa_master_ioctl() see through port_hwtstamp_get() shimsVladimir Oltean
2022-11-14net: flow_offload: add support for ARP frame matchingSteen Hegelund
2022-11-14ipasdv4/tcp_ipv4: remove redundant assignmentxu xin
2022-11-14net: caif: fix double disconnect client in chnl_net_open()Zhengchao Shao
2022-11-14rxrpc: Fix missing IPV6 #ifdefDavid Howells
2022-11-11tcp: tcp_wfree() refactoringEric Dumazet
2022-11-11tcp: adopt try_cmpxchg() in tcp_release_cb()Eric Dumazet
2022-11-11bridge: Add missing parenthesesIdo Schimmel
2022-11-11mptcp: Fix grammar in a commentMat Martineau
2022-11-11mptcp: get sk from msk directlyGeliang Tang