summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-06-21net: remove sk_is_ipmr() and sk_is_icmpv6() helpersEric Dumazet1-2/+2
2023-06-21netlabel: Reorder fields in 'struct netlbl_domaddr6_map'Christophe JAILLET1-1/+1
2023-06-21mptcp: Reorder fields in 'struct mptcp_pm_add_entry'Christophe JAILLET1-1/+1
2023-06-19ipv6: exthdrs: Remove redundant skb_headlen() check in ip6_parse_tlv().Kuniyuki Iwashima1-3/+0
2023-06-19ipv6: exthdrs: Reload hdr only when needed in ipv6_srh_rcv().Kuniyuki Iwashima1-2/+2
2023-06-19ipv6: exthdrs: Replace pskb_pull() with skb_pull() in ipv6_srh_rcv().Kuniyuki Iwashima1-5/+1
2023-06-19ipv6: rpl: Remove redundant multicast tests in ipv6_rpl_srh_rcv().Kuniyuki Iwashima1-2/+1
2023-06-19ipv6: rpl: Remove pskb(_may)?_pull() in ipv6_rpl_srh_rcv().Kuniyuki Iwashima2-23/+1
2023-06-18gro: move the tc_ext comparison to a helperJakub Kicinski1-13/+19
2023-06-18ipv6: also use netdev_hold() in ip6_route_check_nh()Eric Dumazet1-4/+9
2023-06-18tcp: Use per-vma locking for receive zerocopyArjun Roy1-8/+37
2023-06-17tcp: enforce receive buffer memory limits by allowing the tcp window to shrinkmfreemon@cloudflare.com3-9/+62
2023-06-17devlink: report devlink_port_type_warn source devicePetr Oros1-1/+4
2023-06-17net: mctp: remove redundant RTN_UNICAST checkLin Ma1-3/+0
2023-06-17kcm: Fix unnecessary psock unreservation.David Howells1-1/+3
2023-06-16ip, ip6: Fix splice to raw and ping socketsDavid Howells2-2/+4
2023-06-16net: add check for current MAC address in dev_set_mac_addressPiotr Gardocki1-0/+2
2023-06-16net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao19-122/+185
2023-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski31-86/+275
2023-06-16dccp: Print deprecation notice.Kuniyuki Iwashima1-0/+3
2023-06-16udplite: Print deprecation notice.Kuniyuki Iwashima2-0/+6
2023-06-16net: tipc: resize nlattr array to correct sizeLin Ma1-2/+2
2023-06-15net: tls: make the offload check helper take skb not socketJakub Kicinski1-2/+2
2023-06-15netpoll: allocate netdev tracker right awayJakub Kicinski1-3/+2
2023-06-15net: create device lookup API with reference trackingJakub Kicinski3-29/+56
2023-06-15net/sched: cls_api: Fix lockup on flushing explicitly created chainVlad Buslov1-5/+7
2023-06-15rtnetlink: move validate_linkmsg out of do_setlinkXin Long1-41/+42
2023-06-15net/handshake: remove fput() that causes use-after-freeLin Ma2-5/+0
2023-06-15Merge tag 'wireless-2023-06-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski9-18/+30
2023-06-14rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFOEdwin Peer1-45/+51
2023-06-14net/sched: qdisc_destroy() old ingress and clsact Qdiscs before graftingPeilin Ye2-8/+34
2023-06-14net/sched: Refactor qdisc_graft() for ingress and clsact QdiscsPeilin Ye1-10/+10
2023-06-14net/sched: act_ct: Fix promotion of offloaded unreplied tuplePaul Blakey3-6/+20
2023-06-14ethtool: ioctl: account for sopass diff in set_wolJustin Chen1-1/+2
2023-06-13kcm: Send multiple frags in one sendmsg()David Howells1-76/+50
2023-06-13kcm: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells1-5/+11
2023-06-13tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES)David Howells1-40/+9
2023-06-13sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells1-26/+12
2023-06-13net: flower: add support for matching cfm fieldsZahari Doychev1-0/+102
2023-06-13net: flow_dissector: add support for cfm packetsZahari Doychev1-0/+30
2023-06-12tcp: remove size parameter from tcp_stream_alloc_skb()Eric Dumazet2-8/+8
2023-06-12tcp: remove some dead codeEric Dumazet1-28/+12
2023-06-12tcp: let tcp_send_syn_data() build headless packetsEric Dumazet2-13/+20
2023-06-12net: ethtool: don't require empty header nestsJakub Kicinski1-0/+2
2023-06-12netlink: support extack in dump ->start()Jakub Kicinski2-0/+4
2023-06-12af_unix: Kconfig: make CONFIG_UNIX boolAlexander Mikhalitsyn1-5/+1
2023-06-12net: core: add getsockopt SO_PEERPIDFDAlexander Mikhalitsyn2-0/+49
2023-06-12scm: add SO_PASSPIDFD and SCM_PIDFDAlexander Mikhalitsyn3-5/+25
2023-06-12net: openvswitch: add support for l4 symmetric hashingAaron Conole2-2/+12
2023-06-12net/sched: taprio: report class offload stats per TXQ, not per TCVladimir Oltean1-4/+4