summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-11-29udp_tunnel: Add checks for nla_nest_start() in __udp_tunnel_nic_dump_write()Yuan Can1-0/+2
2022-11-29net: devlink: add WARN_ON_ONCE to check return value of unregister_netdevice_...Jiri Pirko1-2/+2
2022-11-29of: net: export of_get_mac_address_nvmem()Miquel Raynal1-2/+3
2022-11-29Daniel Borkmann says:Jakub Kicinski6-59/+53
2022-11-24ethtool: avoiding integer overflow in ethtool_phys_id()Maxim Korotkov1-1/+2
2022-11-23net: dsa: kill off dsa_priv.hVladimir Oltean8-25/+14
2022-11-23net: dsa: move tag_8021q headers to their proper placeVladimir Oltean7-8/+46
2022-11-23net: dsa: move definitions from dsa_priv.h to slave.cVladimir Oltean2-42/+42
2022-11-23net: dsa: rename dsa2.c back into dsa.c and create its headerVladimir Oltean8-31/+46
2022-11-23net: dsa: merge dsa.c into dsa2.cVladimir Oltean4-238/+221
2022-11-23net: dsa: move notifier definitions to switch.hVladimir Oltean2-105/+108
2022-11-23net: dsa: move dsa_tree_notify() and dsa_broadcast() to switch.cVladimir Oltean4-48/+50
2022-11-23net: dsa: move headers exported by switch.c to switch.hVladimir Oltean6-4/+15
2022-11-23net: dsa: move tagging protocol code to tag.{c,h}Vladimir Oltean27-541/+581
2022-11-23net: dsa: move headers exported by slave.c to slave.hVladimir Oltean8-57/+77
2022-11-23net: dsa: move headers exported by master.c to master.hVladimir Oltean5-9/+27
2022-11-23net: dsa: move headers exported by port.c to port.hVladimir Oltean8-97/+120
2022-11-23net: dsa: move rest of devlink setup/teardown to devlink.cVladimir Oltean3-20/+49
2022-11-23net: dsa: if ds->setup is true, ds->devlink is always non-NULLVladimir Oltean1-7/+5
2022-11-23net: dsa: move bulk of devlink code to devlink.{c,h}Vladimir Oltean5-346/+370
2022-11-23net: dsa: modularize DSA_TAG_PROTO_NONEVladimir Oltean5-22/+37
2022-11-23net: dsa: unexport dsa_dev_to_net_device()Vladimir Oltean2-1/+2
2022-11-23devlink: remove redundant health state set to errorMoshe Shemesh1-2/+0
2022-11-23tcp: Fix build break when CONFIG_IPV6=nSaeed Mahameed1-1/+1
2022-11-22net: fix __sock_gen_cookie()Eric Dumazet1-1/+4
2022-11-21bpf: Move skb->len == 0 checks into __bpf_redirectStanislav Fomichev2-8/+6
2022-11-21mptcp: more detailed error reporting on endpoint creationPaolo Abeni1-11/+13
2022-11-21mptcp: deduplicate error paths on endpoint creationPaolo Abeni1-22/+13
2022-11-21net: Return errno in sk->sk_prot->get_port().Kuniyuki Iwashima5-9/+10
2022-11-20bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncsDavid Vernet1-1/+3
2022-11-19net: dsa: tag_mtk: assign per-port queuesFelix Fietkau1-0/+2
2022-11-19netlink: remove the flex array from struct nlmsghdrJakub Kicinski1-1/+1
2022-11-19bpf, docs: DEVMAPs and XDP_REDIRECTMaryam Tahhan1-2/+6
2022-11-18mrp: introduce active flags to prevent UAF when applicant uninitSchspa Shi1-5/+13
2022-11-18Merge tag 'rxrpc-next-20221116' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller3-11/+19
2022-11-18net: fix napi_disable() logic errorEric Dumazet1-2/+2
2022-11-18rxrpc: uninitialized variable in rxrpc_send_ack_packet()Dan Carpenter1-2/+0
2022-11-18rxrpc: fix rxkad_verify_response()Dan Carpenter1-2/+4
2022-11-18Merge tag 'wireless-next-2022-11-18' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller4-105/+91
2022-11-18sctp: add sysctl net.sctp.l3mdev_acceptXin Long1-0/+11
2022-11-18sctp: add dif and sdif check in asoc and ep lookupXin Long5-56/+76
2022-11-18sctp: add skb_sdif in struct sctp_afXin Long2-1/+13
2022-11-18sctp: check sk_bound_dev_if when matching ep in get_portXin Long1-1/+4
2022-11-18sctp: check ipv6 addr with sk_bound_dev if setXin Long1-3/+11
2022-11-18sctp: verify the bind address with the tb_id from l3mdevXin Long1-3/+6
2022-11-18sctp: move SCTP_PAD4 and SCTP_TRUNC4 to linux/sctp.hXin Long2-2/+0
2022-11-18devlink: Allow to set up parent in devl_rate_leaf_create()Michal Wilczynski1-1/+8
2022-11-18devlink: Allow for devlink-rate nodes parent reassignmentMichal Wilczynski1-5/+7
2022-11-18devlink: Enable creation of the devlink-rate nodes from the driverMichal Wilczynski1-0/+45
2022-11-18devlink: Introduce new attribute 'tx_weight' to devlink-rateMichal Wilczynski1-0/+33