summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-15dccp: Print deprecation notice.Kuniyuki Iwashima
2023-06-15udplite: Print deprecation notice.Kuniyuki Iwashima
2023-06-15net: tipc: resize nlattr array to correct sizeLin Ma
2023-06-15net: tls: make the offload check helper take skb not socketJakub Kicinski
2023-06-15netpoll: allocate netdev tracker right awayJakub Kicinski
2023-06-15net: create device lookup API with reference trackingJakub Kicinski
2023-06-14net/sched: cls_api: Fix lockup on flushing explicitly created chainVlad Buslov
2023-06-14rtnetlink: move validate_linkmsg out of do_setlinkXin Long
2023-06-14net/handshake: remove fput() that causes use-after-freeLin Ma
2023-06-14Merge tag 'wireless-2023-06-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2023-06-14rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFOEdwin Peer
2023-06-14net/sched: qdisc_destroy() old ingress and clsact Qdiscs before graftingPeilin Ye
2023-06-14net/sched: Refactor qdisc_graft() for ingress and clsact QdiscsPeilin Ye
2023-06-14net/sched: act_ct: Fix promotion of offloaded unreplied tuplePaul Blakey
2023-06-13ethtool: ioctl: account for sopass diff in set_wolJustin Chen
2023-06-12kcm: Send multiple frags in one sendmsg()David Howells
2023-06-12kcm: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells
2023-06-12tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-12sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells
2023-06-12net: flower: add support for matching cfm fieldsZahari Doychev
2023-06-12net: flow_dissector: add support for cfm packetsZahari Doychev
2023-06-12tcp: remove size parameter from tcp_stream_alloc_skb()Eric Dumazet
2023-06-12tcp: remove some dead codeEric Dumazet
2023-06-12tcp: let tcp_send_syn_data() build headless packetsEric Dumazet
2023-06-12net: ethtool: don't require empty header nestsJakub Kicinski
2023-06-12netlink: support extack in dump ->start()Jakub Kicinski
2023-06-12af_unix: Kconfig: make CONFIG_UNIX boolAlexander Mikhalitsyn
2023-06-12net: core: add getsockopt SO_PEERPIDFDAlexander Mikhalitsyn
2023-06-12scm: add SO_PASSPIDFD and SCM_PIDFDAlexander Mikhalitsyn
2023-06-12net: openvswitch: add support for l4 symmetric hashingAaron Conole
2023-06-12net/sched: taprio: report class offload stats per TXQ, not per TCVladimir Oltean
2023-06-12sctp: fix an error code in sctp_sf_eat_auth()Dan Carpenter
2023-06-12sctp: handle invalid error codes without calling BUG()Dan Carpenter
2023-06-12net/sched: act_pedit: Use kmemdup() to replace kmalloc + memcpyJiapeng Chong
2023-06-12wifi: mac80211: fragment per STA profile correctlyBenjamin Berg
2023-06-10Merge tag 'nf-23-06-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller
2023-06-10netlabel: fix shift wrapping bug in netlbl_catmap_setlong()Dmitry Mastykin
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2023-06-10mptcp: unify pm set_flags interfacesGeliang Tang
2023-06-10mptcp: unify pm get_flags_and_ifindex_by_idGeliang Tang
2023-06-10mptcp: unify pm get_local_id interfacesGeliang Tang
2023-06-10mptcp: export local_addressGeliang Tang
2023-06-09Merge tag 'wireless-next-2023-06-09' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2023-06-09wifi: mac80211: Use active_links instead of valid_links in TxIlan Peer
2023-06-09wifi: cfg80211: remove links only on APJohannes Berg
2023-06-09wifi: mac80211: take lock before setting vif linksBenjamin Berg
2023-06-09wifi: cfg80211: fix link del callback to call correct handlerBenjamin Berg
2023-06-09wifi: mac80211: fix link activation settings orderJohannes Berg
2023-06-09wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid()Dan Carpenter