summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* udp_tunnel: Add checks for nla_nest_start() in __udp_tunnel_nic_dump_write()Yuan Can2022-11-291-0/+2
* net: devlink: add WARN_ON_ONCE to check return value of unregister_netdevice_...Jiri Pirko2022-11-291-2/+2
* of: net: export of_get_mac_address_nvmem()Miquel Raynal2022-11-291-2/+3
* Daniel Borkmann says:Jakub Kicinski2022-11-286-59/+53
|\
| * bpf: Move skb->len == 0 checks into __bpf_redirectStanislav Fomichev2022-11-212-8/+6
| * bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncsDavid Vernet2022-11-201-1/+3
| * bpf, docs: DEVMAPs and XDP_REDIRECTMaryam Tahhan2022-11-181-2/+6
| * bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen2022-11-152-4/+4
| * bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi2022-11-144-44/+34
* | ethtool: avoiding integer overflow in ethtool_phys_id()Maxim Korotkov2022-11-231-1/+2
* | net: dsa: kill off dsa_priv.hVladimir Oltean2022-11-228-25/+14
* | net: dsa: move tag_8021q headers to their proper placeVladimir Oltean2022-11-227-8/+46
* | net: dsa: move definitions from dsa_priv.h to slave.cVladimir Oltean2022-11-222-42/+42
* | net: dsa: rename dsa2.c back into dsa.c and create its headerVladimir Oltean2022-11-228-31/+46
* | net: dsa: merge dsa.c into dsa2.cVladimir Oltean2022-11-224-238/+221
* | net: dsa: move notifier definitions to switch.hVladimir Oltean2022-11-222-105/+108
* | net: dsa: move dsa_tree_notify() and dsa_broadcast() to switch.cVladimir Oltean2022-11-224-48/+50
* | net: dsa: move headers exported by switch.c to switch.hVladimir Oltean2022-11-226-4/+15
* | net: dsa: move tagging protocol code to tag.{c,h}Vladimir Oltean2022-11-2227-541/+581
* | net: dsa: move headers exported by slave.c to slave.hVladimir Oltean2022-11-228-57/+77
* | net: dsa: move headers exported by master.c to master.hVladimir Oltean2022-11-225-9/+27
* | net: dsa: move headers exported by port.c to port.hVladimir Oltean2022-11-228-97/+120
* | net: dsa: move rest of devlink setup/teardown to devlink.cVladimir Oltean2022-11-223-20/+49
* | net: dsa: if ds->setup is true, ds->devlink is always non-NULLVladimir Oltean2022-11-221-7/+5
* | net: dsa: move bulk of devlink code to devlink.{c,h}Vladimir Oltean2022-11-225-346/+370
* | net: dsa: modularize DSA_TAG_PROTO_NONEVladimir Oltean2022-11-225-22/+37
* | net: dsa: unexport dsa_dev_to_net_device()Vladimir Oltean2022-11-222-1/+2
* | devlink: remove redundant health state set to errorMoshe Shemesh2022-11-221-2/+0
* | tcp: Fix build break when CONFIG_IPV6=nSaeed Mahameed2022-11-221-1/+1
* | net: fix __sock_gen_cookie()Eric Dumazet2022-11-211-1/+4
* | mptcp: more detailed error reporting on endpoint creationPaolo Abeni2022-11-211-11/+13
* | mptcp: deduplicate error paths on endpoint creationPaolo Abeni2022-11-211-22/+13
* | net: Return errno in sk->sk_prot->get_port().Kuniyuki Iwashima2022-11-215-9/+10
* | net: dsa: tag_mtk: assign per-port queuesFelix Fietkau2022-11-181-0/+2
* | netlink: remove the flex array from struct nlmsghdrJakub Kicinski2022-11-181-1/+1
* | mrp: introduce active flags to prevent UAF when applicant uninitSchspa Shi2022-11-181-5/+13
* | Merge tag 'rxrpc-next-20221116' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2022-11-183-11/+19
|\ \
| * | rxrpc: Fix network address validationDavid Howells2022-11-161-4/+5
| * | rxrpc: Fix oops from calling udpv6_sendmsg() on AF_INET socketDavid Howells2022-11-161-6/+12
| * | rxrpc: Fix missing IPV6 #ifdefDavid Howells2022-11-141-1/+2
* | | net: fix napi_disable() logic errorEric Dumazet2022-11-181-2/+2
* | | rxrpc: uninitialized variable in rxrpc_send_ack_packet()Dan Carpenter2022-11-181-2/+0
* | | rxrpc: fix rxkad_verify_response()Dan Carpenter2022-11-181-2/+4
* | | Merge tag 'wireless-next-2022-11-18' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2022-11-184-105/+91
|\ \ \
| * | | wifi: cfg80211: Avoid clashing function prototypesGustavo A. R. Silva2022-11-164-105/+91
* | | | sctp: add sysctl net.sctp.l3mdev_acceptXin Long2022-11-181-0/+11
* | | | sctp: add dif and sdif check in asoc and ep lookupXin Long2022-11-185-56/+76
* | | | sctp: add skb_sdif in struct sctp_afXin Long2022-11-182-1/+13
* | | | sctp: check sk_bound_dev_if when matching ep in get_portXin Long2022-11-181-1/+4
* | | | sctp: check ipv6 addr with sk_bound_dev if setXin Long2022-11-181-3/+11